This commit is contained in:
wangshiming
2022-02-22 15:06:41 +08:00
parent 78273efc25
commit a95fc633c5
3 changed files with 7 additions and 9 deletions

View File

@ -451,7 +451,7 @@ resourceStatus: any;
{
text: '申请退款 ',
click: (_record) => this.applyRefund(_record),
iif: item => item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3',
iif: item => item.isApplyForRefund,
acl: { ability: ['ORDER-VEHICLE-modificationOrder'] },
},
{