修改菜单

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',
show: checkPermission('bs/myExpenseApply/index'),
},
{
/* {
route: '/myTrips',
title: '申请单',
icon: 'exchange',
show: checkPermission('bs/expenseApply/index'),
},
}, */
// {
// route: '/claim',
// title: '',
@ -184,12 +184,12 @@ export default {
icon: 'bookmark-o',
show: checkPermission('bs/myExpenseClaim/index'),
},
{
/* {
route: '/myClaim',
title: '报销单',
icon: 'qr-invalid',
show: checkPermission('bs/expenseClaim/index'),
},
}, */
{
route: '/myInvoice',
title: '我的发票',
@ -199,6 +199,23 @@ export default {
],
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) => {
return {

Loading…
Cancel
Save