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>