feat(admin-dashboard): reconcile mismatch hint links to payment receipts section

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

View File

@@ -360,6 +360,8 @@
<span class="row-warn-prefix">对账不一致</span>
<span class="muted"></span>
<a class="link" href="{!! $reconcileMismatchUrl !!}">进入集合</a>
<span class="muted"></span>
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'payment-receipts') !!}">去对账</a>
</div>
@endif
@if($po->isRefundInconsistent())