From bc92cfa7358a89955f900e756b57174cb97ccdce Mon Sep 17 00:00:00 2001
From: Esacpe <1113279529@qq.com>
Date: Thu, 25 Dec 2025 09:37:17 +0800
Subject: [PATCH 1/2] =?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/App.vue | 4 +-
src/router/index.js | 19 ++--
.../policeReport/components/deepypDialog.vue | 93 +++++++++++++++++++
.../policeReport/components/ypDialog.vue | 89 ++++++++++++++++++
.../backOfficeSystem/policeReport/index.vue | 36 ++++++-
src/views/home/index.vue | 29 +++---
6 files changed, 245 insertions(+), 25 deletions(-)
create mode 100644 src/views/backOfficeSystem/policeReport/components/deepypDialog.vue
create mode 100644 src/views/backOfficeSystem/policeReport/components/ypDialog.vue
diff --git a/src/App.vue b/src/App.vue
index 817c4c5..ce4b053 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -152,7 +152,7 @@ v-deep .el-loading-mask {
}
.popupCustomBox{
position: relative;
- background: #2a88e082;
+ background: rgba(2, 55, 114, 0.99);
color: #fff;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
@@ -179,7 +179,7 @@ v-deep .el-loading-mask {
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
- border-top: 10px solid #2a88e082;
+ border-top: 10px solid rgba(2, 55, 114, 0.99);
}
.popupCustomTitle_li{
font-size: 12px;
diff --git a/src/router/index.js b/src/router/index.js
index 1d9ee14..de81453 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -329,15 +329,7 @@ export const publicRoutes = [
icon: "article"
}
},
- {
- path: "/policeReport",
- name: "policeReport",
- component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
- meta: {
- title: "警情管理",
- icon: "article"
- }
- },
+
{
path: "/transferConsultationList",
name: "transferConsultationList",
@@ -477,6 +469,15 @@ export const publicRoutes = [
icon: "article"
},
children: [
+ {
+ path: "/policeReport",
+ name: "policeReport",
+ component: () => import("@/views/backOfficeSystem/policeReport/index.vue"),
+ meta: {
+ title: "警情管理",
+ icon: "article"
+ }
+ },
{
path: "/ResearchHome",
name: "ResearchHome",
diff --git a/src/views/backOfficeSystem/policeReport/components/deepypDialog.vue b/src/views/backOfficeSystem/policeReport/components/deepypDialog.vue
new file mode 100644
index 0000000..9419ee9
--- /dev/null
+++ b/src/views/backOfficeSystem/policeReport/components/deepypDialog.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{value.label}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+ 取消
+
+
+
+
+
+
+
+
+
diff --git a/src/views/backOfficeSystem/policeReport/components/ypDialog.vue b/src/views/backOfficeSystem/policeReport/components/ypDialog.vue
new file mode 100644
index 0000000..8e69fb9
--- /dev/null
+++ b/src/views/backOfficeSystem/policeReport/components/ypDialog.vue
@@ -0,0 +1,89 @@
+
+
+
+ 警情基本信息
+
+
+ 接警单编号
+ {{ formData.jjdbh }}
+
+
+
+ 报警电话
+ {{ formData.bjdh }}
+
+
+
+ 报警时间
+ {{ formData.bjsj }}
+
+
+
+ 接警员姓名
+ {{ formData.jjyxm }}
+
+
+
+ 警情地址
+ {{ formData.jqdz }}
+
+
+
+ 报警内容
+
+
+
+
+
+
+
+
+
+ 提交
+ 取消
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/backOfficeSystem/policeReport/index.vue b/src/views/backOfficeSystem/policeReport/index.vue
index b83c96b..e9cab59 100644
--- a/src/views/backOfficeSystem/policeReport/index.vue
+++ b/src/views/backOfficeSystem/policeReport/index.vue
@@ -19,12 +19,17 @@
+
+
+
详情
+ 研判
+ 深度研判
+
+
+
+