|
@@ -40,6 +40,11 @@ const school = [
|
|
|
name: '考勤管理',
|
|
|
module: 'school',
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/tsbkaoqin/index',
|
|
|
+ name: '特殊班考勤管理',
|
|
|
+ module: 'school',
|
|
|
+ },
|
|
|
];
|
|
|
const director = [
|
|
|
{
|
|
@@ -280,6 +285,19 @@ export const menu = [
|
|
|
name: '考勤管理',
|
|
|
module: 'center|director',
|
|
|
},
|
|
|
+ // 07-20新增菜单
|
|
|
+ // 特殊班考勤管理
|
|
|
+ {
|
|
|
+ path: '/train/plan/tsbattendance',
|
|
|
+ name: '特殊班考勤管理',
|
|
|
+ module: 'center|director',
|
|
|
+ },
|
|
|
+ // 特殊班学生分寝管理
|
|
|
+ {
|
|
|
+ path: '/train/plan/tsbbedroom',
|
|
|
+ name: '特殊班学生分寝',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
{
|
|
|
//班主任针对自己班,管理员看所有的
|
|
|
path: '/train/plan/score',
|