From bdaded3370f446f494320c9c584c3e6a6fef6244 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 28 Feb 2025 16:18:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E6=88=90=E5=93=81?= =?UTF-8?q?=E5=92=8C=E5=A4=96=E8=A7=82=E5=8A=A0=E5=88=B0=E5=B7=A5=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 29 +++++++++++++++++++++++------ src/views/qm/defect.vue | 6 +++--- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index bd812678..bbe19862 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1699,11 +1699,19 @@ const routes = [ path: "/wpm_gx/chaoxi", meta: { title: "一次超洗", - // icon: "el-icon-cellphone", perms: ["wpm_cx"], }, component: "wpm_gx/chaoxi", }, + { + name: "chicuncheck", + path: "/wpm_gx/chicuncheck", + meta: { + title: "尺寸检验", + perms: ["wpm_cc"], + }, + component: "wpm_gx/chicuncheck", + }, { name: "chaoxicc", path: "/wpm_gx/chaoxi2", @@ -1713,6 +1721,15 @@ const routes = [ }, component: "wpm_gx/chaoxi2", }, + { + name: "waiguancheck", + path: "/wpm_gx/waiguancheck", + meta: { + title: "外观检验", + perms: ["wpm_wg"], + }, + component: "wpm_gx/waiguancheck", + }, { name: "chaoxiwg", path: "/wpm_gx/chaoxi3", @@ -1761,18 +1778,18 @@ const routes = [ path: "/qm/testItem", meta: { title: "检验项", - perms: ["test_item"], + perms: ["testitem"], }, component: "qm/testItem", }, { - name: "checkForm", - path: "/qm/checkForm", + name: "qct", + path: "/qm/qct", meta: { title: "检验表", - perms: ["check_form"], + perms: ["qct"], }, - component: "qm/checkForm", + component: "qm/qct", }, { name: "income", diff --git a/src/views/qm/defect.vue b/src/views/qm/defect.vue index 0aca3b19..5d0b7239 100644 --- a/src/views/qm/defect.vue +++ b/src/views/qm/defect.vue @@ -45,9 +45,6 @@ - - - + + +