From fabf80200510cd5fc7e5a3ef3ffd4b195cb178f3 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Wed, 3 Dec 2025 16:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 + .../IntelligentControl/marksControl/index.vue | 233 ++++++++++++++++++ 2 files changed, 242 insertions(+) create mode 100644 src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue diff --git a/src/router/index.js b/src/router/index.js index 0f21934..bb55eb3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -380,6 +380,15 @@ export const publicRoutes = [ icon: "article" } }, + { + path: "/marksControl", + name: "marksControl", + component: () => import("@/views/backOfficeSystem/IntelligentControl/marksControl/index"), + meta: { + title: "标签布控", + icon: "article" + } + }, // { // path: "/DeploymentAudit", // name: "DeploymentAudit", diff --git a/src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue new file mode 100644 index 0000000..6ed48ee --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue @@ -0,0 +1,233 @@ + + + + +