diff --git a/resources/views/admin/platform_orders/show.blade.php b/resources/views/admin/platform_orders/show.blade.php index 1c57d22..a6ed533 100644 --- a/resources/views/admin/platform_orders/show.blade.php +++ b/resources/views/admin/platform_orders/show.blade.php @@ -59,9 +59,12 @@ if ($refundCount <= 0) { $refundCount = count($refundReceiptsRaw); } + + $amountTol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp 回执数 / 回执总额{{ $receiptCount }} / ¥{{ number_format($receiptTotal, 2) }} 退款笔数 / 退款总额{{ $refundCount }} / ¥{{ number_format($refundTotal, 2) }} + 金额容差¥{{ number_format($amountTol, 2) }}