|
@@ -2006,7 +2006,7 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '库存导入报表',
|
|
|
icon: 'profile',
|
|
|
-
|
|
|
+ permission: 'M_stockImportReportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -2018,7 +2018,7 @@ export const asyncRouterMap = [
|
|
|
title: '库存导入报表',
|
|
|
icon: 'profile',
|
|
|
hidden: true,
|
|
|
-
|
|
|
+ permission: 'M_stockImportReportList'
|
|
|
}
|
|
|
},
|
|
|
]
|