diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php index 318e060..fa9ca35 100644 --- a/resources/views/admin/dashboard.blade.php +++ b/resources/views/admin/dashboard.blade.php @@ -839,6 +839,7 @@ @forelse(($recentPlatformOrders ?? []) as $po) @php $poShowUrl = \App\Support\BackUrl::withBack('/admin/platform-orders/' . $po->id, $selfWithoutBack); + $poShowGovernanceUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'order-governance-actions'); $hasReceiptEvidence = (data_get($po->meta, 'payment_summary.total_amount') !== null) || (data_get($po->meta, 'payment_receipts.0.amount') !== null); @@ -988,7 +989,7 @@ @elseif($syncStatusText === '成功') {{ $syncStatusText }} @else - {{ $syncStatusText }} + {{ $syncStatusText }} @endif | @@ -999,7 +1000,7 @@ @elseif($bmpaStatusText === '成功' && $scanGoBmpaSuccessUrl !== '') {{ $bmpaStatusText }} @else - {{ $bmpaStatusText }} + {{ $bmpaStatusText }} @endif | diff --git a/resources/views/admin/platform_orders/show.blade.php b/resources/views/admin/platform_orders/show.blade.php index cf215fb..c9f7ecc 100644 --- a/resources/views/admin/platform_orders/show.blade.php +++ b/resources/views/admin/platform_orders/show.blade.php @@ -261,7 +261,7 @@ $markPaidBlockedByReceiptMismatch = $receiptCents > 0 && abs($receiptCents - $expectedCents) >= $tolCents; @endphp -