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 @@
+