diff --git a/public/static/img/people.png b/public/static/img/people.png new file mode 100644 index 0000000..e5ba438 --- /dev/null +++ b/public/static/img/people.png Binary files differ diff --git a/public/static/img/people.png b/public/static/img/people.png new file mode 100644 index 0000000..e5ba438 --- /dev/null +++ b/public/static/img/people.png Binary files differ diff --git a/src/views/CesiumCom/swqj3Dmap.vue b/src/views/CesiumCom/swqj3Dmap.vue index 8d1f3ec..ea36f00 100644 --- a/src/views/CesiumCom/swqj3Dmap.vue +++ b/src/views/CesiumCom/swqj3Dmap.vue @@ -144,27 +144,27 @@
人员姓名 :
-
{{ item.id }}
+
{{ peoplename }}
所属河道 :
-
{{ item.suoshuhedao }}
+
{{ suoshuhedao }}
问题描述 :
-
{{ item.wentimiaoshu }}
+
{{ wentimiaoshu }}
问题分类 :
-
{{ item.wentifenlei }}
+
{{ wentifenlei }}
任务进度 :
-
{{ item.renwujindu }}
+
{{ renwujindu }}
事件时间 :
-
{{ item.shijianshijian }}
+
{{ shijianshijian }}
点击通话
@@ -396,6 +396,12 @@ name: "supermap3D", data() { return { + peoplename:"石付军", + suoshuhedao:"浉河", + wentimiaoshu:"浉河虹桥附近", + wentifenlei:"河道垃圾清理", + renwujinzhan:"待审核", + shijianshijian:"2021-10-27", //原经开三维飞行相关参数 manyouContrl: true, isFullscreen: false, @@ -616,6 +622,10 @@ showAndHightPoint(data) { console.log("点击了人员:",data) + + this.peoplename=data.userName + + var keyid="张小明" var lon= 114.0805319404991 var lat=32.10399069614823 @@ -1564,17 +1574,23 @@ }, + { + id: "问题2", + type: "问题点", + ms:"此处有水面垃圾", + stCode:"002", + lon: 114.0864063271, + lat: 32.0967950080981, + + }, + { id: "张小明", type: "人员", stCode:"03760000467", lon: 114.0805319404991, lat: 32.10399069614823, - suoshuhedao:"浉河", - wentimiaoshu:"浉河虹桥附近", - wentifenlei:"河道垃圾清理", - renwujinzhan:"待审核", - shijianshijian:"2021-10-27" + }, @@ -1585,43 +1601,54 @@ stCode:"03760043240467", lon: 114.088882400043, lat: 32.0979350015851, + + + }, + + { + id: "张飞", + type: "人员", + stCode:"037565467", + lon: 114.089826231813, + lat: 32.0993981365747, + + + }, + + { + id: "胜五", + type: "人员", + stCode:"0376232340467", + lon: 114.079546279199, + lat: 32.1017924678198, + + + }, + + { + id: "张武", + type: "人员", + stCode:"037606866240467", + lon: 114.083925956929, + lat: 32.0963300318205, + + + }, + + { + id: "测试", + type: "人员", + stCode:"032327640467", + lon: 114.08635768121, + lat: 32.1066741381651, + }, - { - id: "问题2", - type: "问题点", - ms:"此处有水面垃圾", - stCode:"002", - lon: 114.0864063271, - lat: 32.0967950080981, - - }, + - // { - // id: "张小明", - // type: "人员", - // stCode:"23232323", - // lon: 114.148984, - // lat: 32.444625, - // telephone: "1222332332", - // company: "A公司", - // }, - /* { - id: "李大明", - type: "人员", - lon: 114.149276, - lat: 32.444964, - telephone: "132333332", - company: "B公司", - }, */ - // { - // id: "鄂A888888", - // type: "车辆", - // lon: 114.15077, - // lat: 30.446176, - // }, + ]; //加载点位数据 //泵站点位 @@ -1665,7 +1692,7 @@ break; case "人员": - imgUrl = require("./../../../public/static/img/tools_icon_53.png"); + imgUrl = require("./../../../public/static/img/people.png"); positionHeight = 0; break; }