From b969cf7221aef55af6a75fc103caf67a585007f2 Mon Sep 17 00:00:00 2001 From: jiangweiguo <1578967617@qq.com> Date: Tue, 16 Apr 2024 10:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E5=85=AC=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index f27c59b..607c368 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -126,9 +126,9 @@ export default { handleFilterList() { this.roterList = [] let arr = [ - /* { + { row: [ - { + /* { route: '/mySupplier', title: '供应商合同审批', icon: 'friends-o', @@ -151,22 +151,22 @@ export default { title: '付款审批', icon: 'refund-o', show: this.permission_btns.includes('procurement:payApply:list') - }, + }, */ { route: '/corporateReceipts', title: '对公收款', icon: 'friends-o', - show: this.permission_btns.includes('bs:vendor-receipt:query') + show: this.permission_btns.includes('bs:vendor-receipt:query'), }, { route: '/corporatePayment', title: '对公付款', icon: 'friends-o', - show: this.permission_btns.includes('bs:vendor-payment:query') + show: this.permission_btns.includes('bs:vendor-payment:query'), }, ], - title: '合同审批' - }, */ + title: '合同审批', + }, { row: [ // {