mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(查询组件): 查询项为时间范围,默认值为月初至昨日,每月第一天无法查询数据 #17783
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: '下週',
|
||||
|
||||
@@ -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: '下周',
|
||||
|
||||
Reference in New Issue
Block a user