mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(查询组件): 时间范围查询组件,默认值动态设置,增加一个选项。 (#17690)
This commit is contained in:
@@ -247,6 +247,10 @@ const relativeToCurrentListRange = computed(() => {
|
||||
label: t('dynamic_time.cweek'),
|
||||
value: 'thisWeek'
|
||||
},
|
||||
{
|
||||
label: t('cron.this_month'),
|
||||
value: 'thisMonth'
|
||||
},
|
||||
{
|
||||
label: t('v_query.last_3_days'),
|
||||
value: 'LastThreeDays'
|
||||
|
||||
Reference in New Issue
Block a user