|
@@ -335,12 +335,12 @@ export const menu = [
|
|
|
name: '特殊班学生分寝',
|
|
|
module: 'center',
|
|
|
},
|
|
|
- {
|
|
|
- //班主任针对自己班,管理员看所有的
|
|
|
- path: '/train/plan/score',
|
|
|
- name: '学生成绩查看',
|
|
|
- module: 'center|director',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // //班主任针对自己班,管理员看所有的
|
|
|
+ // path: '/train/plan/score',
|
|
|
+ // name: '学生成绩查看',
|
|
|
+ // module: 'center|director',
|
|
|
+ // },
|
|
|
//班主任针对自己班,管理员看所有的
|
|
|
{ path: '/statistics/question/index', name: '问卷统计', module: 'center|director' },
|
|
|
],
|
|
@@ -348,7 +348,7 @@ export const menu = [
|
|
|
{
|
|
|
path: '/receive/index',
|
|
|
name: '通知查收查看',
|
|
|
- module: 'center|director',
|
|
|
+ module: 'center', //director
|
|
|
},
|
|
|
{
|
|
|
path: '',
|