This commit is contained in:
@@ -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' ? '充值' : '订单' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user