|
@@ -1907,7 +1907,7 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '库存导入',
|
|
|
icon: 'frown',
|
|
|
- permission: 'M_inventoryImport'
|
|
|
+ permission: 'M_inventoryImportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -1919,7 +1919,7 @@ export const asyncRouterMap = [
|
|
|
title: '库存导入列表',
|
|
|
icon: 'frown',
|
|
|
hidden: true,
|
|
|
- permission: 'M_inventoryImport'
|
|
|
+ permission: 'M_inventoryImportList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -2087,7 +2087,7 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '散件导入',
|
|
|
icon: 'frown',
|
|
|
- permission: 'M_bulkImport'
|
|
|
+ permission: 'M_bulkImportList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -2099,7 +2099,7 @@ export const asyncRouterMap = [
|
|
|
title: '散件导入列表',
|
|
|
icon: 'frown',
|
|
|
hidden: true,
|
|
|
- permission: 'M_bulkImport'
|
|
|
+ permission: 'M_bulkImportList'
|
|
|
}
|
|
|
}
|
|
|
]
|