feat(admin-dashboard): show refund inconsistent hint in recent orders
This commit is contained in:
@@ -358,6 +358,16 @@
|
||||
<a class="link" href="{!! $reconcileMismatchUrl !!}">进入集合</a>
|
||||
</div>
|
||||
@endif
|
||||
@if($po->isRefundInconsistent())
|
||||
@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">
|
||||
<span class="row-warn-prefix">退款不一致</span>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $refundInconsistentUrl !!}">进入集合</a>
|
||||
</div>
|
||||
@endif
|
||||
</td>
|
||||
</tr>
|
||||
@empty
|
||||
|
||||
Reference in New Issue
Block a user