From efdfe881553a9ff177cec3c84aa3430c9f0db83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Tue, 6 Jan 2026 21:23:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E7=AE=97=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E7=BB=9F=E8=AE=A1=E4=BF=A1=E6=81=AF=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9C=AC=E5=91=A8=E3=80=81=E6=9C=AC=E6=9C=88=E5=92=8C?= =?UTF-8?q?=E5=B9=B4=E5=BA=A6=E8=BE=BE=E6=88=90=E7=8E=87=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/BudgetView.vue | 193 ++++++++++++++++++++++++++++++++++- 1 file changed, 190 insertions(+), 3 deletions(-) diff --git a/Web/src/views/BudgetView.vue b/Web/src/views/BudgetView.vue index 33e10b3..0fee60f 100644 --- a/Web/src/views/BudgetView.vue +++ b/Web/src/views/BudgetView.vue @@ -9,6 +9,31 @@
+
+
+
本周{{ activeTabTitle }}率
+
+ {{ overallStats.week.rate }}% +
+
{{ overallStats.week.count }}个预算
+
+
+
+
本月{{ activeTabTitle }}率
+
+ {{ overallStats.month.rate }}% +
+
{{ overallStats.month.count }}个预算
+
+
+
+
年度{{ activeTabTitle }}率
+
+ {{ overallStats.year.rate }}% +
+
{{ overallStats.year.count }}个预算
+
+