|
@@ -80,8 +80,8 @@ export const asyncRouterMap = [
|
|
component: PageView,
|
|
component: PageView,
|
|
meta: {
|
|
meta: {
|
|
title: '数字货架',
|
|
title: '数字货架',
|
|
- icon: 'hdd'
|
|
|
|
- // permission: 'M_salesManage'
|
|
|
|
|
|
+ icon: 'hdd',
|
|
|
|
+ permission: 'M_numsGoodsShelves'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
@@ -91,8 +91,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '货架设置',
|
|
title: '货架设置',
|
|
- icon: 'monitor'
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_shelfSet'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -128,8 +128,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '货架监控',
|
|
title: '货架监控',
|
|
- icon: 'monitor'
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_shelfMonitoring'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -165,8 +165,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '补货管理',
|
|
title: '补货管理',
|
|
- icon: 'monitor'
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_replenishmentManagement'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -190,8 +190,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '调回管理',
|
|
title: '调回管理',
|
|
- icon: 'monitor'
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_recallManagement'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -215,8 +215,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '结算管理',
|
|
title: '结算管理',
|
|
- icon: 'monitor'
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_settlementManagement'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
@@ -264,8 +264,8 @@ export const asyncRouterMap = [
|
|
component: BlankLayout,
|
|
component: BlankLayout,
|
|
meta: {
|
|
meta: {
|
|
title: '提现管理',
|
|
title: '提现管理',
|
|
- icon: 'monitor'
|
|
|
|
- // permission: 'M_salesQueryList'
|
|
|
|
|
|
+ icon: 'monitor',
|
|
|
|
+ permission: 'M_withdrawalManagement'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|