fix : 修复需求征集/汇总/费用台账页面搜索细节

This commit is contained in:
2024-06-18 22:18:35 +08:00
parent 6ab1dc806e
commit 3745c9cb28
6 changed files with 20 additions and 10 deletions

View File

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

View File

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