|
@@ -148,7 +148,7 @@ export const center = [
|
|
|
},
|
|
|
{
|
|
|
//班主任针对自己班 管理员针对期
|
|
|
- path: '/leave/index',
|
|
|
+ path: '/train/plan/remind',
|
|
|
name: '通知',
|
|
|
module: 'center|director',
|
|
|
},
|
|
@@ -162,23 +162,23 @@ export const center = [
|
|
|
},
|
|
|
{
|
|
|
//班主任针对自己班, 打印表:证书;名签;课表(需要老师签到);学生签到表;
|
|
|
- path: '/student/index',
|
|
|
+ path: '/train/plan/print',
|
|
|
name: '报表打印(范围不限于班)',
|
|
|
module: 'center|director',
|
|
|
},
|
|
|
{
|
|
|
- path: '/leave/index',
|
|
|
+ path: '/train/plan/leave',
|
|
|
name: '请假查看',
|
|
|
module: 'center|director',
|
|
|
},
|
|
|
{
|
|
|
- path: '/leave/index',
|
|
|
+ path: '/train/plan/attendance',
|
|
|
name: '考勤管理',
|
|
|
module: 'center|director',
|
|
|
},
|
|
|
{
|
|
|
//班主任针对自己班,管理员看所有的
|
|
|
- path: '/leave/index',
|
|
|
+ path: '/train/plan/score',
|
|
|
name: '学生成绩查看',
|
|
|
module: 'center|director',
|
|
|
},
|