From 211b947c3cf05fbed4ace86e839d7763e26d6ee9 Mon Sep 17 00:00:00 2001 From: Esacpe <1113279529@qq.com> Date: Mon, 21 Jul 2025 16:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/aboutTable/DarkTable.vue | 5 +- src/components/aboutTable/FormMessage.vue | 3 +- src/router/index.js | 2 +- .../mpvGroup/components/addForm.vue | 2 +- .../DeploymentDisposal/mpvGroup/index.vue | 2 +- .../JudgmentHome/ResearchHome/index.vue | 2 +- .../ResearchJudgment/DatAcquisition/index.vue | 4 +- .../IntelligenceManagement/index.vue | 10 +- .../qbypfx/hot_hm/index.vue | 57 ++++ .../qbypfx/hot_ry/index.vue | 57 ++++ .../qbypfx/hot_xs/index.vue | 57 ++++ .../qbypfx/hot_zz/index.vue | 57 ++++ .../IntelligenceManagement/qbypfx/index.vue | 274 ++++++++++++++--- .../qbypfx/zdxsfl/index.vue | 36 +++ .../qbypfx/zlcs/index.vue | 58 ++++ .../qbypfx/zqfl/index.vue | 39 +++ src/views/home/echarts/3DpieEcharts.vue | 291 ------------------ src/views/home/index.vue | 1 - src/views/home/model/qbfkCount.vue | 1 - 19 files changed, 609 insertions(+), 349 deletions(-) create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_hm/index.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_ry/index.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_xs/index.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/hot_zz/index.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zdxsfl/index.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zlcs/index.vue create mode 100644 src/views/backOfficeSystem/ResearchJudgment/IntelligenceManagement/qbypfx/zqfl/index.vue delete mode 100644 src/views/home/echarts/3DpieEcharts.vue diff --git a/src/components/aboutTable/DarkTable.vue b/src/components/aboutTable/DarkTable.vue index 3690ad7..6a5a874 100644 --- a/src/components/aboutTable/DarkTable.vue +++ b/src/components/aboutTable/DarkTable.vue @@ -29,10 +29,7 @@ :header-cell-class-name="() => 'myTableHeadBgColorDark'" :highlight-current-row="getConfiger.showSelectType === 'radio'" :row-style="{ - height: - getConfiger.rowHeight === 'auto' - ? getConfiger.rowHeight - : getConfiger.rowHeight + 'px' + height: getConfiger.rowHeight === 'auto' ? getConfiger.rowHeight : getConfiger.rowHeight + 'px' }" > + :placeholder="listQuery[item.depMc] ? listQuery[item.depMc]:'请选择'" /> diff --git a/src/router/index.js b/src/router/index.js index 318c42c..054f5c0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -450,7 +450,7 @@ export const publicRoutes = [ name: "ResearchHome", component: () => import("@/views/backOfficeSystem/JudgmentHome/ResearchHome/index"), meta: { - title: "研判首页", + title: "专题研判", icon: "article" } }, diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue index 6e59443..bdcfe43 100644 --- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue +++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/components/addForm.vue @@ -128,7 +128,7 @@ const formData = ref([ { label: "群体成立时间", prop: "qtClsj", type: "date" }, { label: "群体标签", prop: "bqList", type: "slot", width: "100%" }, { label: "两群采集录入", prop: "lqxxList", type: "slot", width: "100%" }, - { label: "管辖单位", prop: "gxSsbmdm",depMc:'gxSsbmmc', type: "department" }, + { label: "管辖单位", prop: "gxSsdwdm",depMc:'gxSsdwmc', type: "department" }, { label: "入库开始时间", prop: "zdrRkkssj", type: "datetime" }, { label: "入库截至时间", prop: "zdrRkjssj", type: "datetime" }, { label: "列控原因", prop: "zdrLkyy", type: "textarea",width: "100%" }, diff --git a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue index e7a4d84..52364b1 100644 --- a/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue +++ b/src/views/backOfficeSystem/DeploymentDisposal/mpvGroup/index.vue @@ -70,7 +70,7 @@
创建单位:{{ row.xtCjbmmc }}