Hwt 2 年之前
父節點
當前提交
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>