Compare commits

..

No commits in common. "6424726939ad25fd022cac0e001549cb49234ad2" and "3f0775ba065da866547d0e5563693a9f84abe706" have entirely different histories.

2 changed files with 8 additions and 15 deletions

View File

@ -232,7 +232,7 @@ export default {
selectByAreaEvent(params).then((res) => {
this.eventListData = res.data.data.events;
this.total = res.data.data.sum;
// this.$parent.allListDataNum = res.data.data.sum;
this.$parent.allListDataNum = res.data.data.sum;
});
},
beforeCreate() {}, // -

View File

@ -8,7 +8,7 @@
</div>
<header>
<div class="title">重点区域精细化管理</div>
<div class="title">重点区域监控平台</div>
<div></div>
</header>
@ -36,13 +36,13 @@
</el-autocomplete>
</div>
<!-- <div class="eventNum">
<div class="eventNum">
累计事件数量(2022.05.25-至今)
<p>
<span>{{ allListDataNum }}</span
>
</p>
</div> -->
</div>
<!-- 事件感知 -->
<div class="complaintContent">
@ -75,10 +75,10 @@
</div>
<!-- 热力图图例 -->
<!-- <div class="legend"></div> -->
<div class="legend"></div>
<!-- 时间轴 -->
<!-- <div class="timerShaft">
<div class="timerShaft">
<HorizonTimeLine
:timelineData="timelineData"
@timeId="timeIdData"
@ -86,7 +86,7 @@
@hotName="hotName"
/>
<span></span>
</div> -->
</div>
<div class="changeLayer">
<div class="title">地图显示</div>
<div class="change-btn-box">
@ -126,7 +126,6 @@
<el-radio label="all">全市</el-radio>
<el-radio label="local">本地</el-radio>
<el-radio label="noLocal">外地</el-radio>
<el-radio label="clear">清除热力图</el-radio>
</el-radio-group>
</div>
</div>
@ -481,7 +480,6 @@ export default {
},
layerHandleChange(item) {
console.log("地图显示等",item);
if (this.changeLayerBtnGroup.indexOf(item) !== -1) {
switch (item) {
case "AI事件":
@ -705,11 +703,6 @@ export default {
"thermodynamic"
);
break;
case "clear":
this.hiMapFun.removeLayerByLayerName("types");
this.hiMapFun.removeLayerByLayerName("thermodynamic");
this.thermodynamicPeopleType = "";
break;
}
},
removeRoadCauseAnalysis() {
@ -775,7 +768,7 @@ export default {
font-family: 'Tensentype-ZhiHeiJ-W5';
}
.title::before {
content: '重点区域精细化管理';
content: '重点区域监控平台';
text-shadow: 0px 3px 10px rgba(0,0,0,.9);
position: absolute;
z-index: -1;