This commit is contained in:
wangshiming
2022-03-28 20:47:28 +08:00
parent a6340fc43b
commit b87e2f6898

View File

@ -340,6 +340,7 @@ export class OrderManagementRiskComponent implements OnInit {
{ {
text: '详情', text: '详情',
click: _record => this.viewEvaluate(_record), click: _record => this.viewEvaluate(_record),
iif: item => item.representationsStatus !== '1' ,
acl: { ability: ['ORDER-RISK-riskDetail'] }, acl: { ability: ['ORDER-RISK-riskDetail'] },
} }
] ]