From 256e2b50092cc5f177592bb46f629909e0a658f9 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 13:44:30 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:bx=E6=94=BE=E5=87=BA=E6=8E=92=E7=89=88?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/mgroup_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mtm/mgroup_form.vue b/src/views/mtm/mgroup_form.vue index 645b0de2..42b12ba8 100644 --- a/src/views/mtm/mgroup_form.vue +++ b/src/views/mtm/mgroup_form.vue @@ -33,7 +33,7 @@ --> - + From da221bbee45922bc1372bfcd46d56908c22e0dfd Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 13:46:17 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E9=A1=B9=E3=80=81=E6=A3=80=E9=AA=8C=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/config/route.js b/src/config/route.js index e3604c77..924eecec 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1661,6 +1661,24 @@ const routes = [ perms: ["qm"], }, children: [ + { + name: "testItem", + path: "/qm/testItem", + meta: { + title: "检验项", + // perms: ["itest"], + }, + component: "qm/testItem", + }, + { + name: "checkForm", + path: "/qm/checkForm", + meta: { + title: "检验表", + // perms: ["itest"], + }, + component: "qm/checkForm", + }, { name: "income", path: "/qm/income", From 653f5b0282bf3b5af08cb857d8d9adfe5294f2c7 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 14:05:36 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E9=A1=B9=E3=80=81=E6=A3=80=E9=AA=8C=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 924eecec..be15398b 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1666,7 +1666,7 @@ const routes = [ path: "/qm/testItem", meta: { title: "检验项", - // perms: ["itest"], + perms: ["test_item"], }, component: "qm/testItem", }, @@ -1675,7 +1675,7 @@ const routes = [ path: "/qm/checkForm", meta: { title: "检验表", - // perms: ["itest"], + perms: ["check_form"], }, component: "qm/checkForm", },