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