解决冲突

This commit is contained in:
wangshiming
2022-02-23 19:38:18 +08:00
parent c27874bb3f
commit f40c5a53a4
19 changed files with 520 additions and 150 deletions

View File

@ -328,7 +328,8 @@ export class VoucherManagementComponent implements OnInit {
buttons: [
{
text: '浏览',
click: (item: any) => this.router.navigate(['/financial-management/voucher-management/detail/' + item.id])
click: (item: any) => this.router.navigate(['/financial-management/voucher-management/detail/' + item.id]),
acl: { ability: ['FINANCIAL-VOUCHER-view'] },
},
// {
// text: '修改'