Commit 1fa74ed030d27802f2a5174fe492e83dd2ea60cb
1 parent
e4791388
班级 不加归档入口, 班级、答题卡和报表 不显示 查看已经归档内容 。
班级手动升级不显示。
Showing
7 changed files
with
16 additions
and
16 deletions
src/views/examinationPaper/index.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <span>备题组卷</span> |
6 | 6 | </template> |
7 | 7 | <template slot="btns"> |
8 | - <el-tooltip | |
8 | + <!-- <el-tooltip | |
9 | 9 | v-if="!code && gdClass" |
10 | 10 | effect="dark" |
11 | 11 | content="已归档试卷" |
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | circle |
20 | 20 | @click="toArchiving" |
21 | 21 | ></el-button> |
22 | - </el-tooltip> | |
22 | + </el-tooltip> --> | |
23 | 23 | <el-button |
24 | 24 | type="primary" |
25 | 25 | size="mini" | ... | ... |
src/views/personal/ask/index.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <span>问答-数据报表</span> |
6 | 6 | </template> |
7 | 7 | <template slot="btns"> |
8 | - <el-tooltip | |
8 | + <!-- <el-tooltip | |
9 | 9 | v-if="!code && gdClass" |
10 | 10 | effect="dark" |
11 | 11 | content="已归档试卷" |
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | circle |
20 | 20 | @click="toArchiving" |
21 | 21 | ></el-button> |
22 | - </el-tooltip> | |
22 | + </el-tooltip> --> | |
23 | 23 | </template> |
24 | 24 | </back-box> |
25 | 25 | <div class="answer-header"> | ... | ... |
src/views/personal/test/index.vue
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <span>即时测-数据报表</span> |
6 | 6 | </template> |
7 | 7 | <template slot="btns"> |
8 | - <el-tooltip | |
8 | + <!-- <el-tooltip | |
9 | 9 | v-if="!code && gdClass" |
10 | 10 | effect="dark" |
11 | 11 | content="已归档试卷" |
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | circle |
20 | 20 | @click="toPortrait" |
21 | 21 | ></el-button> |
22 | - </el-tooltip> | |
22 | + </el-tooltip> --> | |
23 | 23 | </template> |
24 | 24 | </back-box> |
25 | 25 | <div class="answer-header"> | ... | ... |
src/views/standard/ask/index.vue
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <template slot="title"> |
5 | 5 | <span>问答-数据报表</span> |
6 | 6 | </template> |
7 | - <template slot="btns"> | |
7 | + <!-- <template slot="btns"> | |
8 | 8 | <el-tooltip |
9 | 9 | v-if="!code && gdClass" |
10 | 10 | effect="dark" |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | @click="toArchiving" |
21 | 21 | ></el-button> |
22 | 22 | </el-tooltip> |
23 | - </template> | |
23 | + </template> --> | |
24 | 24 | </back-box> |
25 | 25 | <div class="answer-header"> |
26 | 26 | <div class="sel-box"> | ... | ... |
src/views/standard/setUp/school.vue
... | ... | @@ -63,9 +63,9 @@ |
63 | 63 | <div class="grade-box"> |
64 | 64 | <p class="h-title"> |
65 | 65 | 年级管理 |
66 | - <span v-if="!code" class="popconfirm-box" @click="diaUpgradeGrade = true"> | |
66 | + <!-- <span v-if="!code" class="popconfirm-box" @click="diaUpgradeGrade = true"> | |
67 | 67 | 年级升级<i class="fa fa-level-up"></i> |
68 | - </span> | |
68 | + </span> --> | |
69 | 69 | </p> |
70 | 70 | <ul class="grade-info"> |
71 | 71 | <li | ... | ... |
src/views/standard/setUp/student.vue
... | ... | @@ -34,12 +34,12 @@ |
34 | 34 | </back-box> |
35 | 35 | |
36 | 36 | <div class="page-content"> |
37 | - <template v-if="!code && role !== 'ROLE_PERSONAL'"> | |
37 | + <!-- <template v-if="!code && role !== 'ROLE_PERSONAL'"> | |
38 | 38 | <p class="tips" v-show="archivedTotal"> |
39 | 39 | <span>另有{{ archivedTotal }}个班级已经归档,</span> |
40 | 40 | <router-link to="/archivedClazz">点击查看>></router-link> |
41 | 41 | </p> |
42 | - </template> | |
42 | + </template> --> | |
43 | 43 | <div class="stu-box"> |
44 | 44 | <div class="stu-list"> |
45 | 45 | <div class="h-title"> |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | @click="classDetail(item)" |
68 | 68 | > |
69 | 69 | <template v-if="!code && role !== 'ROLE_PERSONAL'"> |
70 | - <el-tooltip effect="dark" content="班级归档" placement="top"> | |
70 | + <!-- <el-tooltip effect="dark" content="班级归档" placement="top"> | |
71 | 71 | <div class="popconfirm-box"> |
72 | 72 | <i |
73 | 73 | slot="reference" |
... | ... | @@ -75,7 +75,7 @@ |
75 | 75 | @click.stop="openArchivingDia(item, index)" |
76 | 76 | ></i> |
77 | 77 | </div> |
78 | - </el-tooltip> | |
78 | + </el-tooltip> --> | |
79 | 79 | <el-tooltip effect="dark" content="修改班级" placement="top"> |
80 | 80 | <i |
81 | 81 | class="el-icon-edit-outline" | ... | ... |
src/views/standard/test/index.vue
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <template slot="title"> |
5 | 5 | <span>即时测-数据报表</span> |
6 | 6 | </template> |
7 | - <template slot="btns"> | |
7 | + <!-- <template slot="btns"> | |
8 | 8 | <el-tooltip |
9 | 9 | v-if="!code && gdClass" |
10 | 10 | effect="dark" |
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | @click="toArchiving" |
21 | 21 | ></el-button> |
22 | 22 | </el-tooltip> |
23 | - </template> | |
23 | + </template> --> | |
24 | 24 | </back-box> |
25 | 25 | <div class="answer-header"> |
26 | 26 | <div class="sel-box"> | ... | ... |