From 480cff6e745cab8e9c08fe2f9035402c4940c048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 23:45:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BB=AA=E8=A1=A8=E7=9B=98?= =?UTF-8?q?=E6=9C=80=E8=BF=91=E8=AE=A2=E5=8D=95=E5=B7=B2=E4=BB=98=E6=97=A0?= =?UTF-8?q?=E5=9B=9E=E6=89=A7=E6=B5=8B=E8=AF=95=E5=8F=A3=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...RecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php | 2 +- ...entPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php index f471e9a..132e680 100644 --- a/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php +++ b/tests/Feature/AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest.php @@ -48,7 +48,7 @@ class AdminDashboardRecentPlatformOrdersNoReceiptShouldIncludeListLinkTest exten $res->assertOk(); $res->assertSee('PO_DASH_NO_RECEIPT_LIST_0001'); - $res->assertSee('无回执', false); + $res->assertSee('已付无回执', false); $listUrl = '/admin/platform-orders?' . Arr::query([ 'payment_status' => 'paid', diff --git a/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php b/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php index 662d45e..905236a 100644 --- a/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php +++ b/tests/Feature/AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest.php @@ -49,9 +49,9 @@ class AdminDashboardRecentPlatformOrdersPaidButNoReceiptShouldShowFixLinkTest ex $res = $this->get('/admin'); $res->assertOk(); - // 仪表盘应展示“无回执”提示,并给出“去补回执”入口(锚点 add-payment-receipt) + // 仪表盘应展示“已付无回执”提示,并给出“去补回执”入口(锚点 add-payment-receipt) $res->assertSee('PO_DASH_NO_RECEIPT_0001'); - $res->assertSee('无回执', false); + $res->assertSee('已付无回执', false); $res->assertSee('去补回执', false); $fixUrl = '/admin/platform-orders/' . $order->id . '?' . Arr::query([