From fc696828d7b195ef9050250c4a98824503e39ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 19:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84:=20=E6=94=B6=E5=8F=A3BMPA?= =?UTF-8?q?=E6=91=98=E8=A6=81=E5=8D=A1=E5=8F=8C=E5=80=BC=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/admin/platform_orders/index.blade.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index b8136d4..3c4596b 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -692,9 +692,16 @@

BMPA 成功 / 失败

- {{ $summaryStats['bmpa_success_orders'] ?? 0 }} - / - {{ $summaryStats['bmpa_failed_orders'] ?? 0 }} + @include('admin.platform_orders._summary_metric_pair', [ + 'leftRole' => 'po-summary-link-bmpa-success-orders', + 'leftHref' => $safeFullUrlWithQuery(['bmpa_success_only' => '1', 'fail_only' => null, 'page' => null]), + 'leftLabel' => $summaryStats['bmpa_success_orders'] ?? 0, + 'rightRole' => 'po-summary-link-bmpa-failed-orders', + 'rightHref' => $safeFullUrlWithQuery(['bmpa_failed_only' => '1', 'fail_only' => null, 'page' => null]), + 'rightLabel' => $summaryStats['bmpa_failed_orders'] ?? 0, + 'separator' => '/', + 'separatorClass' => 'muted', + ])
成功口径:存在 run_id 且无 error.message;失败口径:meta 失败标记