From 00306b96463167d165bd2bcda8de92e99fbeaad9 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Wed, 18 May 2022 17:35:59 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=91=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../communityParty/members/crateForm.vue | 178 ++++
.../modules/communityParty/members/index.vue | 975 ++++++++++++++++++
.../visual/communityParty/community.vue | 14 +-
3 files changed, 1165 insertions(+), 2 deletions(-)
create mode 100644 src/views/modules/communityParty/members/crateForm.vue
create mode 100644 src/views/modules/communityParty/members/index.vue
diff --git a/src/views/modules/communityParty/members/crateForm.vue b/src/views/modules/communityParty/members/crateForm.vue
new file mode 100644
index 00000000..443c0493
--- /dev/null
+++ b/src/views/modules/communityParty/members/crateForm.vue
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 量化积分
+ 缴费记录
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/communityParty/members/index.vue b/src/views/modules/communityParty/members/index.vue
new file mode 100644
index 00000000..55bb10dd
--- /dev/null
+++ b/src/views/modules/communityParty/members/index.vue
@@ -0,0 +1,975 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ 新增
+ 下载模板
+
+ {{importBtnTitle}}
+
+ {{ exportBtnTitle }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 修改
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue
index 4824399b..3beea166 100644
--- a/src/views/modules/visual/communityParty/community.vue
+++ b/src/views/modules/visual/communityParty/community.vue
@@ -86,6 +86,7 @@
@@ -204,7 +205,7 @@ export default {
return {
showedMoreInfo: false,
- showedUnitMoreInfo: true,
+ showedUnitMoreInfo: false,
tableLoading: false,
warningList: [],
headerTypeList: [
@@ -771,7 +772,16 @@ export default {
loadMap () {
if (this.isfirstInit) {
//mapInfo, polygonArray, polIconUrlArray, iconArrays, iconUrlArray
- this.$refs.map.loadMap(this.agencyInfo, null, null, this.unitMapList, this.iconUrlArray, null)
+ const _arr = [{
+ "orgId": "6e511da6816e53af4cda952365a26eb9",
+ "count": 3,
+ "longitude": 120.361234,
+ "latitude": 36.094239,
+ "coordinates": "120.37347632357346,36.09504294565885,120.37521581993865,36.08259177518083,120.38620214806365,36.08240866726736,120.39343481896871,36.08039450117393,120.40158302420245,36.08048605775001,120.40194921907464,36.08240866726736,120.40085059254857,36.08506369796122,120.39947730153294,36.087535620741605,120.39792091831991,36.08973288950982,120.39801245917992,36.09284567689063,120.39892798303121,36.094859837745375,120.39892798303121,36.096782447262726,120.3927939491296,36.0965993419686,120.37347632357346,36.09504294565885",
+ "color": "#00E5ED",
+ "fillColor": "rgba(0, 229, 237, 0.16)"
+ }]
+ this.$refs.map.loadMap(this.agencyInfo, _arr, null, this.unitMapList, this.iconUrlArray, null)
} else {
this.$refs.map.refreshMap(null, this.unitMapList)