From f2a15698fbe21938af607ae6fd9287a96e19787e Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 2 Feb 2023 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=9F=E5=8F=B0=E6=88=BF=E5=B1=8B=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/communityYantai/community.vue | 1444 +++++++++-------- .../base/communityYantai/cpts/agency-info.vue | 176 ++ .../base/communityYantai/cpts/grid-info.vue | 176 ++ .../modules/base/communityYantai/cpts/map.vue | 535 ++++++ 4 files changed, 1655 insertions(+), 676 deletions(-) create mode 100644 src/views/modules/base/communityYantai/cpts/agency-info.vue create mode 100644 src/views/modules/base/communityYantai/cpts/grid-info.vue create mode 100644 src/views/modules/base/communityYantai/cpts/map.vue diff --git a/src/views/modules/base/communityYantai/community.vue b/src/views/modules/base/communityYantai/community.vue index aa8a2889b..5d6cfb2f1 100644 --- a/src/views/modules/base/communityYantai/community.vue +++ b/src/views/modules/base/communityYantai/community.vue @@ -1,707 +1,778 @@ - - - - - - - - - {{ data.showName }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 至 - - - - - 查询 - 重置 - - - - - - - - - - - - - + + + + {{ data.showName }} + handleClickAgencyIcon(data, e)" + >! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 至 + + + + + 查询 + 重置 + + + + + + + + + + + + - - - +.custom-tree-node { + i { + margin-left: 4px; + display: inline-block; + width: 14px; + height: 14px; + background-color: #ddd; + color: #ffffff; + border-radius: 100%; + text-align: center; + line-height: 14px; + font-size: 12px; + font-weight: bold; + font-style: normal; + } +} +.m-pop { + position: absolute; + z-index: 500; + transition: all ease 0.4s; +} + diff --git a/src/views/modules/base/communityYantai/cpts/agency-info.vue b/src/views/modules/base/communityYantai/cpts/agency-info.vue new file mode 100644 index 000000000..ae9fb29a9 --- /dev/null +++ b/src/views/modules/base/communityYantai/cpts/agency-info.vue @@ -0,0 +1,176 @@ + + + + + + + + + + {{ info.agencyName }} + + 组织区划: + {{ info.areaName }} + + + 组织编码: + {{ info.areaCode }} + + + 负责人: + {{ info.contacts }} + + + 联系电话: + {{ info.mobile }} + + + 社区简介: + {{ info.intro }} + + + 管辖范围: + + + + + + + + + + + diff --git a/src/views/modules/base/communityYantai/cpts/grid-info.vue b/src/views/modules/base/communityYantai/cpts/grid-info.vue new file mode 100644 index 000000000..80c769030 --- /dev/null +++ b/src/views/modules/base/communityYantai/cpts/grid-info.vue @@ -0,0 +1,176 @@ + + + + + + + + + + {{ info.gridName }} + + 组织区划: + {{ info.areaName }} + + + 组织编码: + {{ info.areaCode }} + + + 负责人: + {{ info.contacts }} + + + 联系电话: + {{ info.mobile }} + + + 社区简介: + {{ info.intro }} + + + 管辖范围: + + + + + + + + + + + diff --git a/src/views/modules/base/communityYantai/cpts/map.vue b/src/views/modules/base/communityYantai/cpts/map.vue new file mode 100644 index 000000000..1f49e7ef4 --- /dev/null +++ b/src/views/modules/base/communityYantai/cpts/map.vue @@ -0,0 +1,535 @@ + + + + + + + + +