From 13aa217abb50abf79b13b3fac326dda98f6032b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 17 Mar 2026 10:05:25 +0800 Subject: [PATCH] ui(plans): fix monthly/yearly summary card cross links --- resources/views/admin/plans/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/plans/index.blade.php b/resources/views/admin/plans/index.blade.php index 51c54cf..f27b417 100644 --- a/resources/views/admin/plans/index.blade.php +++ b/resources/views/admin/plans/index.blade.php @@ -157,7 +157,7 @@ {{ $summaryStats['monthly_plans'] ?? 0 }}
- 查看月付套餐 + 查看年付套餐
@@ -166,7 +166,7 @@ {{ $summaryStats['yearly_plans'] ?? 0 }}
- 查看年付套餐 + 查看月付套餐