This commit is contained in:
wangshiming
2021-12-14 13:40:10 +08:00
parent 9bc40fced0
commit 959773af11
5 changed files with 123 additions and 73 deletions

View File

@ -276,6 +276,7 @@ export class OrderManagementVehicleComponent implements OnInit {
title: '运费明细',
width: '100px',
className: 'text-center',
index: 'externalSn',
},
{ title: '网络货运人', index: 'externalSn', width: '120px', className: 'text-center' },
{ title: '货主', index: 'externalSn', width: '120px', className: 'text-center' },
@ -327,12 +328,15 @@ export class OrderManagementVehicleComponent implements OnInit {
title: '操作',
fixed: 'right',
width: '200px',
className: 'text-left',
buttons: [
{
text: '查看评价',
click: (_record) => this.viewEvaluate(_record),
},
{
text: '运费变更记录',
click: (_record) => this.OpenPrice(),
},
],
},
];