forked from github/dataease
fix(查询组件): 设置时间区间范围,通过直接修改时间数字可绕过时间区间的设置
This commit is contained in:
parent
9348945866
commit
26b3cbf4a4
@ -420,6 +420,7 @@ const formatDate = computed(() => {
|
|||||||
['datetimerange', 'daterange'].includes(config.timeGranularityMultiple) ? shortcuts : []
|
['datetimerange', 'daterange'].includes(config.timeGranularityMultiple) ? shortcuts : []
|
||||||
"
|
"
|
||||||
@change="handleValueChange"
|
@change="handleValueChange"
|
||||||
|
:editable="false"
|
||||||
:range-separator="$t('cron.to')"
|
:range-separator="$t('cron.to')"
|
||||||
:start-placeholder="placeholderText"
|
:start-placeholder="placeholderText"
|
||||||
:end-placeholder="placeholderText"
|
:end-placeholder="placeholderText"
|
||||||
|
Loading…
Reference in New Issue
Block a user