|
@@ -157,10 +157,10 @@ export const formSchema: FormSchema[] = [
|
|
|
{
|
|
|
label: '造船日期(ship date)',
|
|
|
field: 'shipDate',
|
|
|
- component: 'DatePicker',
|
|
|
+ component: 'MonthPicker',
|
|
|
componentProps: {
|
|
|
showTime: false,
|
|
|
- valueFormat: 'YYYY-MM-DD'
|
|
|
+ valueFormat: 'YYYY-MM'
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -173,6 +173,7 @@ export const formSchema: FormSchema[] = [
|
|
|
stringToNumber:true,
|
|
|
},
|
|
|
},
|
|
|
+
|
|
|
|
|
|
{
|
|
|
label: '',
|