feat(admin-dashboard): refund inconsistent hint links to refund receipts section
This commit is contained in:
@@ -372,6 +372,8 @@
|
||||
<span class="row-warn-prefix">退款不一致</span>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $refundInconsistentUrl !!}">进入集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'refund-receipts') !!}">去核对退款</a>
|
||||
</div>
|
||||
@endif
|
||||
@if((string) $po->order_type === 'renewal' && empty($po->site_subscription_id))
|
||||
|
||||
Reference in New Issue
Block a user