微调时间控件

This commit is contained in:
sjl
2024-11-07 19:40:01 +08:00
parent 9929ea74b4
commit 4695a82b38
2 changed files with 40 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
return (
<div class='flx-flex-start'>
<TimeControl
include={['日', '周', '月', '自定义']}
include={['日', '周', '月', '季度','年','自定义']}
default={'月'}
onUpdate-dates={handleDateChange}
/>