fix(查询组件): 时间范围查询组件,默认值动态设置,增加一个选项。

This commit is contained in:
dataeaseShu
2025-12-25 10:46:16 +08:00
committed by dataeaseShu
parent f14e3c6932
commit acb7b90760

View File

@@ -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'