From dfaa73ef7e3caca40775f5ec387ab7601ed6c9f1 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 07 Apr 2026 20:15:11 +0800
Subject: [PATCH] feat:设备应用配置中操作配置接口 编辑保存需传id值
---
applications/drone-command/src/components/map-container/device-map-container.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/applications/drone-command/src/components/map-container/device-map-container.vue b/applications/drone-command/src/components/map-container/device-map-container.vue
index 59adb40..3d5a366 100644
--- a/applications/drone-command/src/components/map-container/device-map-container.vue
+++ b/applications/drone-command/src/components/map-container/device-map-container.vue
@@ -15,6 +15,7 @@
<div class="panel-title">图层管理</div>
<div class="panel-content">
<el-tree ref="layerTreeRef" class="command-tree map-layer-tree" :data="layerTree"
+ icon="el-icon-arrow-down-bold"
show-checkbox default-expand-all node-key="key" :props="layerTreeProps"
:default-checked-keys="treeCheckedKeys" @check="handleLayerCheck" />
</div>
@@ -58,6 +59,7 @@
</template>
<script setup>
+
import * as Cesium from 'cesium'
import CommonCesiumMap from '@/components/map-container/common-cesium-map.vue'
import { buildEllipsePositions } from '@/utils/cesium/shapeTools'
--
Gitblit v1.9.3