修复前端金额展示并整理依赖
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user