From d82a4d2629bb6528722cbe0ea0983869a87575ab Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Tue, 20 Jan 2026 09:52:04 +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 | 6 + .../warningControl/sevenWarning/index.vue | 162 ++++++++++++++++++ 2 files changed, 168 insertions(+) create mode 100644 src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue diff --git a/src/router/index.js b/src/router/index.js index 3bbaf9f..7ce5637 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -220,6 +220,12 @@ export const publicRoutes = [ meta: { title: "积分排名", icon: "article" }, component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/scoreRanking/index"), }, + { + path: "/sevenWarning", + name: "sevenWarning", + meta: { title: "七类重点人员", icon: "article" }, + component: () => import("@/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue"), + }, // { // path: "/modelWarning", // name: "modelWarning", diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue new file mode 100644 index 0000000..59f8f1d --- /dev/null +++ b/src/views/backOfficeSystem/fourColorManage/warningControl/sevenWarning/index.vue @@ -0,0 +1,162 @@ + + + + +