edit
This commit is contained in:
@ -283,10 +283,12 @@ export class VoucherSummaryComponent extends BasicTableComponent implements OnIn
|
||||
buttons: [
|
||||
{
|
||||
text: '浏览',
|
||||
acl: { ability: ['FINANCIAL-VOUCHER-SUMMARY-view'] },
|
||||
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/detail/' + item.id])
|
||||
},
|
||||
{
|
||||
text: '列表',
|
||||
acl: { ability: ['FINANCIAL-VOUCHER-SUMMARY-child-list'] },
|
||||
click: (item: any) => this.router.navigate(['/financial-management/voucher-summary/list/' + item.vc2code])
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user