From f2d72723ef43cf6c393352449c0d175f3239e770 Mon Sep 17 00:00:00 2001 From: wangpeng Date: Mon, 1 Apr 2024 09:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=E5=8D=B1=E5=8C=96=E7=89=88=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E9=9A=90=E6=82=A3=E6=8E=92=E6=9F=A5=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/constant.js | 2 +- src/layout/header/index.vue | 4 ++-- src/request/data_dictionary.js | 16 ++++++++-------- .../user_practitioner/index.vue | 6 ++++++ .../inspection_record/index.vue | 2 -- .../inventory_management/add.vue | 12 +++++++----- .../components/inspection_route.vue | 1 + 7 files changed, 25 insertions(+), 18 deletions(-) diff --git a/src/assets/js/constant.js b/src/assets/js/constant.js index 29ac496..09184d6 100644 --- a/src/assets/js/constant.js +++ b/src/assets/js/constant.js @@ -16,7 +16,7 @@ export const MENU = [ { title: "双重预防", model: MODEL["3"] }, { title: "教育培训", model: MODEL["4"] }, { title: "综合管理", model: MODEL["5"] }, - { title: "定位管理", model: MODEL["6"] }, + // { title: "定位管理", model: MODEL["6"] }, ]; // 安全生成及电子运单管理 export const PRACTITIONERMENU = [ diff --git a/src/layout/header/index.vue b/src/layout/header/index.vue index d376b91..aeb8e35 100644 --- a/src/layout/header/index.vue +++ b/src/layout/header/index.vue @@ -4,9 +4,9 @@