From 4096b4d9ad314b03eda12aa55e53f573f871d202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Sat, 14 Mar 2026 16:26:18 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A5=97=E9=A4=90=E7=AD=9B=E9=80=89=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=EF=BC=9A=E4=BB=85=E9=80=8F=E4=BC=A0=E5=AE=89=E5=85=A8?= =?UTF-8?q?back=EF=BC=88=E8=A1=A5=E6=B5=8B=E8=AF=95=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/plans/index.blade.php | 3 ++ ...PlanIndexFilterFormDropsUnsafeBackTest.php | 35 +++++++++++++++++++ ...inPlanIndexFilterFormKeepsSafeBackTest.php | 33 +++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 tests/Feature/AdminPlanIndexFilterFormDropsUnsafeBackTest.php create mode 100644 tests/Feature/AdminPlanIndexFilterFormKeepsSafeBackTest.php diff --git a/resources/views/admin/plans/index.blade.php b/resources/views/admin/plans/index.blade.php index 729a9b7..30ffa82 100644 --- a/resources/views/admin/plans/index.blade.php +++ b/resources/views/admin/plans/index.blade.php @@ -142,6 +142,9 @@

筛选条件

+ @if($safeBackForLinks !== '') + + @endif