admin: 平台订单列表退款数点击直达追加退款面板

This commit is contained in:
萝卜
2026-03-17 22:25:28 +08:00
parent 837f066881
commit 08cd7b38ce

View File

@@ -1736,7 +1736,7 @@
@endphp
@if($refundCount > 0)
@php
$refundCountShowUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'refund-receipts');
$refundCountShowUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-refund-receipt');
@endphp
<a href="{!! $refundCountShowUrl !!}" class="muted">{{ $refundCount }}</a>
@else