|  | @@ -157,10 +157,10 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      label: '造船日期(ship date)',
 | 
	
		
			
				|  |  |      field: 'shipDate',
 | 
	
		
			
				|  |  | -    component: 'DatePicker',
 | 
	
		
			
				|  |  | +    component: 'MonthPicker',
 | 
	
		
			
				|  |  |      componentProps: {
 | 
	
		
			
				|  |  |         showTime: false,
 | 
	
		
			
				|  |  | -       valueFormat: 'YYYY-MM-DD'
 | 
	
		
			
				|  |  | +       valueFormat: 'YYYY-MM'
 | 
	
		
			
				|  |  |       },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
	
		
			
				|  | @@ -173,6 +173,7 @@ export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |          stringToNumber:true,
 | 
	
		
			
				|  |  |       },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  
 | 
	
		
			
				|  |  |  	// TODO 主键隐藏字段,目前写死为ID
 | 
	
		
			
				|  |  |  	{
 | 
	
		
			
				|  |  |  	  label: '',
 |