From f640f7563529eba8d27b7217b13802d213c36f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 15:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2:=20=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E6=97=A0=E5=9B=9E=E6=89=A7=E5=85=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E5=90=8D=E4=B8=BA=E5=B7=B2=E4=BB=98=E6=97=A0=E5=9B=9E=E6=89=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/dashboard.blade.php | 2 +- ...rkbenchShouldIncludeBmpaFailedAndNoReceiptQuickLinksTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index 3bd4747..95516c2 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -311,7 +311,7 @@ 可BMPA处理({{ (int) ($stats['platform_orders_unpaid_pending'] ?? 0) }}) 可同步({{ (int) ($stats['platform_orders_syncable'] ?? 0) }}) 同步失败({{ (int) ($stats['platform_orders_sync_failed'] ?? 0) }}) - 无回执({{ (int) ($stats['platform_orders_paid_no_receipt'] ?? 0) }}) + 已付无回执({{ (int) ($stats['platform_orders_paid_no_receipt'] ?? 0) }}) 对账不一致({{ (int) ($stats['platform_orders_reconcile_mismatch'] ?? 0) }}) 退款不一致({{ (int) ($stats['platform_orders_refund_inconsistent'] ?? 0) }}) diff --git a/tests/Feature/AdminDashboardBillingWorkbenchShouldIncludeBmpaFailedAndNoReceiptQuickLinksTest.php b/tests/Feature/AdminDashboardBillingWorkbenchShouldIncludeBmpaFailedAndNoReceiptQuickLinksTest.php index 2d8b19f..14e74fa 100644 --- a/tests/Feature/AdminDashboardBillingWorkbenchShouldIncludeBmpaFailedAndNoReceiptQuickLinksTest.php +++ b/tests/Feature/AdminDashboardBillingWorkbenchShouldIncludeBmpaFailedAndNoReceiptQuickLinksTest.php @@ -73,7 +73,7 @@ class AdminDashboardBillingWorkbenchShouldIncludeBmpaFailedAndNoReceiptQuickLink // 计数应渲染到按钮文案中 $res->assertSee('BMPA失败(1)'); - $res->assertSee('无回执(1)'); + $res->assertSee('已付无回执(1)'); // 链接应携带 back,并且不应出现 &back=(避免回跳断链) $res->assertSee('bmpa_failed_only=1', false);