feat(platform_orders): add link from refund total card to refund orders

This commit is contained in:
萝卜
2026-03-14 21:37:49 +00:00
parent ee85e63340
commit 6e48c47288
2 changed files with 35 additions and 0 deletions

View File

@@ -338,6 +338,9 @@
<h3>退款总额</h3>
<div class="metric-number">¥{{ number_format((float) ($summaryStats['total_refunded_amount'] ?? 0), 2) }}</div>
<div class="muted muted-xs">基于 meta.refund_summary.total_amount缺省回退汇总</div>
<div class="muted muted-xs">
<a class="link" href="{!! $safeFullUrlWithQuery(['refund_status' => 'has', 'page' => null]) !!}">查看有退款订单</a>
</div>
</div>
<div class="card">
<h3>有退款订单 / 无退款订单</h3>