From f7f7f6d4f1309f3eb1ab18a39f3f5bbf304b075c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Mon, 16 Mar 2026 10:57:19 +0800 Subject: [PATCH] refactor(admin-dashboard): unify rank card subtitle --- resources/views/admin/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index 3c040af..f2bfe17 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -160,7 +160,7 @@ } @endphp -
Top5 合计已付 ¥{{ number_format($rankTotal, 2) }}
+
按已付金额统计
@php // 用于前端渐进增强渲染迷你排行(JS 读取 data-points)