tangning hai 4 meses
pai
achega
ff58841039
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/view/case/records/index.vue

+ 2 - 2
src/view/case/records/index.vue

@@ -485,7 +485,7 @@
       title="AI识别平面图"
       width="1300px"
       align-center
-      @close="aiImgData.src = null"
+      @close="aiImgData.result = null"
     >
     <div class="border" style="    width: 1300px;
     height: 1px;
@@ -516,7 +516,7 @@ border: 1px solid #D9D9D9;">
       <div class="flex-1 text-center content-start" style="border-radius: 0px 0px 0px 0px;
 border: 1px solid #D9D9D9;min-height: 450px">
         <span style="line-height: 450px" v-if="aiImgData.loading">识别中</span>
-        <span style="line-height: 450px" v-else-if="aiImgData.src">请点击【识别】获取结果</span>
+        <span style="line-height: 450px" v-else-if="!aiImgData.result">请点击【识别】获取结果</span>
         <div class="text-left" style="height: 450px;padding: 10px; overflow: auto;" v-else v-html="aiImgData.result"></div>
       </div>
       </div>