This commit is contained in:
wangshiming
2022-02-14 16:13:58 +08:00
parent f2e04197c4
commit eda51eb741
6 changed files with 131 additions and 58 deletions

View File

@ -209,12 +209,12 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
fixed: 'right',
width: '180px',
className: 'text-center',
buttons: [
{ text: '审核',
click: _record => this.ViewAdimin(_record), iif: (item: any) => item.approvalStatus === 10,
acl: { ability: ['USERCENTER-FREIGHT-ENTERPRISE-adminAudit'] },
}
]
buttons: [{
text: '审核',
click: _record => this.ViewAdimin(_record),
iif: (item: any) => item.approvalStatus === 10,
// acl: { ability: ['USERCENTER-FREIGHT-ENTERPRISE-view'] },
}]
}
];
}