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