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