From 7178c65e481be2bb88f37c911eb468981813dda8 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 6 May 2022 15:35:24 +0800 Subject: [PATCH] fix bug --- .../freight/freight-config/freight-config.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts index b1e3ed5f..9574f30a 100644 --- a/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts +++ b/src/app/routes/usercenter/components/freight/freight-config/freight-config.component.ts @@ -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',