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" }, ], // 气泡日期范围