From 8346aade28d01e3663ab845e4709aab8de86bbee Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Tue, 21 Nov 2023 09:46:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E5=B7=A5=E5=BA=8F/=E5=B7=A5?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 14 ++++++++++++++ src/views/base/processStation/index.vue | 11 +++++++++++ src/views/base/productStation/index.vue | 14 ++++++++++++-- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index a265070..2e65bf4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -218,6 +218,20 @@ export const dynamicRoutes = [ }, ], }, + { + path: "/base/productProcess-station", + component: Layout, + hidden: true, + permissions: ["base:processStation:list"], + children: [ + { + path:"index/:processCode", + component:() => import("@/views/base/productStation/index"), + name:"childStation", + meta: {title: "工位信息",activeMenu: "/base/productStation"}, + }, + ], + }, { path: "/wcs/space-info", component: Layout, diff --git a/src/views/base/processStation/index.vue b/src/views/base/processStation/index.vue index 133e6c9..80203ab 100644 --- a/src/views/base/processStation/index.vue +++ b/src/views/base/processStation/index.vue @@ -119,6 +119,12 @@