浏览代码

feat:答题卡提示词

zhangjie 1 年之前
父节点
当前提交
9d880874ae

+ 5 - 1
src/modules/exam/components/ApplyContent.vue

@@ -24,7 +24,11 @@
         <tr>
           <th>试卷类型</th>
           <th>试卷文件</th>
-          <th>答题卡</th>
+          <th>
+            答题卡<span class="color-danger" style="font-size: 13px"
+              >(线下阅卷请点击下拉菜单选择“通卡”;线上阅卷需要新建答题卡)</span
+            >
+          </th>
           <th v-if="IS_APPLY && !IS_REBUILD">操作</th>
         </tr>
         <tr v-for="(attachment, index) in paperAttachments" :key="index">

+ 5 - 1
src/modules/exam/components/createExamAndPrintTask/InfoExamTask.vue

@@ -107,7 +107,11 @@
           <tr>
             <th>试卷类型</th>
             <th>试卷文件</th>
-            <th>答题卡</th>
+            <th>
+              答题卡<span class="color-danger" style="font-size: 13px"
+                >(线下阅卷请点击下拉菜单选择“通卡”;线上阅卷需要新建答题卡)</span
+              >
+            </th>
             <th v-if="!IS_REBUILD">操作</th>
           </tr>
           <tr v-for="(attachment, index) in paperAttachments" :key="index">