fix bug
This commit is contained in:
@ -310,14 +310,14 @@ export class WaybillManagementVehicleComponent implements OnInit {
|
||||
{
|
||||
title: '承运司机',
|
||||
className: 'text-left',
|
||||
width: '120px',
|
||||
index: 'driverName'
|
||||
width: '250px',
|
||||
render: 'driverName'
|
||||
},
|
||||
{
|
||||
title: '收款人',
|
||||
className: 'text-left',
|
||||
width: '120px',
|
||||
index: 'payeeName'
|
||||
width: '200px',
|
||||
render: 'payeeName',
|
||||
},
|
||||
{
|
||||
title: '装卸货时间',
|
||||
|
||||
Reference in New Issue
Block a user