|  | @@ -74,6 +74,7 @@ export const searchFormSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |        label: "hull number",
 | 
	
		
			
				|  |  |        field: 'hullNumber',
 | 
	
		
			
				|  |  |        component: 'Input',
 | 
	
		
			
				|  |  | +      labelWidth: 150,
 | 
	
		
			
				|  |  |        //colProps: {span: 6},
 | 
	
		
			
				|  |  |   	},
 | 
	
		
			
				|  |  |     {
 | 
	
	
		
			
				|  | @@ -86,11 +87,18 @@ export const searchFormSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |     },
 | 
	
		
			
				|  |  |      //colProps: {span: 6},
 | 
	
		
			
				|  |  |   },
 | 
	
		
			
				|  |  | + {
 | 
	
		
			
				|  |  | +  label: "序列号(serial number)",
 | 
	
		
			
				|  |  | +  field: 'serialNumber',
 | 
	
		
			
				|  |  | +  component: 'Input',
 | 
	
		
			
				|  |  | +  labelWidth: 150,
 | 
	
		
			
				|  |  | +  //colProps: {span: 6},
 | 
	
		
			
				|  |  | +},
 | 
	
		
			
				|  |  |   {
 | 
	
		
			
				|  |  |    label: "造船日期(ship date)",
 | 
	
		
			
				|  |  |    field: "shipDate",
 | 
	
		
			
				|  |  |    component: 'RangePicker',
 | 
	
		
			
				|  |  | -  labelWidth: 150,
 | 
	
		
			
				|  |  | +  labelWidth: 180,
 | 
	
		
			
				|  |  |    componentProps: {
 | 
	
		
			
				|  |  |        valueType: 'Date',
 | 
	
		
			
				|  |  |        showTime:false
 | 
	
	
		
			
				|  | @@ -101,7 +109,7 @@ export const searchFormSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |    label: "船类型(ship type)",
 | 
	
		
			
				|  |  |    field: 'shipType',
 | 
	
		
			
				|  |  |    component: 'JDictSelectTag',
 | 
	
		
			
				|  |  | -  labelWidth: 180,
 | 
	
		
			
				|  |  | +  labelWidth: 150,
 | 
	
		
			
				|  |  |    componentProps:{
 | 
	
		
			
				|  |  |      dictCode:"ship_type"
 | 
	
		
			
				|  |  |   },
 | 
	
	
		
			
				|  | @@ -115,8 +123,10 @@ export const searchFormSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |    componentProps:{
 | 
	
		
			
				|  |  |      dictCode:"valid_status"
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  
 | 
	
		
			
				|  |  |    //colProps: {span: 6},
 | 
	
		
			
				|  |  |  },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  ];
 | 
	
		
			
				|  |  |  //表单数据
 | 
	
		
			
				|  |  |  export const formSchema: FormSchema[] = [
 |