修复前端金额展示并整理依赖

This commit is contained in:
yml
2026-06-09 20:32:17 +08:00
parent 4c2199df58
commit 684e30862d
20 changed files with 129 additions and 194 deletions
@@ -245,9 +245,9 @@ function formatHandoffRecordType(type: string) {
<div v-if="refundStatus" class="metric-card">
<span>退款状态</span>
<strong>{{ refundStatusLabel(refundStatus.refund_status) }}</strong>
<small v-if="refundStatus.refund_amount_cent > 0"
>{{ moneyCent(refundStatus.refund_amount_cent) }}</small
>
<small v-if="refundStatus.refund_amount_cent > 0">{{
moneyCent(refundStatus.refund_amount_cent)
}}</small>
</div>
</div>