解决RangePicker日期选择器异常 issues/I5X0J0

pull/186/head
zhangdaiscott 2022-10-21 18:12:23 +08:00
parent f19a3025e1
commit 6bf259427c
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@
field: 'fieldTime', field: 'fieldTime',
component: 'RangePicker', component: 'RangePicker',
label: '时间字段', label: '时间字段',
componentProps: {
valueType: 'Date',
},
colProps: { colProps: {
span: 8, span: 8,
}, },