zhujindu 9 ماه پیش
والد
کامیت
9f61c58253
2فایلهای تغییر یافته به همراه20 افزوده شده و 8 حذف شده
  1. 18 6
      src/components/imageAIVerifyErr.vue
  2. 2 2
      src/views/AIImage/AIImageDetail.vue

+ 18 - 6
src/components/imageAIVerifyErr.vue

@@ -16,7 +16,7 @@
             <img v-else :src="imageEmpty" width="100%" height="200px" />
           </div>
           <div class="AIVerify">
-            <span style="color: red">{{ contentMessage }}</span>
+            <span>{{ contentMessage }}</span>
           </div>
           <template v-if="shotsNum >= maxNum">
             <div class="feedbackMessage">
@@ -85,7 +85,7 @@
             </div>
           </div>
           <div class="AIVerify">
-            <span style="color: red">{{ contentMessage }}</span>
+            <span>{{ contentMessage }}</span>
           </div>
           <div class="feedbackMessage">
             <div class="label">若图像识别不正确,可在此反馈:</div>
@@ -305,7 +305,7 @@ export default {
     }
     .AIVerify {
       padding: 6px 0;
-      font-size: 16px;
+      font-size: 30px;
       /* color: red; */
       text-align: center;
       /* border-top: 1px solid #cfcfcf; */
@@ -322,6 +322,11 @@ export default {
     width: 8px;
     display: inline-block;
     line-height: 26px;
+    width: 40%;
+    margin-top: 45px 0;
+    span {
+      color: #9e0202;
+    }
   }
   .photoAIVerify {
     /*margin-top: 9px;*/
@@ -367,11 +372,18 @@ export default {
       color: #fff;
       border-radius: 10px;
       margin: 0 6px;
-      flex: 1;
+      /* flex: 1; */
     }
     .confirmUploadAIVerify {
-      background-color: #0057ba;
-      padding: 8px 0;
+      /* background-color: #0057ba;
+      padding: 8px 0; */
+      width: 298px;
+      height: 68px;
+      background-image: linear-gradient(180deg, #ffa1a1 0%, #f6695f 35%, #ed301d 100%),
+        linear-gradient(#aed0f9, #aed0f9);
+      background-blend-mode: normal, normal;
+      box-shadow: 0px 3px 6px 0px rgba(183, 30, 14, 0.35);
+      /* border-radius: 10px; */
     }
     .changeImageAIVerify {
       background-color: #81b337;

+ 2 - 2
src/views/AIImage/AIImageDetail.vue

@@ -141,7 +141,7 @@ export default {
                   title: '系统提示',
                   message:
                     latestPhotoApprove.approveTime +
-                    '时间已反馈该店拜访照异常原因及解决方案,此次拜访照仍异常,请及时跟进',
+                    '已反馈该店拜访照异常原因及解决方案,此次拜访照仍异常,请及时跟进',
                   confirmButtonText: '确定',
                   showCancelButton: false,
                 })
@@ -166,7 +166,7 @@ export default {
         photoApproveId: this.photoApproveId, //	long	主键
         resultCorrect: this.AIResult, //	string	AI识别是否正确: 1 正确 0不正确
         reasonsSolutions: this.AIResult == '1' ? this.causeMessage : '', //	string	原因及解决方案
-        feedbackError: this.AIResult == '2' ? this.causeMessage : '', //	string	反馈AI识别不正确
+        feedbackError: this.AIResult == '0' ? this.causeMessage : '', //	string	反馈AI识别不正确
       }).then((res) => {
         if (res.code == 200) {
           this.$toast('已反馈给本部');