From 9416112d238c5448f9f4beb7ecf7cbe2a4a72035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Sat, 23 Aug 2025 10:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=98=E5=88=B6=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E8=A7=92=E5=BA=A6=E3=80=81=E7=BB=98=E5=88=B6=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flightoperation/src/Report.vue | 2 +- .../workplan/components/map.vue | 454 +++++++++--------- 2 files changed, 240 insertions(+), 216 deletions(-) diff --git a/src/views/demo/workmanagement/flightoperation/src/Report.vue b/src/views/demo/workmanagement/flightoperation/src/Report.vue index 44963e1..afb48f3 100644 --- a/src/views/demo/workmanagement/flightoperation/src/Report.vue +++ b/src/views/demo/workmanagement/flightoperation/src/Report.vue @@ -2,7 +2,7 @@
-
绘制范围
+
绘制事件区域
diff --git a/src/views/demo/workmanagement/workplan/components/map.vue b/src/views/demo/workmanagement/workplan/components/map.vue index 7c62f79..9a65944 100644 --- a/src/views/demo/workmanagement/workplan/components/map.vue +++ b/src/views/demo/workmanagement/workplan/components/map.vue @@ -1,8 +1,12 @@ @@ -2949,4 +2956,21 @@ let stickGraphicLayer: mars3d.layer.GraphicLayer; right: 40px; z-index: 999; } + .draw-polygon-patrol { + cursor: pointer; + position: absolute; + top: 20px; + right: 20px; + display: flex; + align-items: center; + justify-content: center; + width: 40px; + height: 40px; + color: #fff; + background: linear-gradient(180deg, rgba(13, 25, 45, 0.87) 0%, #25436c 100%); + box-shadow: 0px 10px 30px 0px rgba(0, 0, 6, 0.15); + border-radius: 10px; + border-image: linear-gradient(180deg, #3661a4, rgba(61, 109, 171, 0.68)) 1 1; + z-index: 2; + }