diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index e5fd7b4..51f2eb2 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -1703,7 +1703,7 @@ @endphp @if($isReconcileMismatchRow) @php $reconcileFixUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-payment-receipt'); @endphp - ¥{{ number_format($rowDelta, 2) }} + ¥{{ number_format($rowDelta, 2) }}
对账不一致 diff --git a/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php b/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php index 3628578..9d27159 100644 --- a/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php +++ b/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php @@ -76,7 +76,7 @@ class AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest extends Te $reconcileShowUrl = '/admin/platform-orders/' . $order->id . '?' . Arr::query([ 'back' => $indexSelfWithoutBack, - ]) . '#payment-receipts'; + ]) . '#add-payment-receipt'; $reconcileFixUrl = '/admin/platform-orders/' . $order->id . '?' . Arr::query([ 'back' => $indexSelfWithoutBack,