提交 a2a75a09 编写于 作者: V Vben

fix(demo-form): add fieldMapToTime example,fix #807

上级 a2d8be3a
......@@ -96,6 +96,14 @@
span: 8,
},
},
{
field: 'fieldTime',
component: 'RangePicker',
label: '时间字段',
colProps: {
span: 8,
},
},
{
field: 'field4',
component: 'Select',
......@@ -171,6 +179,7 @@
actionColOptions: {
span: 24,
},
fieldMapToTime: [['fieldTime', ['startTime', 'endTime'], 'YYYY-MM']],
});
return {
register,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册