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 | 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" | ... | ... |