zhaoke 9 月之前
父节点
当前提交
8971a8c6e6
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/newBagDetails/components/baggageView.vue

+ 5 - 5
src/views/newBagDetails/components/baggageView.vue

@@ -164,11 +164,11 @@ export default {
             return 'step-circle-danger'
           }
         }
-        if (stateProp == 'securityInspectionResults' && !stateValue) {
-          if (this.tableData.length >= 2 || arrs[index + 1].stateValue || arrs[index + 1].loclValue || arrs[index + 1].timeValue || arrs[index + 2].stateValue || arrs[index + 2].loclValue || arrs[index + 2].timeValue) {
-            return 'step-circle-waring'
-          }
-        }
+        // if (stateProp == 'securityInspectionResults' && !stateValue) {
+        //   if (this.tableData.length >= 2 || arrs[index + 1].stateValue || arrs[index + 1].loclValue || arrs[index + 1].timeValue || arrs[index + 2].stateValue || arrs[index + 2].loclValue || arrs[index + 2].timeValue) {
+        //     return 'step-circle-waring'
+        //   }
+        // }
       }
     },
     statusClasses () {