From c293e8f2c2c8f1eae95b0255a8745456963511d2 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 05 七月 2024 15:11:44 +0800 Subject: [PATCH] 线下登记、统计 --- src/layout/components/Sidebar/menu.js | 105 ++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 84 insertions(+), 21 deletions(-) diff --git a/src/layout/components/Sidebar/menu.js b/src/layout/components/Sidebar/menu.js index a2b73d0..0e23c86 100644 --- a/src/layout/components/Sidebar/menu.js +++ b/src/layout/components/Sidebar/menu.js @@ -1,10 +1,27 @@ import Layout from '@/layout' const menu = { adminMenu: [ + // { + // path: '/course', + // name: 'Course', + // meta: { title: '课程管理',icon: 'documentation',affix: true } + // }, { - path: '/course', - name: 'Course', - meta: { title: '课程管理',icon: 'documentation',affix: true } + path: '/onlineEducation', + redirect: '/onlineEducation/courseManage', + meta: { title: '课程管理',icon: 'form'}, + children: [ + { + path: 'course', + name: 'course', + meta: { title: '课程列表',icon: 'list'} + } , + { + path: 'courseResource', + name: 'courseResource', + meta: { title: '课程资源',icon: 'education'} + } , + ] }, { path: '/question', @@ -64,27 +81,73 @@ ] }, ], - agencyMenu: [ + companyMenu: [ { - path: '/project', - name: 'Project', - meta: { title: '项目管理',icon: 'form',affix: true } - }, - { - path: '/projectSupplement', - name: 'projectSupplement', - meta: { title: '项目补录',icon: 'form',affix: true } - }, - - { - path: '/userManage', - redirect: '/userManage/supervise', - meta: { title: '用户管理',icon: 'peoples'}, + path: '/onlineEducation', + redirect: '/onlineEducation/courseManage', + meta: { title: '课程管理',icon: 'form'}, children: [ { - path: 'expertUsers', - name: 'expertUsers', - meta: { title: '专家用户管理',icon: 'logininfor'} + path: 'course', + name: 'course', + meta: { title: '课程列表',icon: 'list'} + } , + { + path: 'courseResource', + name: 'courseResource', + meta: { title: '课程资源',icon: 'education'} + } , + ] + }, + { + path: '/question', + name: 'Question', + meta: { title: '题库管理',icon: 'build',affix: true } + }, + { + path: '/class', + name: 'Class', + meta: { title: '课时批次',icon: 'education',affix: true } + }, + { + path: '/group', + name: 'Group', + meta: { title: '组卷考试分配',icon: 'job',affix: true } + }, + { + path: '/offline', + name: 'Offline', + meta: { title: '线下教育登记',icon: 'log',affix: true } + }, + { + path: '/people', + name: 'People', + meta: { title: '人员管理',icon: 'peoples',affix: true } + }, + { + path: '/count', + name: 'Count', + meta: { title: '数据统计',icon: 'server',affix: true } + }, + { + path: '/systemManage', + redirect: '/systemManage/courseClassification', + meta: { title: '系统管理',icon: 'dict'}, + children: [ + { + path: 'courseClassification', + name: 'courseClassification', + meta: { title: '课程分类',icon: 'form'} + } , + { + path: 'user', + name: 'user', + meta: { title: '用户管理',icon: 'logininfor'} + } , + { + path: 'banner', + name: 'banner', + meta: { title: '轮播图管理',icon: 'druid'} } , ] }, -- Gitblit v1.9.2