From 050c261544c3e7213b188d74d0f2eca0e207225e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 23 Mar 2023 09:42:32 +0800 Subject: [PATCH] =?UTF-8?q?PanelGroup=E7=BB=84=E4=BB=B6=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E4=BD=BF=E7=94=A8el-statistic=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/PanelGroup.vue | 43 +++++++++++++++++++++++------- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/src/views/dashboard/PanelGroup.vue b/src/views/dashboard/PanelGroup.vue index 74fd900..cd1c3b3 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -6,8 +6,9 @@
-
{{$t('layout.onlineUsers')}}
-
{{ state.onlineUserNum }}
+ +
@@ -17,8 +18,9 @@
-
{{$t('layout.message')}}
-
{{ state.chatNum }}
+ +
@@ -28,8 +30,13 @@
-
{{$t('layout.amount')}}
-
{{ state.amount }}
+ + + +
@@ -39,8 +46,24 @@
-
{{$t('layout.order')}}
-
{{ state.order }}
+ + + + +
@@ -49,7 +72,7 @@