fix(查询组件): 查询项为时间范围,默认值为月初至昨日,每月第一天无法查询数据 #17783

This commit is contained in:
dataeaseShu
2026-01-15 10:18:55 +08:00
committed by dataeaseShu
parent c47ad37526
commit 747210c499
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ export default {
display_formats: 'Display Formats',
dropdown_display: 'Drop-down Display',
tile_display: 'Tile Display',
month_to_yesterday: 'From the beginning of the month to yesterday',
month_to_yesterday: 'From the beginning of the month to yesterday(current month)',
to_this_month: 'From the beginning of the year to this month',
up_to_options: 'Display up to 1000 options',
next_week: 'Next week',

View File

@@ -3,7 +3,7 @@ export default {
display_formats: '展示形式',
dropdown_display: '下拉展示',
tile_display: '平铺展示',
month_to_yesterday: '月初至昨天',
month_to_yesterday: '月初至昨天當月',
to_this_month: '年初至本月',
up_to_options: '最多展示1000個選項',
next_week: '下週',

View File

@@ -3,7 +3,7 @@ export default {
display_formats: '展示形式',
dropdown_display: '下拉展示',
tile_display: '平铺展示',
month_to_yesterday: '月初至昨天',
month_to_yesterday: '月初至昨天当月',
to_this_month: '年初至本月',
up_to_options: '最多展示1000个选项',
next_week: '下周',