Kaynağa Gözat

Merge branch 'master' of http://git.qmth.com.cn/ExamCloud-3/examcloud-web-admin

nikang 6 yıl önce
ebeveyn
işleme
b412b2714c

+ 5 - 1
src/modules/examwork/view/offlineExam.vue

@@ -19,7 +19,11 @@
               <el-button type="primary" size="small" @click="saveExam"
                 >保 存</el-button
               >
-              <el-button type="primary" size="small" @click="back"
+              <el-button
+                type="primary"
+                size="small"
+                @click="back"
+                icon="el-icon-arrow-left"
                 >返 回</el-button
               >
             </div>

+ 14 - 10
src/modules/examwork/view/onlineExam.vue

@@ -19,7 +19,11 @@
               <el-button type="primary" size="small" @click="saveExam"
                 >保 存</el-button
               >
-              <el-button type="primary" size="small" @click="back"
+              <el-button
+                type="primary"
+                size="small"
+                @click="back"
+                icon="el-icon-arrow-left"
                 >返 回</el-button
               >
             </div>
@@ -806,16 +810,16 @@ export default {
         started: false,
         name: "",
         examType: "ONLINE",
-        examTimes: 1,
+        examTimes: null,
         beginTime: null,
         endTime: null,
-        duration: 120,
+        duration: null,
         enable: "true",
         examLimit: "false",
         properties: {
           IS_OBJ_SCORE_VIEW: "true",
-          EXAM_RECONNECT_TIME: 30,
-          FREEZE_TIME: 0,
+          EXAM_RECONNECT_TIME: null,
+          FREEZE_TIME: null,
           BEFORE_EXAM_REMARK: "",
           AFTER_EXAM_REMARK: "",
           SHOW_CHEATING_REMARK: "true",
@@ -830,15 +834,15 @@ export default {
           BOOL_ANSWER_REMARK: "",
           IS_FACE_ENABLE: "false",
           IS_FACE_CHECK: "false",
-          SNAPSHOT_INTERVAL: 30,
-          WARN_THRESHOLD: 50,
+          SNAPSHOT_INTERVAL: null,
+          WARN_THRESHOLD: null,
           MARKING_TYPE: "ALL",
           IP_LIMIT: "false",
           IP_ADDRESSES: null,
-          LIVING_WARN_THRESHOLD: 50,
+          LIVING_WARN_THRESHOLD: null,
           IS_FACE_VERIFY: "false",
-          FACE_VERIFY_START_MINUTE: 5,
-          FACE_VERIFY_END_MINUTE: 10,
+          FACE_VERIFY_START_MINUTE: null,
+          FACE_VERIFY_END_MINUTE: null,
           PUSH_SCORE: "true"
         }
       },

+ 5 - 1
src/modules/examwork/view/practiceExam.vue

@@ -19,7 +19,11 @@
               <el-button type="primary" size="small" @click="saveExam"
                 >保 存</el-button
               >
-              <el-button type="primary" size="small" @click="back"
+              <el-button
+                type="primary"
+                size="small"
+                @click="back"
+                icon="el-icon-arrow-left"
                 >返 回</el-button
               >
             </div>

+ 5 - 1
src/modules/examwork/view/printExam.vue

@@ -19,7 +19,11 @@
               <el-button type="primary" size="small" @click="saveExam"
                 >保 存</el-button
               >
-              <el-button type="primary" size="small" @click="back"
+              <el-button
+                type="primary"
+                size="small"
+                @click="back"
+                icon="el-icon-arrow-left"
                 >返 回</el-button
               >
             </div>

+ 5 - 1
src/modules/examwork/view/traditionExam.vue

@@ -19,7 +19,11 @@
               <el-button type="primary" size="small" @click="saveExam"
                 >保 存</el-button
               >
-              <el-button type="primary" size="small" @click="back"
+              <el-button
+                type="primary"
+                size="small"
+                @click="back"
+                icon="el-icon-arrow-left"
                 >返 回</el-button
               >
             </div>