chore(admin-dashboard): reconcile mismatch hint tooltip shows paid vs receipt
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user