From 1a15ce67e731adc8b210a55d27893d0cd75eb2ca Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 23 Nov 2022 17:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=A8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/visual/command/cpts/popup.vue | 2 +- .../fivelayers/mapIndex-baidu.vue | 5 ++- .../communityGovern/fivelayers/mapIndex.vue | 41 ++++++++++--------- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/src/views/modules/visual/command/cpts/popup.vue b/src/views/modules/visual/command/cpts/popup.vue index 71fb58766..59e558317 100644 --- a/src/views/modules/visual/command/cpts/popup.vue +++ b/src/views/modules/visual/command/cpts/popup.vue @@ -360,7 +360,7 @@
规模: - {{ info.scale || "--" }} + {{ info.scaleName || "--" }}
负责人: diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue index 6d7d9141b..c49adc036 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue @@ -92,7 +92,8 @@
- {{ selInfo.address }}
规模: - {{ selInfo.scale }} + {{ selInfo.scaleName }}
负责人: {{ selInfo.personInCharge }} diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue index 117deb9af..c4a87d365 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -31,24 +31,24 @@
+ @click="handleClickCoverage(index)" + v-for="(item,index) in coverageTypesList" + :key="index"> {{item.label}}
+ :key="index" + class="category_item">
+ :key="colIndex" + class="list_item" + @click="handleClickCategory(index,colIndex)"> + alt />
{{colItem.categoryName}}
@@ -68,14 +68,14 @@ placeholder="请输入搜索内容" v-model="search"> + class="icon"> + alt />
搜索
+ @click="handleSearch">搜索
@@ -89,12 +89,13 @@
- +
@@ -318,7 +319,7 @@ {{ selInfo.address }}
规模: - {{ selInfo.scale }} + {{ selInfo.scaleName }}
负责人: {{ selInfo.personInCharge }} @@ -1035,7 +1036,7 @@ const vueGis = { async loadEnterprisePartrol (info) { const url = "/gov/org/enterprise/detail/" + info.id // const url = "http://yapi.elinkservice.cn/mock/245/gov/org/enterprise/detail" - + debugger const { data, code, msg } = await requestPost(url) if (code === 0) {