This commit is contained in:
wangshiming
2022-02-21 16:26:51 +08:00
parent 488f4c5f6b
commit e699a6b8a0
2 changed files with 11 additions and 5 deletions

View File

@ -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: '装卸货时间',