Browse Source

前端菜单调整

branch_ccpg_220107
44673626 3 years ago
parent
commit
706af5af74
  1. 6
      vue/src/router/modules/vw_menu.js
  2. 4
      vue/src/router/modules/vw_out_order.js

6
vue/src/router/modules/vw_menu.js

@ -162,7 +162,7 @@ const vwMenudataRouter = {
component: () => import('@/views/ux/billManage/kanBanWithCode'),
name: 'KanBanWithCode',//命名路由
meta: {
title: '看板结算输出',
title: '大众看板结算输出',
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
icon: '看板'
}
@ -172,7 +172,7 @@ const vwMenudataRouter = {
component: () => import('@/views/ux/billManage/KanbanUnSettled'),
name: 'KanbanUnSettled',//命名路由
meta: {
title: '看板未结输出',
title: '大众看板未结输出',
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
icon: '看板'
}
@ -192,7 +192,7 @@ const vwMenudataRouter = {
component: () => import('@/views/ux/billManage/sparePart'),
name: 'SparePartReport',//命名路由
meta: {
title: '备件结算输出',
title: '大众备件结算输出',
roles: ['SettleAccount.Reports'],//控制页面角色(可以设置多个角色)
icon: '供货'
}

4
vue/src/router/modules/vw_out_order.js

@ -52,7 +52,7 @@ const vwOutOrderDataRouter = {
component: () => import('@/views/ux/billManage/sparepartOutOrder/index'),
name: 'Sparepartoutorder',//命名路由
meta: {
title: '大众备件出库单',
title: '大众备件无单号出库单',
roles: ['SettleAccount.WMSJIT'],
icon: '文件'
}
@ -62,7 +62,7 @@ const vwOutOrderDataRouter = {
component: () => import('@/views/ux/billManage/sparepartOutOrder90/index'),
name: 'Sparepartoutorder90',//命名路由
meta: {
title: '大众备件手工出库单',
title: '大众备件有单号出库单',
roles: ['SettleAccount.WMSJIT'],
icon: '文件'
}

Loading…
Cancel
Save