From 91636855aafe8ccc1ea31008814186b8caa014e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Mon, 15 Sep 2025 13:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/listStore.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/listStore.ts b/src/store/listStore.ts index 78dc9f3..dbdfefc 100644 --- a/src/store/listStore.ts +++ b/src/store/listStore.ts @@ -117,8 +117,8 @@ const commonStateDefaultValue = { // 快捷筛选数据 quickFilterData: [ { label: "智能排序", value: "0" }, - { label: "距离更近", value: "1" }, - { label: "时间更近", value: "2" }, + { label: "距离更近", value: "distance" }, + { label: "时间更近", value: "time" }, ], // 气泡日期范围