fix bug
This commit is contained in:
		@ -257,7 +257,7 @@ export class FreightConfigComponent extends BasicTableComponent implements OnIni
 | 
			
		||||
        format: item => `${item.contractSurchargeRatio}%`
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        title: '合同单业务量(元)',
 | 
			
		||||
        title: '合同单业务量(万元)',
 | 
			
		||||
        index: 'contractQuota',
 | 
			
		||||
        width: 170,
 | 
			
		||||
        type: 'widget',
 | 
			
		||||
@ -265,7 +265,7 @@ export class FreightConfigComponent extends BasicTableComponent implements OnIni
 | 
			
		||||
        widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.contractQuota }) }
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        title: '货源单业务量(元)',
 | 
			
		||||
        title: '货源单业务量(万元)',
 | 
			
		||||
        index: 'goodsQuota',
 | 
			
		||||
        width: 170,
 | 
			
		||||
        type: 'widget',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user