From 262867ad919d0a85fd42e9dd5d9fb2e1c8bb7e3b Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期四, 28 八月 2025 10:01:53 +0800
Subject: [PATCH] 创建项目全区配置参数

---
 src/views/system/shootPoint/components/shootPointDialog.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/system/shootPoint/components/shootPointDialog.vue b/src/views/system/shootPoint/components/shootPointDialog.vue
index f60d32f..8a4c651 100644
--- a/src/views/system/shootPoint/components/shootPointDialog.vue
+++ b/src/views/system/shootPoint/components/shootPointDialog.vue
@@ -504,7 +504,7 @@
           const groundA = result[i];
           const raisedA = {
             id: this.generateId(),
-            label: groundA.label+ "-鍔犻珮111",
+            label: groundA.label+ "-鍔犻珮",
             longitude: groundA.longitude,
             latitude: groundA.latitude,
             height: groundA.height,
@@ -512,8 +512,9 @@
               {
                 ...pointA,
                 id: this.generateId(),
-                label: pointA.label + "-鍔犻珮2222",
-                height: pointA.height + 50,
+                label: pointA.label + "-鍔犻珮",
+                // height: pointA.height + 50,
+                height: pointA.height  + (towerHeight  - pointA.height  +  20),
                 actions:[]
               }
             ]
@@ -532,8 +533,8 @@
               {
                 ...pointB,
                 id: this.generateId(),
-                label: pointB.label + "-鍔犻珮3333",
-                height: pointB.height + 50,
+                label: pointB.label + "-鍔犻珮",
+                height: pointB.height  + (towerHeight  - pointB.height  +  20),
                 actions:[]
               }
             ]

--
Gitblit v1.9.3