From c6dc77206dd081e012fe489273882664dfeb8245 Mon Sep 17 00:00:00 2001 From: april Date: Fri, 29 Mar 2024 11:59:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E9=87=8D=E6=9E=84=E9=A6=96=E9=A1=B5):?= =?UTF-8?q?=20:recycle:=20=E4=BD=BF=E7=94=A8=E9=9D=99=E6=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BE=AA=E7=8E=AF=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/index.vue | 241 ++++++++++++++++------------------ 1 file changed, 113 insertions(+), 128 deletions(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index fec2eda..ad0ef47 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -22,32 +22,18 @@
- + - - - - - - - - - +
@@ -56,105 +42,37 @@ - +
- {{ Math.round(visitCountOutput) }} + {{ Math.round(item.count) }}
- +
- 总访客数 - {{ Math.round(visitCountOutput * 15) }} -
-
-
- - - - - - -
-
- {{ Math.round(dauCountOutput) }} -
- -
- -
- 总IP数 - {{ Math.round(dauCountOutput) }} -
-
-
- - - - - - -
-
- {{ Math.round(amountOutput) }} -
- -
- -
- 总销售额 - {{ Math.round(amountOutput * 15) }} -
-
-
- - - - - - -
-
- {{ Math.round(orderCountOutput) }} -
- -
- -
- 总订单量 - {{ Math.round(orderCountOutput * 15) }} + {{ item.dataDesc }} + {{ Math.round(item.count * 15) }}
@@ -162,27 +80,17 @@ - - - - - - - - - - +