From 546ffc21e6a71e1b19cd8b581276a87b36b16204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Sat, 14 Mar 2026 15:50:32 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=B4=A2=E9=A1=B5=E7=AD=9B=E9=80=89?= =?UTF-8?q?=EF=BC=9A=E9=80=8F=E4=BC=A0=E5=AE=89=E5=85=A8=20back=EF=BC=88?= =?UTF-8?q?=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 --- .../admin/platform_leads/index.blade.php | 3 ++ ...LeadIndexFilterFormDropsUnsafeBackTest.php | 35 +++++++++++++++++++ ...rmLeadIndexFilterFormKeepsSafeBackTest.php | 34 ++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 tests/Feature/AdminPlatformLeadIndexFilterFormDropsUnsafeBackTest.php create mode 100644 tests/Feature/AdminPlatformLeadIndexFilterFormKeepsSafeBackTest.php diff --git a/resources/views/admin/platform_leads/index.blade.php b/resources/views/admin/platform_leads/index.blade.php index 70baacb..9f7fe5d 100644 --- a/resources/views/admin/platform_leads/index.blade.php +++ b/resources/views/admin/platform_leads/index.blade.php @@ -72,6 +72,9 @@

筛选

+ @if($safeBack) + + @endif