From d452ccdf5c74c9e96c4001b52c4beb2b059ecc3a Mon Sep 17 00:00:00 2001 From: Lvtf Date: Tue, 1 Aug 2023 10:28:05 +0800 Subject: [PATCH] 111 --- src/components/myHeader/index.vue | 2 +- src/views/index.vue | 52 +++++++++++++++---------------- src/views/productsMsg/index.vue | 5 ++- 3 files changed, 31 insertions(+), 28 deletions(-) diff --git a/src/components/myHeader/index.vue b/src/components/myHeader/index.vue index 435fc57..c9b96b5 100644 --- a/src/components/myHeader/index.vue +++ b/src/components/myHeader/index.vue @@ -2,7 +2,7 @@
diff --git a/src/views/index.vue b/src/views/index.vue index 0ff23c2..26cf171 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -101,32 +101,32 @@ export default { component: () => import("@/views/index"), redirect: "drugArchives", isDiy: true, - // children: [ - // { - // path: "/productsMsg/drugArchives", - // name: "药品档案", - // icon: require("@/assets/images/tree4.svg"), - // component: () => - // import("@/views/productsMsg/components/drugArchives.vue"), - // meta: { title: "药品档案", icon: "netWork" }, - // }, - // { - // path: "/productsMsg/cosmeticsArchives", - // name: "化妆品档案", - // icon: require("@/assets/images/tree4.svg"), - // component: () => - // import("@/views/productsMsg/components/cosmeticsArchives.vue"), - // meta: { title: "化妆品档案", icon: "netWork" }, - // }, - // { - // path: "/productsMsg/health", - // name: "医疗器械档案", - // icon: require("@/assets/images/tree4.svg"), - // component: () => - // import("@/views/productsMsg/components/health.vue"), - // meta: { title: "医疗器械档案", icon: "netWork" }, - // }, - // ], + children: [ + { + path: "/productsMsg/drugArchives", + name: "药品档案", + icon: require("@/assets/images/tree4.svg"), + component: () => + import("@/views/productsMsg/components/drugArchives.vue"), + meta: { title: "药品档案", icon: "netWork" }, + }, + { + path: "/productsMsg/cosmeticsArchives", + name: "化妆品档案", + icon: require("@/assets/images/tree4.svg"), + component: () => + import("@/views/productsMsg/components/cosmeticsArchives.vue"), + meta: { title: "化妆品档案", icon: "netWork" }, + }, + { + path: "/productsMsg/health", + name: "医疗器械档案", + icon: require("@/assets/images/tree4.svg"), + component: () => + import("@/views/productsMsg/components/health.vue"), + meta: { title: "医疗器械档案", icon: "netWork" }, + }, + ], }, { path: "/logout", diff --git a/src/views/productsMsg/index.vue b/src/views/productsMsg/index.vue index 6e3983c..209aaf8 100644 --- a/src/views/productsMsg/index.vue +++ b/src/views/productsMsg/index.vue @@ -97,7 +97,7 @@
-
+
产品标签:
@@ -260,6 +260,9 @@ } } } + .checkbox-group-name { + width: 695px; + } .time-interval { display: flex; align-items: center;