This commit is contained in:
wangshiming
2022-02-15 13:49:56 +08:00
parent b964004ee2
commit 3d06073501
3 changed files with 14 additions and 3 deletions

View File

@ -213,7 +213,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
text: '审核',
click: _record => this.ViewAdimin(_record),
iif: (item: any) => item.approvalStatus === 10,
// acl: { ability: ['USERCENTER-FREIGHT-ENTERPRISE-view'] },
acl: { ability: ['USERCENTER-FREIGHT-LIST-audit'] },
}]
}
];