reghao 1 год назад
Родитель
Сommit
bb4d9ab1f6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/exam/ExamCard.vue

+ 1 - 1
src/views/exam/ExamCard.vue

@@ -188,7 +188,7 @@
               </div>
               <!-- 不定项选择题的答题卡 -->
               <div style="margin-top: 25px">
-                <p style="font-size: 18px;">多选题</p>
+                <p style="font-size: 18px;">不定项选择题</p>
                 <el-button
                   v-for="item in questionList.length"
                   v-show="questionList[item-1].questionType === 3"