Procházet zdrojové kódy

Merge branch 'dev_v4.0.2' into release_v4.0.2

qinchao před 4 roky
rodič
revize
66ee1b9bb4
1 změnil soubory, kde provedl 18 přidání a 12 odebrání
  1. 18 12
      src/modules/oe/views/captureDetail.vue

+ 18 - 12
src/modules/oe/views/captureDetail.vue

@@ -11,21 +11,19 @@
         </el-col>
         <el-col :span="19">
           <el-row>
-            <el-col :span="6" class="capture-title">
+            <el-col :span="8" class="capture-title">
               <span>监考数据ID:{{ examRecordDataId }}</span>
             </el-col>
-            <el-col :span="12" style="text-align: center">
+            <el-col v-if="showAudit" :span="8" style="text-align: center">
               <el-button
-                v-if="showAudit"
+                circle
                 size="small"
-                type="warning"
+                type="primary"
                 icon="el-icon-d-arrow-left"
                 title="上一条"
                 @click="openNextAuditDetail('0')"
-                >上一条</el-button
-              >
+              ></el-button>
               <el-button
-                v-if="showAudit"
                 size="small"
                 type="success"
                 icon="el-icon-success"
@@ -34,7 +32,6 @@
                 >通过</el-button
               >
               <el-button
-                v-if="showAudit"
                 size="small"
                 type="danger"
                 icon="el-icon-error"
@@ -43,15 +40,24 @@
                 >不通过</el-button
               >
               <el-button
-                v-if="showAudit"
+                circle
                 size="small"
-                type="warning"
+                type="primary"
+                icon="el-icon-d-arrow-right"
                 title="下一条"
                 @click="openNextAuditDetail('1')"
-                >下一条<i class="el-icon-d-arrow-right el-icon--right"></i
               ></el-button>
             </el-col>
-            <el-col :span="6" style="text-align: right">
+            <el-col v-if="showAudit" :span="8" style="text-align: right">
+              <el-button
+                size="small"
+                icon="el-icon-arrow-left"
+                type="primary"
+                @click="back"
+                >返回</el-button
+              >
+            </el-col>
+            <el-col v-if="!showAudit" :span="16" style="text-align: right">
               <el-button
                 size="small"
                 icon="el-icon-arrow-left"