|
@@ -1,14 +1,36 @@
|
|
|
export const center = [
|
|
|
+ {
|
|
|
+ //选择年度,期数,班级
|
|
|
+ path: '/',
|
|
|
+ name: '主页',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
{
|
|
|
path: '',
|
|
|
name: '系统管理',
|
|
|
module: 'center',
|
|
|
children: [
|
|
|
+ {
|
|
|
+ path: '/newPlan/index',
|
|
|
+ name: '培训批次',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
{
|
|
|
path: '/dept/index',
|
|
|
name: '部门管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/director/index',
|
|
|
+ name: '班主任管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //教师库,和遴选无关,需要显示学生评分
|
|
|
+ path: '/teacher/index',
|
|
|
+ name: '教师管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
{
|
|
|
path: '/school/index',
|
|
|
name: '学校管理',
|
|
@@ -39,50 +61,59 @@ export const center = [
|
|
|
name: '课表模板',
|
|
|
module: 'center',
|
|
|
},
|
|
|
+ // { 放到科目管理的操作中
|
|
|
+ // path: '/work/index',
|
|
|
+ // name: '作业管理',
|
|
|
+ // module: 'center',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '',
|
|
|
+ name: '调查问卷',
|
|
|
+ module: 'center',
|
|
|
+ children: [
|
|
|
+ { path: '/questionnaire/index', name: '问卷管理' },
|
|
|
+ { path: '/itembank/index', name: '问卷题库' },
|
|
|
+ { path: '/questionstate/index', name: '问卷进度' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/lesson/index',
|
|
|
+ name: '系统邮箱设置',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
path: '',
|
|
|
- name: '人员管理',
|
|
|
+ name: '新计划管理',
|
|
|
module: 'center',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/director/index',
|
|
|
- name: '班主任管理',
|
|
|
+ path: '/newPlan/classes/index',
|
|
|
+ name: '当前计划日历',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|
|
|
- path: '/teacher/index',
|
|
|
- name: '教师管理',
|
|
|
+ path: '/newPlan/classes/index',
|
|
|
+ name: '班主任全年安排',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|
|
|
- path: '/student/index',
|
|
|
- name: '学生管理',
|
|
|
+ path: '/newPlan/classes/index',
|
|
|
+ name: '学校总人数设置',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|
|
|
- path: '/leave/index',
|
|
|
- name: '请假查看',
|
|
|
+ path: '/newPlan/classes/index',
|
|
|
+ name: '学校参培时间',
|
|
|
module: 'center',
|
|
|
},
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/plan/index',
|
|
|
- name: '计划管理',
|
|
|
- module: 'center',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '',
|
|
|
- name: '新计划管理',
|
|
|
- module: 'center',
|
|
|
- children: [
|
|
|
{
|
|
|
- path: '/newPlan/index',
|
|
|
- name: '年度计划',
|
|
|
+ path: '/newPlan/classes/index',
|
|
|
+ name: '培训计划详表',
|
|
|
module: 'center',
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
path: '/newPlan/classes/index',
|
|
|
name: '班级管理',
|
|
@@ -96,26 +127,70 @@ export const center = [
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- path: '/work/index',
|
|
|
- name: '作业管理',
|
|
|
- module: 'center',
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/timeTable/index',
|
|
|
- // name: '课表管理',
|
|
|
- // module: 'center',
|
|
|
- // },
|
|
|
- {
|
|
|
+ //班主任只有这个
|
|
|
path: '',
|
|
|
- name: '调查问卷',
|
|
|
+ name: '培训管理',
|
|
|
module: 'center',
|
|
|
children: [
|
|
|
- { path: '/questionnaire/index', name: '问卷管理' },
|
|
|
- { path: '/itembank/index', name: '问卷题库' },
|
|
|
- { path: '/questionstate/index', name: '问卷进度' },
|
|
|
- { path: '/statistics/question/index', name: '问卷统计' },
|
|
|
+ //针对当前默认期数(可选择,根据当前日期过滤出进行的期数),进行管理
|
|
|
+ //针对自己班=>自己所有带的班,可以选
|
|
|
+ {
|
|
|
+ //班主任不需要
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '班级设置(显示当前期所有班级,针对某班,可以设置非常用问卷,班级备注:特殊班级,详表添加备注,以便之后单独设置,剩下非常用问卷设置)',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //班主任不需要
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '课表管理(地点,教师,班主任...)',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //班主任针对自己班 管理员针对期
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '通知',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //班主任针对自己班,不要排班,排寝;班主任有 增,删(针对退出,不一定是物理删除),改 功能
|
|
|
+ //显示学生身份;(如,组委会(班长2人,学委1人,文艺委员1人,宣传委员1人,安全委员1人),组长,寝室长;是否是优秀学员)
|
|
|
+ //优秀学员权限给班长,班主任查看
|
|
|
+ path: '/student/index',
|
|
|
+ name: '学生管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //班主任针对自己班, 打印表:证书;名签;课表(需要老师签到);学生签到表;
|
|
|
+ path: '/student/index',
|
|
|
+ name: '报表打印(范围不限于班)',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '请假查看',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '考勤管理',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ //班主任针对自己班,管理员看所有的
|
|
|
+ path: '/leave/index',
|
|
|
+ name: '学生成绩查看',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ //班主任针对自己班,管理员看所有的
|
|
|
+ { path: '/statistics/question/index', name: '问卷统计', module: 'center' },
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/timeTable/index',
|
|
|
+ name: '教师遴选',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
];
|
|
|
export const school = [
|
|
|
{
|