fix bug
This commit is contained in:
@ -379,8 +379,15 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
||||
title: '承运司机',
|
||||
className: 'text-left',
|
||||
width: '250px',
|
||||
index: 'driverName',
|
||||
render: 'driverName'
|
||||
},
|
||||
{
|
||||
title: '车队长',
|
||||
className: 'text-left',
|
||||
width: '180px',
|
||||
render: 'payeeName'
|
||||
},
|
||||
{ title: '网络货运人', index: 'enterpriseInfoName', width: '250px', className: 'text-left' },
|
||||
{ title: '关联运单号', index: 'wayBillCode', width: '170px', className: 'text-left' },
|
||||
{ title: '关联货源编号', index: 'resourceCode', width: '170px', className: 'text-left' },
|
||||
|
||||
Reference in New Issue
Block a user