From 88747b863d27dab496c28d68048fe18cfac42343 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Wed, 10 Dec 2025 19:21:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=98=E6=9C=AF=E7=A0=94=E5=88=A4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- .../JudgmentHome/tacticalResearch/addForm.vue | 449 ++++++++++++++++++ .../tacticalResearch/components/addForm.vue | 208 -------- .../JudgmentHome/tacticalResearch/index.vue | 200 ++++---- 4 files changed, 565 insertions(+), 294 deletions(-) create mode 100644 src/views/backOfficeSystem/JudgmentHome/tacticalResearch/addForm.vue delete mode 100644 src/views/backOfficeSystem/JudgmentHome/tacticalResearch/components/addForm.vue diff --git a/src/router/index.js b/src/router/index.js index b50b4c9..0acce2d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -670,7 +670,7 @@ export const publicRoutes = [ { path: "/tacticalResearch", name: "tacticalResearch", - component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index"), + component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"), meta: { title: "战术研判", icon: "article" diff --git a/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/addForm.vue b/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/addForm.vue new file mode 100644 index 0000000..38571e0 --- /dev/null +++ b/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/addForm.vue @@ -0,0 +1,449 @@ + + + + + diff --git a/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/components/addForm.vue b/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/components/addForm.vue deleted file mode 100644 index db87acc..0000000 --- a/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/components/addForm.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue b/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue index 26fce51..dac0bb7 100644 --- a/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue +++ b/src/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue @@ -2,12 +2,13 @@
- + 新增 +
@@ -17,15 +18,18 @@
- + + \ No newline at end of file + +:v-deep .el-dialog { + width: 90% !important; +} + +.zdy-model-dialogs { + /* background-color: rgb(50, 148, 214); */ + background: url("~@/assets/images/bg46.png") no-repeat center center; + background-size: 100% 100%; + padding: 8px 10px; + box-sizing: border-box; + pointer-events: auto !important; + height: calc(100% - 50px); + overflow: auto; +} +