无人机管理后台前端(已迁走)
张含笑
2025-08-25 7f377825886e2dd49ca139b17cc81d315ee9f63b
src/views/resource/components/spotDetails.vue
@@ -128,7 +128,6 @@
  if (!document.getElementById('spotMap')) {
    return;
  }
  publicCesiumInstance = new PublicCesium({
    dom: 'spotMap',
    terrain: true,
@@ -179,7 +178,7 @@
   viewInstance.value.addLeftClickEvent(null, spotHighlighting, 'spotHighlighting')
  });
};
// 编辑
// 编辑,选中当前图斑
const handleSelectionChange =(row)=>{
    heightlightSpot(row)
}
@@ -335,7 +334,6 @@
  height: 600px;
  width: 100%;
}
.table-overlay {
  position: absolute;
  top: 0;