|
@@ -96,7 +96,7 @@
|
|
|
<el-col :span="6" class="dia-right">
|
|
|
<div class="e-right">
|
|
|
<div class="forthis1">
|
|
|
- <dv-border-box-7 backgroundColor="#040b1f" :color="['#0c4b53', '#18caca']"
|
|
|
+ <dv-border-box-7 backgroundColor="#040b1f"
|
|
|
style="padding-bottom:1rem ;">
|
|
|
<div class="i-list-con">
|
|
|
<div class="this-con">
|
|
@@ -158,7 +158,7 @@
|
|
|
</dv-border-box-7>
|
|
|
</div>
|
|
|
<div class="forthis2">
|
|
|
- <dv-border-box-7 backgroundColor="#040b1f" :color="['#0c4b53', '#18caca']" >
|
|
|
+ <dv-border-box-7 backgroundColor="#040b1f" >
|
|
|
<div class="i-list-con">
|
|
|
<div class="this-con h-25 no-padding">
|
|
|
<div class="z-info-list" style="margin-top: 0;">
|
|
@@ -1664,13 +1664,7 @@ console.log(this.dutysystemTableData)
|
|
|
keepBindPopup: false,
|
|
|
isAggregation: true
|
|
|
}
|
|
|
- if (res.data.pointList.length > 50) {
|
|
|
- markersMap.isAggregation = true
|
|
|
- }
|
|
|
- // centerdata_t_firecontrol_basic_linkage_force
|
|
|
- // sj-icon-map-centerdata-t-firecontrol-basic-linkage-force
|
|
|
markersMap.icon = 'sj-icon-map-' + type.replaceAll("_", "-");
|
|
|
- // alert(res.data.pointList[i].longitude)
|
|
|
markersMap.lng = res.data.pointList[i].longitude;
|
|
|
markersMap.lat = res.data.pointList[i].latitude;
|
|
|
markersMap.bindPopupHtml = '<div class="map-tip">' +
|
|
@@ -1739,9 +1733,6 @@ console.log(this.dutysystemTableData)
|
|
|
keepBindPopup: false,
|
|
|
isAggregation: true
|
|
|
}
|
|
|
- if (res.data.length > 50) {
|
|
|
- markersMap.isAggregation = true
|
|
|
- }
|
|
|
if (type == 'qsk') {
|
|
|
markersMap.icon = 'sj-icon-centerdata-t-forest-waterintake'
|
|
|
} else if (type == 'sh') {
|
|
@@ -2038,7 +2029,7 @@ console.log(this.dutysystemTableData)
|
|
|
}
|
|
|
} else {//事件提交后台
|
|
|
if (eventStatus == 'ld') {
|
|
|
- //事件处理流程--联动
|
|
|
+ //事件处理流程--联动1
|
|
|
let array = that.$refs.LiandongDept.getCheckedNodes()
|
|
|
if (array != null && array.length > 0) {
|
|
|
for (let i = 0; i < array.length; i++) {
|