Commit b77391696680cf1d401ff70393309d61b89da399
1 parent
2f5cbe11
组卷预览
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/examinationPaper/add.vue
@@ -981,7 +981,7 @@ | @@ -981,7 +981,7 @@ | ||
981 | </template> | 981 | </template> |
982 | </div> | 982 | </div> |
983 | </div> | 983 | </div> |
984 | - <div v-show="step == 3"> | 984 | + <div v-if="step == 3"> |
985 | <div class="answer-title"> | 985 | <div class="answer-title"> |
986 | <p class="name">{{ form.title }}</p> | 986 | <p class="name">{{ form.title }}</p> |
987 | <p class="totals">卷面总分:{{ allScore }}分</p> | 987 | <p class="totals">卷面总分:{{ allScore }}分</p> |