From 3aa9129de0550d5869af601791db96146ca25e95 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 28 Oct 2025 13:54:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(dashboard):=20=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BC=9A=E5=91=98=E7=AD=89=E7=BA=A7=E7=9A=84?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/dashboard.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/dashboard/dashboard.vue b/src/views/dashboard/dashboard.vue index d8c183e..fbc1060 100644 --- a/src/views/dashboard/dashboard.vue +++ b/src/views/dashboard/dashboard.vue @@ -21,36 +21,36 @@
当月新增会员
{{ memberSummary.memberMonth || 0 }}
- +
昨日新增会员
{{ memberSummary.memberYesterday || 0 }}
- +
今日新增会员
{{ memberSummary.memberToday || 0 }}
- +
From f6432a02ea805a9594df93084ea2624b78d0d3d0 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 28 Oct 2025 17:07:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix(onlinePayDetails):=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=98=8E=E7=BB=86=E8=AE=A2=E5=8D=95=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E5=88=97=E5=AE=BD=E5=BA=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/financial/onlinePayDetails/index.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/financial/onlinePayDetails/index.vue b/src/views/financial/onlinePayDetails/index.vue index 867e8aa..ff41bf0 100644 --- a/src/views/financial/onlinePayDetails/index.vue +++ b/src/views/financial/onlinePayDetails/index.vue @@ -1,9 +1,3 @@ -