From 52fd680c7d2b998c5dfde186346aea1c43161e31 Mon Sep 17 00:00:00 2001 From: jiangAB Date: Mon, 15 Dec 2025 00:14:22 +0800 Subject: [PATCH] update --- public/map/components/CompanyShorePower.vue | 132 +- public/map/components/HistoryRecordDialog.vue | 174 +++ public/map/components/PortOverview.vue | 402 +++++- public/map/components/ShipHistoryDialog.vue | 303 ++++ public/map/components/ShipShorePower.vue | 1282 ++++++++++++++++- .../components/ShorePowerHistoryDialog.vue | 304 ++++ public/map/components/ShorePowerUsage.vue | 570 +++++++- public/map/components/cesiumMap.vue | 141 +- .../map/components/charts/BarChartMinute.vue | 18 +- .../map/components/charts/WaveLineChart.vue | 240 +++ public/map/index.vue | 67 +- src/api/shorepower/map/index.ts | 83 +- src/plugins/elementPlus/index.ts | 4 +- 13 files changed, 3459 insertions(+), 261 deletions(-) create mode 100644 public/map/components/HistoryRecordDialog.vue create mode 100644 public/map/components/ShipHistoryDialog.vue create mode 100644 public/map/components/ShorePowerHistoryDialog.vue create mode 100644 public/map/components/charts/WaveLineChart.vue diff --git a/public/map/components/CompanyShorePower.vue b/public/map/components/CompanyShorePower.vue index 633cddc..fe43fab 100644 --- a/public/map/components/CompanyShorePower.vue +++ b/public/map/components/CompanyShorePower.vue @@ -1,31 +1,29 @@ \ No newline at end of file diff --git a/public/map/components/HistoryRecordDialog.vue b/public/map/components/HistoryRecordDialog.vue new file mode 100644 index 0000000..18f5260 --- /dev/null +++ b/public/map/components/HistoryRecordDialog.vue @@ -0,0 +1,174 @@ + + + + + \ No newline at end of file diff --git a/public/map/components/PortOverview.vue b/public/map/components/PortOverview.vue index c4aacc6..4ab412b 100644 --- a/public/map/components/PortOverview.vue +++ b/public/map/components/PortOverview.vue @@ -1,39 +1,89 @@ \ No newline at end of file diff --git a/public/map/components/ShipShorePower.vue b/public/map/components/ShipShorePower.vue index 5e0d3bc..b1c9746 100644 --- a/public/map/components/ShipShorePower.vue +++ b/public/map/components/ShipShorePower.vue @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/public/map/components/ShorePowerHistoryDialog.vue b/public/map/components/ShorePowerHistoryDialog.vue new file mode 100644 index 0000000..cca2865 --- /dev/null +++ b/public/map/components/ShorePowerHistoryDialog.vue @@ -0,0 +1,304 @@ + + + + + \ No newline at end of file diff --git a/public/map/components/ShorePowerUsage.vue b/public/map/components/ShorePowerUsage.vue index eacfc9f..f592b1d 100644 --- a/public/map/components/ShorePowerUsage.vue +++ b/public/map/components/ShorePowerUsage.vue @@ -2,52 +2,80 @@