|
@@ -134,7 +134,12 @@ export const center = [
|
|
|
{
|
|
|
//班主任不需要
|
|
|
path: '/train/plan/classes',
|
|
|
- name: '班级管理',
|
|
|
+ name: '学生分班',
|
|
|
+ module: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/train/plan/bedroom',
|
|
|
+ name: '寝室管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
//针对当前默认期数(可选择,根据当前日期过滤出进行的期数),进行管理
|
|
@@ -149,7 +154,7 @@ export const center = [
|
|
|
{
|
|
|
//班主任不需要
|
|
|
path: '/train/plan/lesson',
|
|
|
- name: '课表管理(地点,教师,班主任...)',
|
|
|
+ name: '课表管理',
|
|
|
module: 'center',
|
|
|
},
|
|
|
{
|