解决冲突
This commit is contained in:
@ -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: '修改'
|
||||
|
||||
Reference in New Issue
Block a user