admin: 平台订单列表退款数点击直达追加退款面板
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user