From 5545659aeeb0f8c1bf0ab6b1d9a73f9535c172e6 Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Wed, 28 Jan 2026 16:56:02 +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 | 2 +-
.../fourColorManage/YjData/index.vue | 12 +-
.../warningControl/wrjWarning/index.vue | 252 ++++++++++++++++++
.../warningControl/wrjWarning/zpForm.vue | 76 ++++++
.../backOfficeSystem/policeReport/index.vue | 4 +-
.../home/components/deployControlItem.vue | 4 +-
src/views/home/layout/head.vue | 6 +-
7 files changed, 342 insertions(+), 14 deletions(-)
create mode 100644 src/views/backOfficeSystem/fourColorManage/warningControl/wrjWarning/index.vue
create mode 100644 src/views/backOfficeSystem/fourColorManage/warningControl/wrjWarning/zpForm.vue
diff --git a/src/router/index.js b/src/router/index.js
index 31eee58..af8c12e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -166,7 +166,7 @@ export const publicRoutes = [
{
path: "/YjData",
name: "YjData",
- meta: { title: "预警", icon: "article-create" },
+ meta: { title: "预警列表", icon: "article-create" },
component: () => import("@/views/backOfficeSystem/fourColorManage/YjData/index.vue"),
},
// {
diff --git a/src/views/backOfficeSystem/fourColorManage/YjData/index.vue b/src/views/backOfficeSystem/fourColorManage/YjData/index.vue
index 3d9288c..0f0fbce 100644
--- a/src/views/backOfficeSystem/fourColorManage/YjData/index.vue
+++ b/src/views/backOfficeSystem/fourColorManage/YjData/index.vue
@@ -7,13 +7,14 @@
-
-
-
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/fourColorManage/warningControl/wrjWarning/zpForm.vue b/src/views/backOfficeSystem/fourColorManage/warningControl/wrjWarning/zpForm.vue
new file mode 100644
index 0000000..c9e058b
--- /dev/null
+++ b/src/views/backOfficeSystem/fourColorManage/warningControl/wrjWarning/zpForm.vue
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/policeReport/index.vue b/src/views/backOfficeSystem/policeReport/index.vue
index 63abf3b..1e47fe5 100644
--- a/src/views/backOfficeSystem/policeReport/index.vue
+++ b/src/views/backOfficeSystem/policeReport/index.vue
@@ -37,8 +37,8 @@
详情
- 研判
- 深度研判
+
全息档案
预警指派
- 转合成
+
- 转会商
+
签收
反馈
查看反馈
diff --git a/src/views/home/layout/head.vue b/src/views/home/layout/head.vue
index bc92975..db6b36d 100644
--- a/src/views/home/layout/head.vue
+++ b/src/views/home/layout/head.vue
@@ -181,14 +181,12 @@ function getIsRed() {
}
// 按钮切换
const handleBtns = (val) => {
- console.log(val);
-
btnsActive.value = val;
switch (val) {
case "数据整合":
- router.push("/dataReduction");
+ router.push("/mpvPeo");
break;
- case "实站支撑":
+ case "实战支撑":
router.push("/InfoCollection");
break;
case "分析研判":