chore(admin-dashboard): reconcile mismatch hint tooltip shows paid vs receipt

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

View File

@@ -352,7 +352,7 @@
@php
$reconcileMismatchUrl = \App\Support\BackUrl::withBack('/admin/platform-orders?reconcile_mismatch=1', $selfWithoutBack);
@endphp
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-reconcile-mismatch-hint">
<div class="muted text-danger muted-xs row-warn" data-role="recent-order-reconcile-mismatch-hint" title="已付 ¥{{ number_format((float) $po->paid_amount, 2) }}|回执 ¥{{ number_format((float) $po->receiptTotal(), 2) }}">
<span class="row-warn-prefix">对账不一致</span>
<span class="muted"></span>
<a class="link" href="{!! $reconcileMismatchUrl !!}">进入集合</a>