diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 546f0ee1..417e372c 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -121,7 +121,7 @@ orderCount.value = 2000;
访问数
-
+
{{ Math.round(visitCountOutput) }}
@@ -138,7 +138,7 @@ orderCount.value = 2000;
消息数
-
+
{{ Math.round(messageCountOutput) }}
@@ -169,7 +169,7 @@ orderCount.value = 2000;
订单数
-
+
{{ Math.round(orderCountOutput) }}