|
@@ -47,11 +47,13 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: "唯一编号(IMO)",
|
|
|
field: 'imo',
|
|
|
component: 'Input',
|
|
|
+ // labelWidth: 150,
|
|
|
//colProps: {span: 6},
|
|
|
},
|
|
|
{
|
|
|
label: "船名称(ship name)",
|
|
|
field: 'shipName',
|
|
|
+ labelWidth: 150,
|
|
|
component: 'Input',
|
|
|
//colProps: {span: 6},
|
|
|
},
|
|
@@ -59,6 +61,8 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: '关联客户(relate customer)',
|
|
|
field: 'relateCustomer',
|
|
|
component: 'Input',
|
|
|
+ labelWidth: 180,
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
label: "hull number",
|
|
@@ -70,6 +74,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: "船厂(ship factory)",
|
|
|
field: 'shipFactory',
|
|
|
component: 'JSelectMultiple',
|
|
|
+ labelWidth: 120,
|
|
|
componentProps:{
|
|
|
dictCode:"ship_factory"
|
|
|
},
|
|
@@ -79,6 +84,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: "造船日期(ship date)",
|
|
|
field: "shipDate",
|
|
|
component: 'RangePicker',
|
|
|
+ labelWidth: 150,
|
|
|
componentProps: {
|
|
|
valueType: 'Date',
|
|
|
showTime:true
|
|
@@ -89,6 +95,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: "船类型(ship type)",
|
|
|
field: 'shipType',
|
|
|
component: 'JSelectMultiple',
|
|
|
+ labelWidth: 180,
|
|
|
componentProps:{
|
|
|
dictCode:"ship_type"
|
|
|
},
|