From ad6a095106136da03c85a3ef9805344be5ea37e8 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Mon, 12 May 2025 13:35:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E6=89=AB=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/cleanPlan.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 37e04b8..a457459 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -82,7 +82,7 @@ - {{ item.note }} + {{ item.note || "暂无清扫要求" }} @@ -211,8 +211,8 @@ export default { this.dropdownValue = options.id; window.nfcFn = this.nfcResFn; // this.nfcResFn(); - if(options.type == 'all'){ - this.selectIdx = 0 + if (options.type == "all") { + this.selectIdx = 0; } },