fix : 修复费用台账时间搜索
This commit is contained in:
@@ -31,7 +31,9 @@ const searchConfig = reactive([
|
|||||||
props: {
|
props: {
|
||||||
placeholder: '请选择时间',
|
placeholder: '请选择时间',
|
||||||
clearable: true,
|
clearable: true,
|
||||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
type:'month',
|
||||||
|
format: 'YYYY-MM',
|
||||||
|
valueFormat:'YYYY-MM-DD HH:mm:ss',
|
||||||
},
|
},
|
||||||
colProps: {}
|
colProps: {}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user