|  | @@ -57,12 +57,12 @@ export const columns: BasicColumn[] = [
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      title: '币种(currency)',
 | 
	
		
			
				|  |  |      align: 'center',
 | 
	
		
			
				|  |  | -    dataIndex: 'currency',
 | 
	
		
			
				|  |  | +    dataIndex: 'currency_dictText',
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      title: '付款条件(payment terms)',
 | 
	
		
			
				|  |  |      align: 'center',
 | 
	
		
			
				|  |  | -    dataIndex: 'paymentTerms',
 | 
	
		
			
				|  |  | +    dataIndex: 'paymentTerms_dictText',
 | 
	
		
			
				|  |  |      width: 200,
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 |