Browse Source

照片加上title-虚拟摄像头名称

chenken 6 years ago
parent
commit
483c4f70d8
1 changed files with 10 additions and 4 deletions
  1. 10 4
      src/modules/oe/views/captureDetail.vue

+ 10 - 4
src/modules/oe/views/captureDetail.vue

@@ -10,10 +10,10 @@
         </el-col>
         <el-col :span="18">
           <el-row>
-            <el-col :span="16" class="capture-title">
+            <el-col :span="8" class="capture-title">
               <span>监考数据ID:{{ examRecordDataId }}</span>
             </el-col>
-            <el-col :span="8" style="text-align: right;">
+            <el-col :span="16" style="text-align: right;">
               <el-button
                 size="small"
                 v-if="showAudit"
@@ -35,7 +35,7 @@
               >
               <el-button
                 size="small"
-                icon="el-icon-back"
+                icon="el-icon-arrow-left"
                 type="primary"
                 @click="back"
               >
@@ -145,7 +145,13 @@
             >
               <div class="photo-pass" v-show="item.pass">通过</div>
               <div class="photo-nopass" v-show="!item.pass">不通过</div>
-              <img class="photo" :src="item.fileUrl" alt width="200" />
+              <img
+                class="photo"
+                :title="item.virtualCameraNames"
+                :src="item.fileUrl"
+                alt
+                width="200"
+              />
               <div class="photo-stranger" v-show="item.stranger">陌生人</div>
               <div
                 class="photo-facelivenessPass"