From 20c5b7c3c3503476475c5fbaaa950d148d944dc2 Mon Sep 17 00:00:00 2001 From: taozi <9108791@qq.com> Date: Sat, 11 Feb 2023 12:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=BB=9F=E8=AE=A1bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/PanelGroup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/PanelGroup.vue b/src/views/dashboard/PanelGroup.vue index 50f16df..710c997 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -29,7 +29,7 @@
昨日订单数 - {{ count.lastWeekCount }} 单 + {{ count.proCount }} 单
@@ -93,7 +93,7 @@ export default { priceCount: 0, goodsCount: 0, }, - + }; }, mounted() {