瀏覽代碼

Merge remote-tracking branch 'origin/master'

WANG 6 年之前
父節點
當前提交
4b110b6420
共有 2 個文件被更改,包括 10 次插入4 次删除
  1. 8 2
      src/modules/oe/views/captureDetail.vue
  2. 2 2
      src/modules/print/view/CourseStatistic.vue

+ 8 - 2
src/modules/oe/views/captureDetail.vue

@@ -100,11 +100,17 @@
                   prop="faceSuccessPercent"
                 ></el-table-column>
                 <el-table-column
-                  width="120"
+                  width="140"
                   sortable
-                  label="真实性(%)"
+                  label="人脸真实性(%)"
                   prop="baiduFaceLivenessSuccessPercent"
                 ></el-table-column>
+                <el-table-column
+                  width="120"
+                  sortable
+                  label="虚拟设备"
+                  prop="virtualCameraNames"
+                ></el-table-column>
                 <el-table-column
                   sortable
                   label="违纪类型"

+ 2 - 2
src/modules/print/view/CourseStatistic.vue

@@ -904,8 +904,8 @@ export default {
             console.log(error.response);
             curLoading.close();
             this.$notify({
-              title: "错误",
-              type: "error",
+              title: "提示",
+              type: "warning",
               message: error.response.data.desc
             });
           }