This commit is contained in:
wangshiming
2022-03-23 17:48:19 +08:00
parent 59be02c13b
commit a6c1472757

View File

@ -313,7 +313,7 @@ export class OrderManagementRiskComponent implements OnInit {
{ {
text: '审核', text: '审核',
click: _record => this.audit(_record), click: _record => this.audit(_record),
iif: item => item.representationsStatus == '1' || item.representationsStatus == '2', iif: item => item.auditStatus == '1' ,
acl: { ability: ['ORDER-RISK-audit'] }, acl: { ability: ['ORDER-RISK-audit'] },
}, },
{ {