|
@@ -47,7 +47,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
label: "唯一编号(IMO)",
|
|
label: "唯一编号(IMO)",
|
|
field: 'imo',
|
|
field: 'imo',
|
|
component: 'Input',
|
|
component: 'Input',
|
|
- // labelWidth: 150,
|
|
|
|
|
|
+ labelWidth: 150,
|
|
//colProps: {span: 6},
|
|
//colProps: {span: 6},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -74,7 +74,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
label: "船厂(ship factory)",
|
|
label: "船厂(ship factory)",
|
|
field: 'shipFactory',
|
|
field: 'shipFactory',
|
|
component: 'JSelectMultiple',
|
|
component: 'JSelectMultiple',
|
|
- labelWidth: 120,
|
|
|
|
|
|
+ labelWidth: 150,
|
|
componentProps:{
|
|
componentProps:{
|
|
dictCode:"ship_factory"
|
|
dictCode:"ship_factory"
|
|
},
|
|
},
|