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 c79373fa..30185701 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 @@ -93,10 +93,22 @@ export class FreightConfigComponent implements OnInit { initST(): STColumn[] { return [ // { title: '', type: 'checkbox', className: 'text-center' }, - { title: '企业名称', className: 'text-center', index: 'enterpriseName' }, - { title: '网络货运人', className: 'text-center', index: 'netTranName' }, - { title: '合同单费率', className: 'text-center', index: 'contractSurchargeRatio' }, - { title: '货源单费率', className: 'text-center', index: 'goodsSurchargeRatio' }, + { title: '企业名称', className: 'text-center', index: 'enterpriseName', width: 160 }, + { title: '网络货运人', className: 'text-center', index: 'netTranName', width: 160 }, + { + title: '合同单费率', + className: 'text-right', + index: 'contractSurchargeRatio', + width: 140, + format: item => `${item.contractSurchargeRatio}%` + }, + { + title: '货源单费率', + className: 'text-right', + index: 'goodsSurchargeRatio', + width: 140, + format: item => `${item.goodsSurchargeRatio}%` + }, { title: '合同单业务量(元)', index: 'contractQuota', diff --git a/src/app/shared/components/dynamic-setting/dynamic-setting-h5/dynamic-setting-h5.component.html b/src/app/shared/components/dynamic-setting/dynamic-setting-h5/dynamic-setting-h5.component.html index 2ea60f31..9ca22a0d 100644 --- a/src/app/shared/components/dynamic-setting/dynamic-setting-h5/dynamic-setting-h5.component.html +++ b/src/app/shared/components/dynamic-setting/dynamic-setting-h5/dynamic-setting-h5.component.html @@ -24,7 +24,7 @@

{{selectedTab?.name}}

- +