对公菜单

main
jwg 7 months ago
parent 847d7f3409
commit b969cf7221

@ -126,9 +126,9 @@ export default {
handleFilterList() { handleFilterList() {
this.roterList = [] this.roterList = []
let arr = [ let arr = [
/* {
row: [
{ {
row: [
/* {
route: '/mySupplier', route: '/mySupplier',
title: '供应商合同审批', title: '供应商合同审批',
icon: 'friends-o', icon: 'friends-o',
@ -151,22 +151,22 @@ export default {
title: '付款审批', title: '付款审批',
icon: 'refund-o', icon: 'refund-o',
show: this.permission_btns.includes('procurement:payApply:list') show: this.permission_btns.includes('procurement:payApply:list')
}, }, */
{ {
route: '/corporateReceipts', route: '/corporateReceipts',
title: '对公收款', title: '对公收款',
icon: 'friends-o', icon: 'friends-o',
show: this.permission_btns.includes('bs:vendor-receipt:query') show: this.permission_btns.includes('bs:vendor-receipt:query'),
}, },
{ {
route: '/corporatePayment', route: '/corporatePayment',
title: '对公付款', title: '对公付款',
icon: 'friends-o', icon: 'friends-o',
show: this.permission_btns.includes('bs:vendor-payment:query') show: this.permission_btns.includes('bs:vendor-payment:query'),
}, },
], ],
title: '合同审批' title: '合同审批',
}, */ },
{ {
row: [ row: [
// { // {

Loading…
Cancel
Save