From a05f704884624ad513a852586abe27416292eee7 Mon Sep 17 00:00:00 2001 From: jiangAB Date: Tue, 16 Dec 2025 19:37:35 +0800 Subject: [PATCH] update --- public/map/components/CompanyShorePower.vue | 92 +- public/map/components/PortOverview.vue | 236 +--- public/map/components/ShipHistoryDialog.vue | 284 ++-- public/map/components/ShipShorePower.vue | 10 +- .../components/ShorePowerHistoryDialog.vue | 4 +- public/map/components/ShorePowerUsage.vue | 874 +++++++++--- public/map/components/cesiumMap.vue | 1242 +++++++++++------ .../map/components/charts/WaveLineChart.vue | 13 + public/map/components/dictionaryTable.ts | 9 + public/map/components/utils.ts | 48 + public/map/index.vue | 309 +++- 11 files changed, 2148 insertions(+), 973 deletions(-) diff --git a/public/map/components/CompanyShorePower.vue b/public/map/components/CompanyShorePower.vue index 3fff534..bceaaba 100644 --- a/public/map/components/CompanyShorePower.vue +++ b/public/map/components/CompanyShorePower.vue @@ -9,10 +9,10 @@ 码头与泊位信息 -
+
@@ -20,11 +20,13 @@
{{ company.name }}
-
总量: {{ company.value }}
+
总量: {{ calculateTotal(company.children).toFixed(2) }}
-
-
{{ berth.value }}
+
+
{{ berth.measureValue?.toFixed(2) + || 0 }}
{{ berth.name }}
@@ -34,24 +36,97 @@
+