This commit is contained in:
Taric Xin
2022-03-04 15:14:03 +08:00
parent 5db0abb42e
commit 17ce3dd481
4 changed files with 13 additions and 13 deletions

View File

@ -270,21 +270,21 @@ export class FreightConfigComponent implements OnInit {
{
title: '货源单费率',
className: 'text-right',
index: 'contractSurchargeRatio',
width: 130,
format: item => `${item.contractSurchargeRatio}%`
},
{
title: '合同单费率',
className: 'text-right',
index: 'goodsSurchargeRatio',
width: 130,
format: item => `${item.goodsSurchargeRatio}%`
},
{
title: '合同单费率',
className: 'text-right',
index: 'contractSurchargeRatio',
width: 130,
format: item => `${item.contractSurchargeRatio}%`
},
{
title: '合同单业务量(元)',
index: 'contractQuota',
width: 160,
width: 170,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.contractQuota }) }
@ -292,7 +292,7 @@ export class FreightConfigComponent implements OnInit {
{
title: '货源单业务量(元)',
index: 'goodsQuota',
width: 160,
width: 170,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.goodsQuota }) }