feat(查询组件): 日期筛选组件可设置查询的起始日期 #6005

This commit is contained in:
dataeaseShu 2024-03-20 10:10:49 +08:00
parent 2776131b7e
commit 00f57cefa4
2 changed files with 2 additions and 1 deletions

View File

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

View File

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