|
@@ -956,8 +956,8 @@ export const asyncRouterMap = [
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '采购缺货列表',
|
|
|
- icon: 'money-collect'
|
|
|
- // permission: 'M_purchaseOutOfStockList'
|
|
|
+ icon: 'money-collect',
|
|
|
+ permission: 'M_purchaseOutOfStockList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -968,8 +968,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '采购缺货列表',
|
|
|
icon: 'money-collect',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_purchaseOutOfStockList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_purchaseOutOfStockList'
|
|
|
}
|
|
|
}
|
|
|
]
|