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 @@
+
+
+
+
数据整理{{ title }}
+
+ 保存
+ 关闭
+
+
+
+
+
+ 下发通知
+ 确认研判
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
-
-
-
战术研判管理{{ title }}
-
- 保存
- 关闭
-
-
-
-
-
-
-
-
-
-
-
\ 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 @@
-
-
+ :key="pageData.keyCount" :tableConfiger="pageData.tableConfiger" :controlsWidth="pageData.controlsWidth">
+
+
+
+
+
- 编辑
- 删除
+ 修改
+ 详情
+ 删除
-
-
+
+
+
\ 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;
+}
+