Commit 521d27c9 authored by 刘斌's avatar 刘斌

fix: 调配时间

parent 2143410b
......@@ -79,6 +79,17 @@ const formSchema: VbenFormSchema[] = [
label: '新的部门',
rules: 'selectRequired',
},
{
component: 'DatePicker',
componentProps: {
format: 'YYYY-MM-DD',
valueFormat: 'YYYY-MM-DD',
getVxePopupContainer,
},
fieldName: 'transferDate',
label: '调配时间',
rules: 'required',
},
// {
// component: 'Select',
// componentProps: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment