feat(admin-dashboard): refund inconsistent hint links to refund receipts section

This commit is contained in:
萝卜
2026-03-16 15:13:07 +08:00
parent 4f2c370046
commit 3a1a18fc04
2 changed files with 68 additions and 0 deletions

View File

@@ -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))