From 3f7da5aba54d61f4da652f5121e932d4ee6d2769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=98=E7=AB=8B=E6=A0=87?= <2658037827@qq.com> Date: Mon, 11 Dec 2023 17:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DissatisfiedDetails.vue | 6 +- .../overview/components/EventDetail.vue | 64 ++++++++---- .../components/MapDialog/CommunityList.vue | 7 +- .../components/MapDialog/DemandList.vue | 5 +- .../components/MapDialog/DisputeDispatch.vue | 6 +- .../components/MapDialog/List12345.vue | 7 +- .../overview/components/MapDialog/Njjwtqk.vue | 10 +- .../components/MapDialog/SatisfactionList.vue | 7 +- .../overview/components/MapDialog/index.vue | 4 + .../overview/components/MapResourceInfo.vue | 11 ++- src/views/dataBoard/overview/index.vue | 23 +++-- .../components/Pagination/index.vue | 4 + .../modules/eventAnalysis/index.vue | 98 ++++++++++++------- 13 files changed, 159 insertions(+), 93 deletions(-) diff --git a/src/views/dataBoard/overview/components/DissatisfiedDetails.vue b/src/views/dataBoard/overview/components/DissatisfiedDetails.vue index b5c1f0853..34504b16e 100644 --- a/src/views/dataBoard/overview/components/DissatisfiedDetails.vue +++ b/src/views/dataBoard/overview/components/DissatisfiedDetails.vue @@ -17,7 +17,7 @@
事项详情
-

+

{{ unsatisfiedMattersModel.reason }}

- 所属组织: - {{ item.gridName }} +
所属组织:
+
{{ item.gridName }}
- 上报渠道: - {{ item.sourceTypeName }} +
上报渠道:
+
{{ item.sourceTypeName }}
- 事件类型: - {{ item.categoryName }} +
事件类型:
+
{{ item.categoryName }}
-
- 事件描述: - {{ item.eventContent }} +
+
事件描述:
+
{{ item.eventContent }}
- 接收时间: - {{ item.happenTime }} +
接收时间:
+
{{ item.happenTime }}
- 联系人: - {{ item.name }} +
联系人:
+
{{ item.name }}
- 联系电话: - {{ item.mobile }} +
联系电话:
+
{{ item.mobile }}
- 详细地址: - {{ item.address }} +
详细地址:
+
{{ item.address }}
- 办结时限: - {{ item.latestOperatedTime }} +
办结时限:
+
{{ item.latestOperatedTime }}
- 满意度评价: - {{ item.satisfactionName }} +
满意度评价:
+
{{ item.satisfactionName }}
@@ -447,4 +447,26 @@ export default { } + +.eventItem { + font-size: 14px; + position: relative; + display: flex; + align-items: center; + margin-bottom: 17px; + + .label { + color: #9CB4D3; + white-space: nowrap; + } + + .value { + color: #FFFFFF; + } +} +.describe { + letter-spacing: 1px; + line-height: 30px; + margin-top: -8px; +} diff --git a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue index 493fc94f2..d7abcd80f 100644 --- a/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue +++ b/src/views/dataBoard/overview/components/MapDialog/CommunityList.vue @@ -1,7 +1,7 @@