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: [ // {