|
@@ -242,8 +242,8 @@ export default {
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '促销费用报表',
|
|
|
- icon: 'profile'
|
|
|
- // permission: 'M_promotionFeeReportList'
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_promotionFeeReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -254,8 +254,8 @@ export default {
|
|
|
meta: {
|
|
|
title: '促销费用报表',
|
|
|
icon: 'profile',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_promotionFeeReportList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_promotionFeeReportList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -465,8 +465,8 @@ export default {
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '开单统计报表',
|
|
|
- icon: 'profile'
|
|
|
- // permission: 'M_billingStatisticsList'
|
|
|
+ icon: 'profile',
|
|
|
+ permission: 'M_billingStatisticsList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -477,8 +477,8 @@ export default {
|
|
|
meta: {
|
|
|
title: '开单统计报表',
|
|
|
icon: 'profile',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_billingStatisticsList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_billingStatisticsList'
|
|
|
}
|
|
|
}
|
|
|
]
|