|
@@ -2234,7 +2234,7 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '产品返利表',
|
|
|
icon: 'profile',
|
|
|
- permission: 'M_dataExport'
|
|
|
+ permission: 'M_productRebateReport'
|
|
|
},
|
|
|
children:[
|
|
|
{
|
|
@@ -2245,7 +2245,7 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '产品返利明细表',
|
|
|
icon: 'profile',
|
|
|
- // permission: 'M_productRebateReportList'
|
|
|
+ permission: 'M_productRebateReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -2257,7 +2257,7 @@ export const asyncRouterMap = [
|
|
|
title: '产品返利明细表',
|
|
|
icon: 'profile',
|
|
|
hidden: true,
|
|
|
- // permission: 'M_productRebateReportList'
|
|
|
+ permission: 'M_productRebateReportList'
|
|
|
}
|
|
|
}
|
|
|
]
|