车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 10:44:35 +08:00
parent 759b05471b
commit 10d2fc0150
2 changed files with 11 additions and 10 deletions

View File

@ -413,16 +413,17 @@ resourceStatus: any;
width: '120px',
className: 'text-left',
buttons: [
{
text: '查看评价 ',
click: (_record) => this.viewEvaluate(_record),
iif: item => item.billStatus == '5',
},
{
text: '运费变更记录',
click: (_record) => this.OpenPrice(_record),
iif: item => item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '6',
},
{
text: '查看评价 ',
click: (_record) => this.viewEvaluate(_record),
iif: item => item.billStatus == '5',
},
{
text: '变更运费 ',
click: (_record) => this.updateFreight(_record),