admin: 平台订单列表退款数点击直达追加退款面板
This commit is contained in:
@@ -1736,7 +1736,7 @@
|
|||||||
@endphp
|
@endphp
|
||||||
@if($refundCount > 0)
|
@if($refundCount > 0)
|
||||||
@php
|
@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
|
@endphp
|
||||||
<a href="{!! $refundCountShowUrl !!}" class="muted">{{ $refundCount }}</a>
|
<a href="{!! $refundCountShowUrl !!}" class="muted">{{ $refundCount }}</a>
|
||||||
@else
|
@else
|
||||||
|
|||||||
Reference in New Issue
Block a user