车辆对接
This commit is contained in:
@ -26,19 +26,16 @@ export class WaybillManagementAbnormalAppearComponent implements OnInit {
|
||||
editId = false;
|
||||
|
||||
columns: STColumn[] = [
|
||||
{ title: '运单编号', index: 'customerName' },
|
||||
{ title: '司机', index: 'customerShortName' },
|
||||
{ title: '异常类型', index: 'customerCode' },
|
||||
{ title: '异常内容', index: 'customerCode' },
|
||||
{
|
||||
title: '操作',
|
||||
buttons: [
|
||||
{
|
||||
text: '编辑',
|
||||
click: item => this.roleAction(item, 2)
|
||||
},
|
||||
]
|
||||
}
|
||||
{ title: '异常编号', index: 'customerName' },
|
||||
{ title: '关联运单号', index: 'customerName' },
|
||||
{ title: '网络货运人', index: 'customerName' },
|
||||
{ title: '货主', index: 'customerName' },
|
||||
{ title: '装货地', index: 'customerName' },
|
||||
{ title: '卸货地', index: 'customerName' },
|
||||
{ title: '承运司机', index: 'customerName' },
|
||||
{ title: '异常信息', index: 'customerName' },
|
||||
{ title: '异常图片', index: 'customerName' },
|
||||
{ title: '上报时间', index: 'customerName' },
|
||||
];
|
||||
|
||||
selectedRows: any[] = [];
|
||||
|
||||
Reference in New Issue
Block a user