Merge pull request #8592 from dataease/pr@dev-v2_time_search

feat(查询组件): 日期筛选组件可设置查询的起始日期 #6005
This commit is contained in:
dataeaseShu 2024-03-20 10:11:17 +08:00 committed by GitHub
commit df5d98927e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -454,7 +454,7 @@ const validate = () => {
: +endTime : +endTime
) )
) { ) {
ElMessage.error('默认值必须在时间筛选范围内!') ElMessage.error('默认值超出日期筛选范围内,请重新设置!')
return true return true
} }
return false return false

View File

@ -353,6 +353,7 @@ const relativeToCurrentList = computed(() => {
padding-left: 24px; padding-left: 24px;
display: flex; display: flex;
align-items: center; align-items: center;
margin-top: 8px;
.ed-input-number { .ed-input-number {
width: 120px; width: 120px;
margin: 0 8px; margin: 0 8px;