edit
This commit is contained in:
@ -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' },
|
||||||
|
|||||||
Reference in New Issue
Block a user