This commit is contained in:
guanj
2025-12-04 15:25:22 +08:00
parent 43caddffa3
commit 2d0349c1b6
3 changed files with 69 additions and 45 deletions

View File

@@ -101,6 +101,7 @@ const filteredTimeOptions = computed(() => {
return timeOptions.value.filter((option: any) =>
props.timeKeyList.includes(option.value.toString())
)
})
onMounted(() => {