Selaa lähdekoodia

feature_20251205_图片识别任务通过条件配置

zhujindu 1 viikko sitten
vanhempi
commit
aa4801dde4

+ 2 - 2
src/views/historicalVisit/historicalDetails.vue

@@ -143,8 +143,8 @@
               trigger="click"
               :content="
                 item.taskPhotoConditionPassed == 1
-                  ? '陈列奖励案拍照AI识别成功'
-                  : '陈列奖励案拍照AI识别失败'
+                  ? '陈列奖励案拍照AI识别通过'
+                  : '陈列奖励案拍照AI识别不通过'
               ">
               <div class="taskPhotoConditionPassed" slot="reference">
                 <img

+ 26 - 1
src/views/historicalVisit/hisvistdeils.vue

@@ -276,7 +276,7 @@
         <el-table
           :data="taskPhotoRecognitionResult"
           border
-          class="table-headermdhome"
+          class="table-headermd1"
           style="width: 100%">
           <el-table-column label="" type="index" width="50px" align="center" />
           <el-table-column label="产品" prop="skuProductName" align="center" />
@@ -697,6 +697,31 @@ export default {
   .z-cells .van-cell {
     padding-bottom: 0;
   }
+  .table-headermd1 {
+    font-size: 14px;
+    text-align: center;
+    position: initial;
+    width: 98% !important;
+    margin: 0 auto;
+    border-right: 0;
+    border-radius: 8px;
+    th {
+      color: #000;
+      font-weight: bold;
+    }
+    td {
+      color: #000;
+    }
+    .el-table__cell {
+      padding: 6px 0 !important;
+      .cell {
+        padding: 0;
+      }
+    }
+  }
+  .table-headermd1 th.el-table__cell {
+    background-color: #f5f5f5;
+  }
 }
 </style>
 <style>