|
@@ -1911,8 +1911,8 @@ export const asyncRouterMap = [
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '轮胎费用报表',
|
|
|
- icon: 'profile'
|
|
|
- // permission: 'M_tireFeeReportList'
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_tireFeeReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -1923,8 +1923,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '轮胎费用报表',
|
|
|
icon: 'profile',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_tireFeeReportList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_tireFeeReportList'
|
|
|
}
|
|
|
}
|
|
|
]
|