|
|
@ -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 {
|
|
|
|