fix : 修复费用台账时间搜索

This commit is contained in:
2024-07-07 02:43:40 +08:00
parent fce1bfdb6f
commit 06090fc00b

View File

@@ -31,7 +31,9 @@ const searchConfig = reactive([
props: {
placeholder: '请选择时间',
clearable: true,
valueFormat: 'YYYY-MM-DD HH:mm:ss',
type:'month',
format: 'YYYY-MM',
valueFormat:'YYYY-MM-DD HH:mm:ss',
},
colProps: {}
},