This commit is contained in:
wangshiming
2022-03-25 18:06:02 +08:00
parent 9020192e82
commit 64f178c81c
2 changed files with 17 additions and 9 deletions

View File

@ -450,7 +450,7 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
{
text: '取消订单',
click: _record => this.cancellation(_record),
iif: item => item.billStatus !== '1' && item.billStatus !== '6' && item.overallPaymentStatus !== '2',
iif: item => item.billStatus !== '6' && item.overallPaymentStatus !== '2',
acl: { ability: ['ORDER-VEHICLE-cancelAnOrder'] }
},
{