|
|
@ -16,7 +16,7 @@
|
|
|
|
<el-descriptions-item label="事件类型">{{ markerInfo.type }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="事件类型">{{ markerInfo.type }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="事件地址">{{ markerInfo.address }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="事件地址">{{ markerInfo.address }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="发生时间">{{ markerInfo.open_time }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="发生时间">{{ markerInfo.open_time }}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="所属网格">XXX</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="所属网格">{{ markerInfo.mesh_occurs }}</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<template slot="footer">
|
|
|
|
<template slot="footer">
|
|
|
@ -46,7 +46,7 @@ export default {
|
|
|
|
mapLayer3:null,
|
|
|
|
mapLayer3:null,
|
|
|
|
mapLayer1Text:null,
|
|
|
|
mapLayer1Text:null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
dialogVisible:false,
|
|
|
|
dialogVisible:true,
|
|
|
|
onLoad:false,
|
|
|
|
onLoad:false,
|
|
|
|
markerInfo:{},
|
|
|
|
markerInfo:{},
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -145,7 +145,7 @@ export default {
|
|
|
|
eventPoint(){
|
|
|
|
eventPoint(){
|
|
|
|
let iconUrl1 = require("@/assets/images/icon2.png");
|
|
|
|
let iconUrl1 = require("@/assets/images/icon2.png");
|
|
|
|
let data = {'queryValue' : [], "myInstanceClassify" : "all", "parameterValue":[], fks: []}
|
|
|
|
let data = {'queryValue' : [], "myInstanceClassify" : "all", "parameterValue":[], fks: []}
|
|
|
|
ViewListPage({viewCode:'shi_jian_shou_li_list_page', pageNo: 1, pageSize:500}, data).then(res=>{
|
|
|
|
ViewListPage({viewCode:'event-all-list', pageNo: 1, pageSize:500}, data).then(res=>{
|
|
|
|
if(res.code == 200) {
|
|
|
|
if(res.code == 200) {
|
|
|
|
res.result.records.forEach((element)=>{
|
|
|
|
res.result.records.forEach((element)=>{
|
|
|
|
let location = element.location?.split(',');
|
|
|
|
let location = element.location?.split(',');
|
|
|
|