Hwt 3 년 전
부모
커밋
0a413cd35f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      smart/src/views/vehicleAudit/index.vue

+ 1 - 1
smart/src/views/vehicleAudit/index.vue

@@ -176,7 +176,7 @@
           :content="scope.row.auditStatus == 0 ? '审核' : '无法审核'"
         >
           <i
-            v-if="scope.row.orderStatus == 0"
+            v-if="scope.row.auditStatus == 0"
             class="zoniot_font zoniot-icon-shenhe"
             @click="lookDetails(scope.row)"
           ></i>