From b05e8600ec61d20f43f697cdad063e4aa6b762c3 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 11 May 2022 09:46:11 +0800 Subject: [PATCH] fix bug --- .../freight/list/detail/detail.component.html | 16 ++++++++-------- .../components/freight/list/list.component.ts | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html index 5e4d39ca..b1b9b8b0 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html @@ -422,8 +422,8 @@ - - - - + - +
diff --git a/src/app/routes/usercenter/components/freight/list/list.component.ts b/src/app/routes/usercenter/components/freight/list/list.component.ts index 7aa48f28..cfb0dad0 100644 --- a/src/app/routes/usercenter/components/freight/list/list.component.ts +++ b/src/app/routes/usercenter/components/freight/list/list.component.ts @@ -263,7 +263,7 @@ export class FreightComponentsListComponent extends BasicTableComponent implemen widget: 'select' } }, - promotersTelephone: { + channelName: { title: '业务员', type: 'string', ui: { @@ -405,7 +405,7 @@ export class FreightComponentsListComponent extends BasicTableComponent implemen }, { title: '渠道销售', className: 'text-center', render: 'promotersTelephone', width: 200 }, { title: '合伙人', className: 'text-center', render: 'partnerName', width: 200 }, - { title: '客服人员', className: 'text-center', render: 'customerServiceIdLabel', width: 150 }, + { title: '客服人员', className: 'text-center', render: 'customerServiceIdLabel', width: 200 }, { title: '网络货运人', className: 'text-center', index: 'netTranName', width: 180 }, { title: '注册渠道',