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 10f8e7c..7764570 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -329,7 +329,6 @@ export const publicRoutes = [ icon: "article" } }, - { path: "/transferConsultationList", name: "transferConsultationList", @@ -468,89 +467,90 @@ export const publicRoutes = [ title: "会商研判", icon: "article" }, - children: [{ - path: "/policeReport", - name: "policeReport", - component: () => import("@/views/backOfficeSystem/policeReport/index.vue"), - meta: { - title: "警情管理", - icon: "article" - } - }, - { - path: "/ResearchHome", - name: "ResearchHome", - component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"), - meta: { - title: "智能研判", - icon: "article" - } - }, - { - path: "/dataReduction", - name: "dataReduction", - component: () => import("@/views/backOfficeSystem/JudgmentHome/dataReduction/index"), - meta: { - title: "数据整理", - icon: "article" - } - }, - // { - // path: "/situationHome", - // name: "situationHome", - // component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"), - // meta: { - // title: "战略研判", - // icon: "article" - // } - // }, - // 后面写的研判 - { - path: "/tacticalResearch", - name: "tacticalResearch", - component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"), - meta: { - title: "战术研判", - icon: "article" - } - }, - { - path: "/strategicResearch", - name: "strategicResearch", - component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"), - meta: { - title: "战略研判", - icon: "article" - } - }, - { - path: "/judgmentCommand", - name: "judgmentCommand", - component: () => import("@/views/backOfficeSystem/JudgmentHome/judgmentCommand/index.vue"), - meta: { - title: "研判指令", - icon: "article" - } - }, + children: [ + { + path: "/policeReport", + name: "policeReport", + component: () => import("@/views/backOfficeSystem/policeReport/index.vue"), + meta: { + title: "警情管理", + icon: "article" + } + }, + { + path: "/ResearchHome", + name: "ResearchHome", + component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"), + meta: { + title: "智能研判", + icon: "article" + } + }, + { + path: "/dataReduction", + name: "dataReduction", + component: () => import("@/views/backOfficeSystem/JudgmentHome/dataReduction/index"), + meta: { + title: "数据整理", + icon: "article" + } + }, + // { + // path: "/situationHome", + // name: "situationHome", + // component: () => import("@/views/backOfficeSystem/JudgmentHome/situationHome/index"), + // meta: { + // title: "战略研判", + // icon: "article" + // } + // }, + // 后面写的研判 + { + path: "/tacticalResearch", + name: "tacticalResearch", + component: () => import("@/views/backOfficeSystem/JudgmentHome/tacticalResearch/index.vue"), + meta: { + title: "战术研判", + icon: "article" + } + }, + { + path: "/strategicResearch", + name: "strategicResearch", + component: () => import("@/views/backOfficeSystem/JudgmentHome/strategicResearch/index.vue"), + meta: { + title: "战略研判", + icon: "article" + } + }, + { + path: "/judgmentCommand", + name: "judgmentCommand", + component: () => import("@/views/backOfficeSystem/JudgmentHome/judgmentCommand/index.vue"), + meta: { + title: "研判指令", + icon: "article" + } + }, - // { - // path: "/analysisReport", - // name: "AnalysisReport", - // component: () => import("@/views/backOfficeSystem/AnalysisReport/index"), - // meta: { - // title: "研判报告", - // icon: "article" - // } - // }, - { - path: "/MeetingRoom", - name: "MeetingRoom", - component: () => import("@/views/backOfficeSystem/JudgmentHome/MeetingRoom/index"), - meta: { - title: "网上会商室", - icon: "article" + // { + // path: "/analysisReport", + // name: "AnalysisReport", + // component: () => import("@/views/backOfficeSystem/AnalysisReport/index"), + // meta: { + // title: "研判报告", + // icon: "article" + // } + // }, + { + path: "/MeetingRoom", + name: "MeetingRoom", + component: () => import("@/views/backOfficeSystem/JudgmentHome/MeetingRoom/index"), + meta: { + title: "网上会商室", + icon: "article" + } } - } ] }, { 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 @@ + + + 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 @@ + + + \ No newline at end of file diff --git a/src/views/backOfficeSystem/policeReport/index.vue b/src/views/backOfficeSystem/policeReport/index.vue index 5da5f2a..26fd347 100644 --- a/src/views/backOfficeSystem/policeReport/index.vue +++ b/src/views/backOfficeSystem/policeReport/index.vue @@ -19,17 +19,22 @@ + -