This commit is contained in:
Taric Xin
2022-04-19 19:33:21 +08:00
parent 33bffba6b2
commit 597c521583

View File

@ -92,9 +92,14 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
click: item => this.reviewDetailAction(item) click: item => this.reviewDetailAction(item)
}, },
{ title: '异常类型', index: 'exceptionTypeLabel', width: '180px', className: 'text-left' }, { title: '异常类型', index: 'exceptionTypeLabel', width: '180px', className: 'text-left' },
{ title: '关联运单号', index: 'wayBillCode', width: '180px', className: 'text-left', {
type: 'link', title: '关联运单号',
click: item => this.routeToBill(item) }, index: 'wayBillCode',
width: '180px',
className: 'text-left',
type: 'link',
click: item => this.routeToBill(item)
},
{ title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' }, { title: '网络货运人', index: 'enterpriseInfoName', width: '180px', className: 'text-left' },
{ title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' }, { title: '货主', index: 'shipperAppUserName', width: '180px', className: 'text-left' },
{ title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' }, { title: '装货地', index: 'loadingAddressArr', width: '180px', className: 'text-left' },