From 706af5af749defe766a9d279f3060c0fc9959dfb Mon Sep 17 00:00:00 2001 From: 44673626 <44673626@qq.com> Date: Sat, 19 Feb 2022 15:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E8=8F=9C=E5=8D=95=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/router/modules/vw_menu.js | 6 +++--- vue/src/router/modules/vw_out_order.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vue/src/router/modules/vw_menu.js b/vue/src/router/modules/vw_menu.js index 34845468..0b2f51aa 100644 --- a/vue/src/router/modules/vw_menu.js +++ b/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: '供货' } diff --git a/vue/src/router/modules/vw_out_order.js b/vue/src/router/modules/vw_out_order.js index c3fc70d7..0c0e3ce2 100644 --- a/vue/src/router/modules/vw_out_order.js +++ b/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: '文件' }