车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 14:32:46 +08:00
parent 2c208636e6
commit eca3b314df
6 changed files with 68 additions and 14 deletions

View File

@ -126,6 +126,7 @@ export class OrderManagementComplaintComponent implements OnInit {
{
title: '投诉单号',
width: '170px',
fixed: 'left',
className: 'text-center',
render: 'complaintCode'
},
@ -141,7 +142,7 @@ export class OrderManagementComplaintComponent implements OnInit {
index: 'complainantTime',
className: 'text-center',
},
{ title: '托运方', index: 'shipperAppUserName', width: '120px', className: 'text-center' },
{ title: '托运方', index: 'shipperAppUserName', width: '200px', className: 'text-center' },
{ title: '司机', index: 'driverIdLabel', width: '120px', className: 'text-center' },
{
title: '投诉原因',