fix : 完善信息提示框

This commit is contained in:
2024-06-29 17:13:42 +08:00
parent e075eeb0d5
commit d25c285ad6
6 changed files with 43 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ const searchConfig = reactive([
component: 'el-date-picker',
props: {
clearable: true,
type: 'datetimerange',
type: 'daterange',
startPlaceholder: '开始日期',
endPlaceholder: '结束日期',
valueFormat: 'YYYY-MM-DD HH:mm:ss',