fix: ui
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m52s

This commit is contained in:
luo
2026-08-13 17:29:23 +08:00
parent 3dd17e9d7b
commit 0d2a982f69

View File

@@ -116,12 +116,12 @@
{{ formatAmount(scope.row.balance_before) }} {{ formatAmount(scope.row.balance_before) }}
</template> </template>
</ElTableColumn> </ElTableColumn>
<ElTableColumn label="变动后余额"> <ElTableColumn label="变动后余额" width="120">
<template #default="scope"> <template #default="scope">
{{ formatAmount(scope.row.balance_after) }} {{ formatAmount(scope.row.balance_after) }}
</template> </template>
</ElTableColumn> </ElTableColumn>
<ElTableColumn label="关联业务"> <ElTableColumn label="关联业务" width="120">
<template #default="scope"> <template #default="scope">
<ElTag v-if="scope.row.reference_type" type="info" size="small"> <ElTag v-if="scope.row.reference_type" type="info" size="small">
{{ scope.row.reference_type === 'recharge' ? '充值' : '订单' }} {{ scope.row.reference_type === 'recharge' ? '充值' : '订单' }}