From b11cd67f420d0449b051d9040305fa9eee1d8ee3 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 15 Mar 2024 16:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E4=BD=8D=E7=8A=B6=E6=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/proj/VehicleBind.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/proj/VehicleBind.vue b/src/pages/proj/VehicleBind.vue index 9abf2e8..7f0ebfb 100644 --- a/src/pages/proj/VehicleBind.vue +++ b/src/pages/proj/VehicleBind.vue @@ -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