From 597c521583e7ac30f9a32c4e51608588a0800cea Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 19 Apr 2022 19:33:21 +0800 Subject: [PATCH] edit --- .../abnormal-appear/abnormal-appear.component.ts | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts b/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts index 4a575b12..a9d112ba 100644 --- a/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts +++ b/src/app/routes/waybill-management/components/abnormal-appear/abnormal-appear.component.ts @@ -92,9 +92,14 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit { click: item => this.reviewDetailAction(item) }, { title: '异常类型', index: 'exceptionTypeLabel', width: '180px', className: 'text-left' }, - { title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left', - type: 'link', - click: item => this.routeToBill(item) }, + { + title: '关联运单号', + index: 'wayBillCode', + width: '180px', + className: 'text-left', + type: 'link', + click: item => this.routeToBill(item) + }, { title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' }, { title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },