fix bug
This commit is contained in:
@ -182,10 +182,12 @@ export class ETCInvoicedListComponent implements OnInit {
|
||||
{
|
||||
title: '操作',
|
||||
className: 'text-center',
|
||||
fixed: 'right',
|
||||
width: 120,
|
||||
buttons: [
|
||||
{
|
||||
text: '交易明细',
|
||||
acl: { ability: ['TICKET-ETC-INVOICE-LIST-transaction'] },
|
||||
click: item => this.showDetail(item)
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user