Merge pull request #12585 from dataease/pr@dev-v2_st

fix(查询组件): 设置时间区间范围,通过直接修改时间数字可绕过时间区间的设置
This commit is contained in:
dataeaseShu 2024-10-09 13:48:58 +08:00 committed by GitHub
commit 0b70b3f214
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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