|  | @@ -60,12 +60,12 @@ export const columns: BasicColumn[] = [
 | 
	
		
			
				|  |  |     {
 | 
	
		
			
				|  |  |      title: '出口(export)',
 | 
	
		
			
				|  |  |      align:"center",
 | 
	
		
			
				|  |  | -    dataIndex: 'isExport',
 | 
	
		
			
				|  |  | +    dataIndex: 'isExport_dictText',
 | 
	
		
			
				|  |  |     },
 | 
	
		
			
				|  |  |     {
 | 
	
		
			
				|  |  |      title: '开票申请(apply invoice)',
 | 
	
		
			
				|  |  |      align:"center",
 | 
	
		
			
				|  |  | -    dataIndex: 'applyInvoice',
 | 
	
		
			
				|  |  | +    dataIndex: 'applyInvoice_dictText',
 | 
	
		
			
				|  |  |     },
 | 
	
		
			
				|  |  |     {
 | 
	
		
			
				|  |  |      title: '签单(Signing)',
 | 
	
	
		
			
				|  | @@ -76,7 +76,7 @@ export const columns: BasicColumn[] = [
 | 
	
		
			
				|  |  |     {
 | 
	
		
			
				|  |  |      title: '提交(submit)',
 | 
	
		
			
				|  |  |      align:"center",
 | 
	
		
			
				|  |  | -    dataIndex: 'submit',
 | 
	
		
			
				|  |  | +    dataIndex: 'submit_dictText',
 | 
	
		
			
				|  |  |     },
 | 
	
		
			
				|  |  |  ];
 | 
	
		
			
				|  |  |  
 |