chore(admin-dashboard): no-receipt hint tooltip shows paid amount

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

View File

@@ -325,7 +325,7 @@
<td>
{{ $po->payment_status }}
@if((string) $po->payment_status === 'paid' && ! $hasReceiptEvidence)
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-no-receipt-hint">
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-no-receipt-hint" title="已付 ¥{{ number_format((float) $po->paid_amount, 2) }}|无回执证据">
<span class="row-warn-prefix">无回执</span>
<span class="muted"></span>
<a class="link" href="{!! $fixReceiptUrl !!}">去补回执</a>