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 () {