支持范围选择

This commit is contained in:
icssoa
2025-07-28 19:14:38 +08:00
parent ed5d2517f1
commit d6da3d768c
2 changed files with 33 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ const valueFormat = computed(() => {
});
// 快捷选项索引
const shortcutsIndex = ref<number>(0);
const shortcutsIndex = ref<number>(-1);
// 快捷选项列表
const shortcuts = computed<ClSelectDateShortcut[]>(() => {