|  | @@ -170,22 +170,12 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      label: '船类型(ship type)',
 | 
	
		
			
				|  |  |      field: 'shipType',
 | 
	
		
			
				|  |  | -    component: 'JDictSelectTag',
 | 
	
		
			
				|  |  | -    componentProps: {
 | 
	
		
			
				|  |  | -      dictCode: 'ship_type',
 | 
	
		
			
				|  |  | -      showSearch: true,
 | 
	
		
			
				|  |  | -      getPopupContainer: (node) => document.body,
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | +    component: 'Input',
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      label: '船厂(ship factory)',
 | 
	
		
			
				|  |  |      field: 'shipFactory',
 | 
	
		
			
				|  |  | -    component: 'JDictSelectTag',
 | 
	
		
			
				|  |  | -    componentProps: {
 | 
	
		
			
				|  |  | -      dictCode: 'ship_factory',
 | 
	
		
			
				|  |  | -      showSearch: true,
 | 
	
		
			
				|  |  | -      getPopupContainer: (node) => document.body,
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  | +    component: 'Input',
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      label: '造船日期(ship date)',
 |