|
@@ -293,6 +293,7 @@
|
|
<el-tab-pane label="实时画面" name="frame">
|
|
<el-tab-pane label="实时画面" name="frame">
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="地理位置" name="point" style="height: 1000px;">
|
|
<el-tab-pane label="地理位置" name="point" style="height: 1000px;">
|
|
|
|
+ 视频联动 矢量标记 测面 测距
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<supermapNotProcessed ref="supermapNotProcessed" style="width: 1000px;height: 1000px;" :mapDiv="'forestWarmSuperMap'" :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" @preview="preview" :isSideBySide="false"></supermapNotProcessed>
|
|
<supermapNotProcessed ref="supermapNotProcessed" style="width: 1000px;height: 1000px;" :mapDiv="'forestWarmSuperMap'" :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" @preview="preview" :isSideBySide="false"></supermapNotProcessed>
|
|
</el-tabs>
|
|
</el-tabs>
|
|
@@ -1308,13 +1309,13 @@
|
|
that.$set(that.todayEventCountList[0], 'icon', 'sj-icon-wcl');
|
|
that.$set(that.todayEventCountList[0], 'icon', 'sj-icon-wcl');
|
|
that.$set(that.todayEventCountList[1], 'icon', 'sj-icon-clz');
|
|
that.$set(that.todayEventCountList[1], 'icon', 'sj-icon-clz');
|
|
that.$set(that.todayEventCountList[2], 'icon', 'sj-icon-ywc');
|
|
that.$set(that.todayEventCountList[2], 'icon', 'sj-icon-ywc');
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
res.data.eventcountSource.forEach(function(data, index) {
|
|
res.data.eventcountSource.forEach(function(data, index) {
|
|
that.$set(that.todayEventSourcetList[0], 'icon', 'sj-icon-rg');
|
|
that.$set(that.todayEventSourcetList[0], 'icon', 'sj-icon-rg');
|
|
that.$set(that.todayEventSourcetList[1], 'icon', 'sj-icon-hx');
|
|
that.$set(that.todayEventSourcetList[1], 'icon', 'sj-icon-hx');
|
|
that.$set(that.todayEventSourcetList[2], 'icon', 'sj-icon-kk');
|
|
that.$set(that.todayEventSourcetList[2], 'icon', 'sj-icon-kk');
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
// 事件分布
|
|
// 事件分布
|
|
that.todayEventCountDeptList = res.data.eventcountDept
|
|
that.todayEventCountDeptList = res.data.eventcountDept
|