feat(admin-dashboard): show refund inconsistent hint in recent orders

This commit is contained in:
萝卜
2026-03-16 14:02:59 +08:00
parent 66e71614e5
commit e9cd697662
2 changed files with 80 additions and 0 deletions

View File

@@ -358,6 +358,16 @@
<a class="link" href="{!! $reconcileMismatchUrl !!}">进入集合</a>
</div>
@endif
@if($po->isRefundInconsistent())
@php
$refundInconsistentUrl = \App\Support\BackUrl::withBack('/admin/platform-orders?refund_inconsistent=1', $selfWithoutBack);
@endphp
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-refund-inconsistent-hint">
<span class="row-warn-prefix">退款不一致</span>
<span class="muted"></span>
<a class="link" href="{!! $refundInconsistentUrl !!}">进入集合</a>
</div>
@endif
</td>
</tr>
@empty