From fcb6b77413d5ba225f216b638f1f417bf8658b87 Mon Sep 17 00:00:00 2001 From: Xiaoyu <3306310490@qq.com> Date: Wed, 5 Feb 2025 22:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=9B=BE=E6=A0=87=E5=87=BA=E9=94=99=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BA=86=E6=8E=A7=E5=88=B6=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/AdminLayout.vue | 6 +- src/views/dashboard/index.vue | 572 ++++++++++++++++++++++++---------- 2 files changed, 404 insertions(+), 174 deletions(-) diff --git a/src/layout/AdminLayout.vue b/src/layout/AdminLayout.vue index 85dab18..9d32c8e 100644 --- a/src/layout/AdminLayout.vue +++ b/src/layout/AdminLayout.vue @@ -6,7 +6,7 @@ import { Location, Setting, User, - Monitor, + DataAnalysis, Tools, Document, DataLine, @@ -43,7 +43,7 @@ const handleSelect = (key: string) => { @select="handleSelect" > - + @@ -67,7 +67,7 @@ const handleSelect = (key: string) => { 物种监测 diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index a0f6f2b..d8435a5 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,8 +1,7 @@