修改菜单

main
jwg 7 months ago
parent 3316f8261d
commit 7948d2d934

@ -13,4 +13,5 @@ VUE_APP_API= '/'
# 请求环境 # 请求环境
# 方楠 # 方楠
VUE_APP_BASE_API = 'https://2537287x0n.imdo.co' # VUE_APP_BASE_API = 'https://2537287x0n.imdo.co'
VUE_APP_BASE_API = '/proxy-api'

@ -166,12 +166,12 @@ export default {
icon: 'manager-o', icon: 'manager-o',
show: checkPermission('bs/myExpenseApply/index'), show: checkPermission('bs/myExpenseApply/index'),
}, },
{ /* {
route: '/myTrips', route: '/myTrips',
title: '申请单', title: '申请单',
icon: 'exchange', icon: 'exchange',
show: checkPermission('bs/expenseApply/index'), show: checkPermission('bs/expenseApply/index'),
}, }, */
// { // {
// route: '/claim', // route: '/claim',
// title: '', // title: '',
@ -184,12 +184,12 @@ export default {
icon: 'bookmark-o', icon: 'bookmark-o',
show: checkPermission('bs/myExpenseClaim/index'), show: checkPermission('bs/myExpenseClaim/index'),
}, },
{ /* {
route: '/myClaim', route: '/myClaim',
title: '报销单', title: '报销单',
icon: 'qr-invalid', icon: 'qr-invalid',
show: checkPermission('bs/expenseClaim/index'), show: checkPermission('bs/expenseClaim/index'),
}, }, */
{ {
route: '/myInvoice', route: '/myInvoice',
title: '我的发票', title: '我的发票',
@ -199,6 +199,23 @@ export default {
], ],
title: '企业办公', title: '企业办公',
}, },
{
row: [
{
route: '/myTrips',
title: '申请单',
icon: 'exchange',
show: checkPermission('bs/expenseApply/index'),
},
{
route: '/myClaim',
title: '报销单',
icon: 'qr-invalid',
show: checkPermission('bs/expenseClaim/index'),
},
],
title: '审批',
},
] ]
this.roterList = arr.map((item) => { this.roterList = arr.map((item) => {
return { return {

Loading…
Cancel
Save