baoman
/
Ezquiz_Platform
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b77391696680cf1d401ff70393309d61b89da399
Authored by
梁保满
2024-03-26 13:41:20 +0800
1 parent
2f5cbe11
组卷预览
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/examinationPaper/add.vue
src/views/examinationPaper/add.vue
View file @
b773916
...
...
@@ -981,7 +981,7 @@
981
981
</template>
982
982
</div>
983
983
</div>
984
- <div v-
show
="step == 3">
984
+ <div v-
if
="step == 3">
985
985
<div class="answer-title">
986
986
<p class="name">{{ form.title }}</p>
987
987
<p class="totals">卷面总分:{{ allScore }}分</p>
...
...