|
@@ -1,37 +1,22 @@
|
|
|
-export const devMenu = [
|
|
|
- {
|
|
|
- path: '',
|
|
|
- name: '测试',
|
|
|
- module: 'center',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/list',
|
|
|
- name: '测试列表',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/detail',
|
|
|
- name: '测试详情',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
+export const center = [
|
|
|
{
|
|
|
path: '',
|
|
|
name: '系统管理',
|
|
|
module: 'center',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/director/index',
|
|
|
- name: '班主任管理',
|
|
|
+ path: '/dept/index',
|
|
|
+ name: '部门管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|
|
|
- path: '/dept/index',
|
|
|
- name: '部门管理',
|
|
|
+ path: '/school/index',
|
|
|
+ name: '学校管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|
|
|
path: '/location/index',
|
|
|
- name: '地点管理',
|
|
|
+ name: '班级管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|
|
@@ -39,11 +24,6 @@ export const devMenu = [
|
|
|
name: '寝室管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/classes/index',
|
|
|
- // name: '班级管理',
|
|
|
- // module: 'center',
|
|
|
- // },
|
|
|
{
|
|
|
path: '/subject/index',
|
|
|
name: '科目管理',
|
|
@@ -57,18 +37,35 @@ export const devMenu = [
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- path: '/plan/index',
|
|
|
- name: '计划管理',
|
|
|
- module: 'center',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/teacher/index',
|
|
|
- name: '教师管理',
|
|
|
+ path: '',
|
|
|
+ name: '人员管理',
|
|
|
module: 'center',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/director/index',
|
|
|
+ name: '班主任管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/teacher/index',
|
|
|
+ name: '教师管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/student/index',
|
|
|
+ name: '学生管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '请假查看',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
{
|
|
|
- path: '/student/index',
|
|
|
- name: '学生管理',
|
|
|
+ path: '/plan/index',
|
|
|
+ name: '计划管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
|
|
@@ -88,12 +85,12 @@ export const devMenu = [
|
|
|
module: 'center',
|
|
|
children: [
|
|
|
{ path: '/questionnaire/index', name: '问卷管理' },
|
|
|
- { path: '/itembank/index', name: '题库管理' },
|
|
|
+ { path: '/itembank/index', name: '问卷题库' },
|
|
|
{ path: '/questionstate/index', name: '问卷进度' },
|
|
|
],
|
|
|
},
|
|
|
-
|
|
|
- //学校
|
|
|
+];
|
|
|
+export const school = [
|
|
|
{
|
|
|
path: '',
|
|
|
name: '测试',
|
|
@@ -124,7 +121,8 @@ export const devMenu = [
|
|
|
name: '请假管理',
|
|
|
module: 'school',
|
|
|
},
|
|
|
- //班主任
|
|
|
+];
|
|
|
+export const director = [
|
|
|
{
|
|
|
path: '',
|
|
|
name: '测试',
|
|
@@ -150,8 +148,8 @@ export const devMenu = [
|
|
|
name: '班级管理',
|
|
|
module: 'director',
|
|
|
},
|
|
|
-
|
|
|
- //学校
|
|
|
+];
|
|
|
+export const teacher = [
|
|
|
{
|
|
|
path: '/plan/index',
|
|
|
name: '查看计划', //上报名单
|