fix bug
This commit is contained in:
@ -256,10 +256,12 @@ export class InputInvoiceComponent implements OnInit {
|
||||
buttons: [
|
||||
{
|
||||
text: '浏览',
|
||||
acl: { ability: ['TICKET-INPUT-INVOICE-view'] },
|
||||
click: item => this.router.navigate(['/ticket/input-invoice/detail/' + item.id])
|
||||
},
|
||||
{
|
||||
text: '修改',
|
||||
acl: { ability: ['TICKET-INPUT-INVOICE-edit'] },
|
||||
click: item => this.router.navigate(['/ticket/input-invoice/edit/1'])
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user