统一仪表盘最近订单已付无回执前缀文案

This commit is contained in:
萝卜
2026-03-18 23:39:51 +08:00
parent 4226bf641e
commit 423f6ba1a5
2 changed files with 65 additions and 1 deletions

View File

@@ -1136,7 +1136,7 @@
{{ $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" title="已付 ¥{{ number_format((float) $po->paid_amount, 2) }}|无回执证据">
<span class="row-warn-prefix">无回执</span>
<span class="row-warn-prefix">已付无回执</span>
<span class="muted"></span>
<a class="link" href="{!! $fixReceiptUrl !!}">去补回执</a>
<span class="muted"></span>