From 6a718582b32bac6c47d682ecc5f5786a52862433 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Tue, 6 May 2025 14:34:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=9C=AA=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/cleanPlan.vue | 2 +- pages/index/planList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 46ebbb0..0db30cf 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -146,7 +146,7 @@ export default { data() { return { posIcon: require("@/static/images/pos-icon.png"), - selectIdx: 0, + selectIdx: 1, // 默认展示待保洁 dropdownValue: "", dropdownOptions: [ { diff --git a/pages/index/planList.vue b/pages/index/planList.vue index 7c6ecac..08a676b 100644 --- a/pages/index/planList.vue +++ b/pages/index/planList.vue @@ -121,7 +121,7 @@ export default { const todayStr = GetNowTime(new Date()); return { - activeTab: "completed", + activeTab: "incomplete", // 默认展示未完成 // maxDate: "2049-12-31", // 默认最大日期为当天