Commit db302cb2 authored by 高滢's avatar 高滢

feat(开竣工): 月份组件

parent bc5048f3
......@@ -303,6 +303,7 @@ export function formSchema(year, planType): FormSchema[] {
icon: 'healthicons:i-schedule-school-date-time-outline',
colProps: { span: 7, offset: 1 },
componentProps: {
picker: 'month',
placeholder: ['开始日期', '结束日期'],
style: { width: '100%' },
valueFormat: 'YYYY-MM',
......
......@@ -275,6 +275,7 @@ export function getformSchema(year, planType): FormSchema[] {
icon: 'healthicons:i-schedule-school-date-time-outline',
colProps: { span: 7, offset: 1 },
componentProps: {
picker: 'month',
placeholder: ['开始日期', '结束日期'],
style: { width: '100%' },
valueFormat: 'YYYY-MM',
......
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