chore(admin-dashboard): refund inconsistent hint tooltip shows paid vs refund

This commit is contained in:
萝卜
2026-03-16 14:08:44 +08:00
parent 71dc234274
commit 53c397b723
2 changed files with 60 additions and 1 deletions

View File

@@ -362,7 +362,7 @@
@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">
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-refund-inconsistent-hint" title="已付 ¥{{ number_format((float) $po->paid_amount, 2) }}|退款 ¥{{ number_format((float) $po->refundTotal(), 2) }}">
<span class="row-warn-prefix">退款不一致</span>
<span class="muted"></span>
<a class="link" href="{!! $refundInconsistentUrl !!}">进入集合</a>