From 7f377825886e2dd49ca139b17cc81d315ee9f63b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 25 Aug 2025 17:37:38 +0800
Subject: [PATCH] feat:显示图斑

---
 src/views/resource/components/spotDetails.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/resource/components/spotDetails.vue b/src/views/resource/components/spotDetails.vue
index f76e404..38f75ee 100644
--- a/src/views/resource/components/spotDetails.vue
+++ b/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;

--
Gitblit v1.9.3