forked from github/dataease
feat(查询组件): 日期筛选组件可设置查询的起始日期 #6005
This commit is contained in:
parent
2776131b7e
commit
00f57cefa4
@ -454,7 +454,7 @@ const validate = () => {
|
||||
: +endTime
|
||||
)
|
||||
) {
|
||||
ElMessage.error('默认值必须在时间筛选范围内!')
|
||||
ElMessage.error('默认值超出日期筛选范围内,请重新设置!')
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
@ -353,6 +353,7 @@ const relativeToCurrentList = computed(() => {
|
||||
padding-left: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 8px;
|
||||
.ed-input-number {
|
||||
width: 120px;
|
||||
margin: 0 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user