From 2a412159bdd4fa179ff2d0f20f3385d1a72631e5 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 27 Apr 2022 18:04:33 +0800 Subject: [PATCH] edit --- .../components/payment-order/payment-order.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts index f096e39d..1a49a4e9 100644 --- a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts +++ b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts @@ -224,6 +224,7 @@ export class PaymentOrderComponent extends BasicTableComponent implements OnInit buttons: [ { text: '浏览', + acl: { ability: ['FINANCIAL-PAYMENT-ORDER-view'] }, click: item => this.router.navigate(['/financial-management/payment-order/detail/' + item.id]) } // {