From 843b3ed22563c6b94eb2ee25edcf67437b474acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 11 Mar 2026 09:25:05 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=8C=BA=EF=BC=9A=E5=90=8C=E6=AD=A5=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=A1=A5=E9=BD=90=E4=B8=80=E9=94=AE=E5=88=87?= =?UTF-8?q?=E5=88=B0=E5=8F=AF=E5=90=8C=E6=AD=A5=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/platform_orders/index.blade.php | 2 ++ tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index cd46bff..da10a50 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -292,6 +292,8 @@
提示:当前筛选包含「同步失败/失败原因」范围。建议先治理失败原因(修复数据或重试同步),再执行批量同步订阅等工具动作。 进入同步失败集合 + + 切到只看可同步(用于批量重试同步)
@endif diff --git a/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php b/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php index a0dee6f..e84fb39 100644 --- a/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php +++ b/tests/Feature/AdminPlatformOrderToolsGovernanceHintTest.php @@ -58,6 +58,8 @@ class AdminPlatformOrderToolsGovernanceHintTest extends TestCase ->assertOk() ->assertSee('当前筛选包含「同步失败/失败原因」范围', false) ->assertSee('进入同步失败集合', false) - ->assertSee('sync_status=failed', false); + ->assertSee('切到只看可同步(用于批量重试同步)', false) + ->assertSee('sync_status=failed', false) + ->assertSee('syncable_only=1', false); } }