@@ -123,10 +123,7 @@ export default {
align: "center",
width: "5%",
},
- {
- align: "center",
- width: "10%",
- },
+
{
align: "center",
width: "10%",
@@ -145,7 +142,7 @@ export default {
},
{
align: "center",
- width: "20%",
+ width: "30%",
},
{
align: "center",
@@ -156,7 +153,7 @@ export default {
width: "10%",
},
],
- header: ["序号", "项目编号", "类别", "反映渠道", "所属网格", "状态", "项目标题", "转成项目时间", "操作"],
+ header: ["序号", "类别", "反映渠道", "所属网格", "状态", "项目标题", "转成项目时间", "操作"],
list: [],
pageSize: 10,
pageNo: 1,
@@ -427,7 +424,7 @@ export default {
item.statusShow = item.status === 'pending' ? '待处理' : '已结案'
return [
{ type: "index" },
- item.projectCode ? item.projectCode : '',
+ // item.projectCode ? item.projectCode : '',
item.categoryNames.join(','),
item.originShow ? item.originShow : '',
item.gridName ? item.gridName : '',
diff --git a/src/views/modules/visual/components/screen-map/index.vue b/src/views/modules/visual/components/screen-map/index.vue
index eba9be98..f33f095f 100644
--- a/src/views/modules/visual/components/screen-map/index.vue
+++ b/src/views/modules/visual/components/screen-map/index.vue
@@ -37,7 +37,7 @@ import { mapGetters } from "vuex";
import { Loading } from 'element-ui'; //引入Loading服务
import { requestPost } from "@/js/dai/request";
-
+var centerPointGlobal = [120.38945519, 36.0722275]
let loading;//加载动画
@@ -433,11 +433,15 @@ const vueGis = {
},
//设置地图定位的中心点和缩放级别
setMapLocation () {
- this.centerPoint = []
+
if (this.mapInfo.longitude && this.mapInfo.latitude) {
+ this.centerPoint = []
this.centerPoint.push(this.mapInfo.longitude)
this.centerPoint.push(this.mapInfo.latitude)
+ } else {
+
+ this.centerPoint = centerPointGlobal
}
this.setZoom(this.mapInfo.level)
@@ -446,11 +450,11 @@ const vueGis = {
//根据组织层级设置缩放级别
setZoom (level) {
if (level === 'district') {
- this.zoom = 14
+ this.zoom = 11
} else if (level === 'street') {
- this.zoom = 15
+ this.zoom = 12
} else if (level === 'community') {
- this.zoom = 16
+ this.zoom = 13
}
},
diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue
index 26bd786d..1267d16b 100644
--- a/src/views/modules/visual/heart/index.vue
+++ b/src/views/modules/visual/heart/index.vue
@@ -86,7 +86,7 @@ export default {
name: "heart",
data() {
return {
- agencyId: "",
+ agencyId: this.$store.state.user.agencyId,
areaCode: "",
monthId: dateFormat(
@@ -202,7 +202,7 @@ export default {
handleSearch() {},
async getApiData() {
- await this.getAgencyInfo();
+ //await this.getAgencyInfo();
this.getTb1();
this.getTb2();
this.getTb3();
diff --git a/src/views/modules/visual/measure/volunteer.vue b/src/views/modules/visual/measure/volunteer.vue
index 34e76f68..7d757740 100644
--- a/src/views/modules/visual/measure/volunteer.vue
+++ b/src/views/modules/visual/measure/volunteer.vue
@@ -1,16 +1,16 @@
-
+
-

+
-
+
@@ -18,7 +18,7 @@

+ src="../../../../assets/img/shuju/title-tip.png" />
志愿者服务情况
@@ -43,7 +43,7 @@
@@ -69,7 +69,7 @@