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 "分析研判":