Commit 799818f79b2bb7c7077d23ec387501a34e1acb0e
1 parent
f7a50829
背题组卷
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/examinationPaper/index.vue
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | <span>备题组卷</span> | 5 | <span>备题组卷</span> |
6 | </template> | 6 | </template> |
7 | <template slot="btns"> | 7 | <template slot="btns"> |
8 | - <!-- <el-tooltip | 8 | + <el-tooltip |
9 | v-if="!code && gdClass" | 9 | v-if="!code && gdClass" |
10 | effect="dark" | 10 | effect="dark" |
11 | content="已归档试卷" | 11 | content="已归档试卷" |
@@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
19 | circle | 19 | circle |
20 | @click="toArchiving" | 20 | @click="toArchiving" |
21 | ></el-button> | 21 | ></el-button> |
22 | - </el-tooltip> --> | 22 | + </el-tooltip> |
23 | <el-button | 23 | <el-button |
24 | type="primary" | 24 | type="primary" |
25 | size="mini" | 25 | size="mini" |