From ac53d63b78d2900c96f01acaceb64be16448cf48 Mon Sep 17 00:00:00 2001 From: jacky Date: Mon, 22 Apr 2024 13:02:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=BF=AB?= =?UTF-8?q?=E6=8D=B7=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/dashboard/home.vue | 150 +++++++++++++++++++----------------- 1 file changed, 78 insertions(+), 72 deletions(-) diff --git a/src/view/dashboard/home.vue b/src/view/dashboard/home.vue index e0611f6..f3cf53c 100644 --- a/src/view/dashboard/home.vue +++ b/src/view/dashboard/home.vue @@ -12,24 +12,12 @@
快捷入口
- +
-
+
- +

{{ card.label }}

@@ -89,9 +77,9 @@ const toolCards = ref([ bg: 'rgba(255, 133, 192,.3)' }, { - label: '用户管理', + label: '部门管理', icon: 'monitor', - name: 'user', + name: 'organize', color: '#ff9c6e', bg: 'rgba(255, 156, 110,.3)' }, @@ -107,66 +95,84 @@ const toTarget = (name) => {