From b68dfd8fdf30bd03e5dd8dbf11a71b9ed96f87b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 23:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=B9=B3=E5=8F=B0=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=B7=B2=E4=BB=98=E6=97=A0=E5=9B=9E=E6=89=A7=E6=B2=BB?= =?UTF-8?q?=E7=90=86=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= 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/AdminPlatformOrderToolsReceiptNoneHintTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index ce7a99a..79cca55 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -1086,7 +1086,7 @@
回执缺失提示
- 当前集合为「无回执」且已勾选「只看可同步」。为保证收费闭环可治理,建议先补齐支付回执留痕,再执行批量同步订阅。 + 当前集合为「已付无回执」且已勾选「只看可同步」。为保证收费闭环可治理,建议先补齐支付回执留痕,再执行批量同步订阅。
@include('admin.platform_orders._tool_anchor_button', [ 'href' => '#batch-activate-subscriptions', diff --git a/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php b/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php index 0bca826..061db55 100644 --- a/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php +++ b/tests/Feature/AdminPlatformOrderToolsReceiptNoneHintTest.php @@ -62,7 +62,7 @@ class AdminPlatformOrderToolsReceiptNoneHintTest extends TestCase $res->assertOk(); $res->assertSee('回执缺失提示', false); - $res->assertSee('当前集合为「无回执」且已勾选「只看可同步」', false); + $res->assertSee('当前集合为「已付无回执」且已勾选「只看可同步」', false); $res->assertSee('切到有回执集合', false); $res->assertSee('取消只看可同步(先治理)', false); }