|  | @@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils';
 | 
	
		
			
				|  |  |  //列表数据
 | 
	
		
			
				|  |  |  export const columns: BasicColumn[] = [
 | 
	
		
			
				|  |  |     {
 | 
	
		
			
				|  |  | -    title: '唯一编号(IMO)',
 | 
	
		
			
				|  |  | +    title: 'IMO',
 | 
	
		
			
				|  |  |      align:"center",
 | 
	
		
			
				|  |  |      dataIndex: 'imo'
 | 
	
		
			
				|  |  |     },
 | 
	
	
		
			
				|  | @@ -44,7 +44,7 @@ export const columns: BasicColumn[] = [
 | 
	
		
			
				|  |  |  //查询数据
 | 
	
		
			
				|  |  |  export const searchFormSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |  	{
 | 
	
		
			
				|  |  | -      label: "唯一编号(IMO)",
 | 
	
		
			
				|  |  | +      label: "IMO",
 | 
	
		
			
				|  |  |        field: 'imo',
 | 
	
		
			
				|  |  |        component: 'Input',
 | 
	
		
			
				|  |  |        labelWidth: 150,
 | 
	
	
		
			
				|  | @@ -116,7 +116,7 @@ export const searchFormSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |  export const formSchema: FormSchema[] = [
 | 
	
		
			
				|  |  |   
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  | -    label: '唯一编号(IMO)',
 | 
	
		
			
				|  |  | +    label: 'IMO',
 | 
	
		
			
				|  |  |      field: 'imo',
 | 
	
		
			
				|  |  |      component: 'Input',
 | 
	
		
			
				|  |  |      // required: true,
 |