Przeglądaj źródła

add 离线考试 上传附件 课程名称

Michael Wang 3 lat temu
rodzic
commit
5641f2acc2
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      src/features/OfflineExam/OfflineExamModal.vue

+ 6 - 1
src/features/OfflineExam/OfflineExamModal.vue

@@ -2,15 +2,20 @@
   <Modal
     ref="uploadModal"
     v-model="uploadModalVisible"
-    title="上传文件"
     mask
     footer-hide
     :mask-closable="false"
     :closable="true"
     width="660"
+    title="上传文件"
     @close="modalClose"
   >
     <div style="font-size: 16px; line-height: 20px">
+      <span style="padding-right: 10px">课程名称:</span>
+
+      <span style="font-size: 22px; color: red">{{ course.courseName }}</span>
+    </div>
+    <div style="font-size: 16px; line-height: 20px; margin: 20px 0">
       <span style="padding-right: 10px">请选择上传文件类型:</span>
       <span
         v-if="serverFormat.includes('ZIP')"