edit
This commit is contained in:
@ -224,6 +224,7 @@ export class PaymentOrderComponent extends BasicTableComponent implements OnInit
|
|||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '浏览',
|
text: '浏览',
|
||||||
|
acl: { ability: ['FINANCIAL-PAYMENT-ORDER-view'] },
|
||||||
click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id])
|
click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id])
|
||||||
}
|
}
|
||||||
// {
|
// {
|
||||||
|
|||||||
Reference in New Issue
Block a user