瀏覽代碼

update ExamCard.vue

reghao 1 年之前
父節點
當前提交
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"