From 6082400308dfbb0da5cad8f76636345b03ae880e Mon Sep 17 00:00:00 2001
From: zhangqi <727393967@qq.com>
Date: Tue, 14 Oct 2025 14:17:44 +0800
Subject: [PATCH] =?UTF-8?q?1.=E9=A6=96=E9=A1=B5=E8=B0=83=E6=95=B4=E4=B8=BA?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=9C=80=E8=BF=91=E7=9A=8410=E4=B8=AA?=
=?UTF-8?q?=E8=88=AA=E6=AC=A1=EF=BC=9B=202.=E5=9C=B0=E5=9B=BE=E5=8F=B3?=
=?UTF-8?q?=E4=B8=8A=E8=A7=92=E5=A2=9E=E5=8A=A0=E5=B0=8F=E5=9B=BE=E6=A0=87?=
=?UTF-8?q?=EF=BC=88=E8=88=B9=EF=BC=89=EF=BC=8C=E9=BC=A0=E6=A0=87=E6=BB=91?=
=?UTF-8?q?=E5=8A=A8=E5=88=B0=E5=9B=BE=E6=A0=87=E4=B8=8A=E5=90=8E=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E8=BF=9910=E4=B8=AA=E8=88=AA=E6=AC=A1=E7=9A=84?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=9B=203.=E7=82=B9=E5=87=BB=EF=BC=9A?=
=?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=AB=98=E4=BA=AE=E3=80=81=E7=A7=BB=E9=99=A4?=
=?UTF-8?q?=E5=85=B6=E4=BB=96=E9=AB=98=E4=BA=AE=E5=9B=BE=E5=B1=82=E3=80=81?=
=?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=AF=B9=E5=BA=94=E7=9A=84=E8=88=AA=E6=AC=A1?=
=?UTF-8?q?=E9=AB=98=E4=BA=AE=E5=9B=BE=E5=B1=82=E3=80=81=EF=BC=8C=E5=86=8D?=
=?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=EF=BC=8C=E5=8F=96=E6=B6=88=E8=88=AA?=
=?UTF-8?q?=E6=AC=A1=E8=AE=B0=E5=BD=95=E9=AB=98=E4=BA=AE=EF=BC=8C=E7=A7=BB?=
=?UTF-8?q?=E9=99=A4=E8=AF=A5=E8=88=AA=E6=AC=A1=E9=AB=98=E4=BA=AE=E7=AA=81?=
=?UTF-8?q?=E5=87=BA;=204.Checkbox=E6=A1=86=EF=BC=9A=E9=80=89=E4=B8=AD?=
=?UTF-8?q?=E4=BB=A3=E8=A1=A8=E8=AF=A5=E8=88=AA=E6=AC=A1=E5=9B=BE=E5=B1=82?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=9C=A8=E5=9C=B0=E5=9B=BE=E4=B8=8A=EF=BC=8C?=
=?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=99=E9=9A=90=E8=97=8F=E8=AF=A5=E8=88=AA?=
=?UTF-8?q?=E6=AC=A1=E5=9B=BE=E5=B1=82=E3=80=82=E9=BB=98=E8=AE=A410?=
=?UTF-8?q?=E4=B8=AA=E8=88=AA=E6=AC=A1=E5=85=A8=E9=83=A8=E9=80=89=E4=B8=AD?=
=?UTF-8?q?;=205.=E5=A2=9E=E5=8A=A04500=E7=B1=B3=E3=80=816000=E7=B1=B3?=
=?UTF-8?q?=E7=AD=89=E6=B7=B1=E7=BA=BF=E6=8C=89=E9=92=AE=EF=BC=8C=E7=82=B9?=
=?UTF-8?q?=E5=87=BB=E8=A7=A6=E5=8F=91=EF=BC=9A=E5=8A=A0=E8=BD=BD/?=
=?UTF-8?q?=E5=8F=96=E6=B6=88=E5=AF=B9=E5=BA=94=E7=9A=84=E7=AD=89=E6=B7=B1?=
=?UTF-8?q?=E7=BA=BF=E5=9B=BE=E5=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/public/Header.vue | 2 +-
src/router/index.js | 26 +-
src/views/statistics/ShipStatistics.vue | 681 ++++++++++++++++++++++++
src/views/statistics/index.vue | 287 ++++++++++
4 files changed, 992 insertions(+), 4 deletions(-)
create mode 100644 src/views/statistics/ShipStatistics.vue
create mode 100644 src/views/statistics/index.vue
diff --git a/src/components/public/Header.vue b/src/components/public/Header.vue
index 4cdfa6d..034c657 100644
--- a/src/components/public/Header.vue
+++ b/src/components/public/Header.vue
@@ -106,7 +106,7 @@ export default {
// },
{
name:"统计分析",
- path:"analyse",
+ path:"statistics",
children:[]
},
// {
diff --git a/src/router/index.js b/src/router/index.js
index aa5e709..cc44b4a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -328,16 +328,36 @@ export const constantRoutes = [
loginAuthority: true
}
},
+ // {
+ // path: 'analyse',
+ // name: 'analyse',
+ // component: () => import('@/views/analyse.vue'),
+ // meta: {
+ // title: '统计分析',
+ // icon: 'peoples',
+ // loginAuthority: true
+ // }
+ // },
{
- path: 'analyse',
- name: 'analyse',
- component: () => import('@/views/analyse.vue'),
+ path: 'statistics',
+ name: 'statistics',
+ component: () => import('@/views/statistics/index.vue'),
meta: {
title: '统计分析',
icon: 'peoples',
loginAuthority: true
}
},
+ {
+ path: 'ships',
+ name: 'ships',
+ component: () => import('@/views/statistics/ShipStatistics.vue'),
+ meta: {
+ title: '科考船汇总统计',
+ icon: 'peoples',
+ loginAuthority: true
+ }
+ },
{
path: 'AboutUs',
name: 'AboutUs',
diff --git a/src/views/statistics/ShipStatistics.vue b/src/views/statistics/ShipStatistics.vue
new file mode 100644
index 0000000..34ea8fc
--- /dev/null
+++ b/src/views/statistics/ShipStatistics.vue
@@ -0,0 +1,681 @@
+
+
+
+

+
+
+
探索一号
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue
new file mode 100644
index 0000000..d32523e
--- /dev/null
+++ b/src/views/statistics/index.vue
@@ -0,0 +1,287 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
科考船汇总统计
+
4艘
+
探索一号、探索二号、探索三号、海警101船
+
+
+
+
+
+
+
+
+
+
+
+
+
+
载人潜水器汇总统计
+
2型
+
深海勇士、奋斗者等
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
无人航行潜水器汇总统计
+
数据加载中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
基站汇总统计
+
暂无数据
+
深海站、深渊站、国际站
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+