From bcb4f3cf569408d3459160d495a1e1e5f4c976fc Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Mon, 7 Mar 2022 09:31:46 +0800 Subject: [PATCH] e --- .../components/driver/detail/detail.component.html | 6 +++--- .../freight/freight-config/freight-config.component.html | 2 +- .../freight/freight-config/freight-config.component.ts | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/routes/usercenter/components/driver/detail/detail.component.html b/src/app/routes/usercenter/components/driver/detail/detail.component.html index 53d25019..e1b250a0 100644 --- a/src/app/routes/usercenter/components/driver/detail/detail.component.html +++ b/src/app/routes/usercenter/components/driver/detail/detail.component.html @@ -301,16 +301,16 @@ - + 服务评级 (暂无评级) - + - + 关联企业 - 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 c9fa67f7..e4aa738f 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 @@ -51,6 +51,7 @@ export class FreightConfigComponent implements OnInit { }); } } + this.selectedRows = []; return requestOptions; }; @@ -166,7 +167,7 @@ export class FreightConfigComponent implements OnInit { } exportList() { - const params = { listSource: 1, pageSize: -1 }; + const params = { listSource: 1, pageSize: -1 }; if (this.sf) { Object.assign(params, { ...this.sf.value @@ -282,7 +283,7 @@ export class FreightConfigComponent implements OnInit { format: item => `${item.contractSurchargeRatio}%` }, { - title: '合同单业务量(元)', + title: '合同单业务量(万元)', index: 'contractQuota', width: 170, type: 'widget', @@ -290,7 +291,7 @@ export class FreightConfigComponent implements OnInit { widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.contractQuota }) } }, { - title: '货源单业务量(元)', + title: '货源单业务量(万元)', index: 'goodsQuota', width: 170, type: 'widget',