From 15de9bf4c648a6d5057daa336e5f882e2011b2fe Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Wed, 15 Nov 2023 15:35:24 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E4=BF=AE=E6=94=B9=E4=BA=A7?= =?UTF-8?q?=E7=BA=BF/=E5=B7=A5=E4=BD=8D=E5=85=B3=E7=B3=BB?= 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 | 14 +++++----- src/views/base/productLine/index.vue | 11 ++++++++ src/views/base/productStation/index.vue | 35 ++++++++++++++++++++++--- src/views/system/user/index.vue | 20 ++++++++++++++ 5 files changed, 84 insertions(+), 10 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index c3396df..f5d6225 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -204,6 +204,20 @@ export const dynamicRoutes = [ }, ], }, + { + path: "/base/product-station", + component: Layout, + hidden: true, + permissions: ["base:productLine:list"], + children: [ + { + path:"index/:productLineCode", + component:() => import("@/views/base/productStation/index"), + name:"childStation", + meta: {title: "工位信息",activeMenu: "/base/productStation"}, + }, + ], + }, ] // 防止连续点击多次路由报错 diff --git a/src/views/base/processStation/index.vue b/src/views/base/processStation/index.vue index 758f515..c6322f5 100644 --- a/src/views/base/processStation/index.vue +++ b/src/views/base/processStation/index.vue @@ -115,13 +115,13 @@ @click="handleUpdate(scope.row)" v-hasPermi="['base:processStation:edit']" >修改 - 删除 + + + + + + + diff --git a/src/views/base/productLine/index.vue b/src/views/base/productLine/index.vue index 6511555..c7ecb10 100644 --- a/src/views/base/productLine/index.vue +++ b/src/views/base/productLine/index.vue @@ -91,6 +91,12 @@