点位状态修改

This commit is contained in:
2024-03-15 16:14:25 +08:00
parent 965b869d09
commit b11cd67f42

View File

@@ -296,7 +296,7 @@ export default {
},
dropdownMenu4 (i) {
this.active4 = i + ''
if (this.option4[i].value === '1') {
if (this.option4[i].value === '1' || this.option4[i].value === '4') {
this.show = true
} else {
this.show = false