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