|
@@ -165,9 +165,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
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-danger'
|
|
|
- } else {
|
|
|
+ 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'
|
|
|
}
|
|
|
}
|