钱包 - 钱包余额流水

(cherry picked from commit c3f06f5fbe)
This commit is contained in:
jason 2023-10-16 22:45:32 +08:00 committed by shizhong
parent b3b9fbc201
commit 1d602e0a31

View File

@ -11,7 +11,7 @@
<template #default="{ row }"> {{ fenToYuan(row.balance) }} </template>
</el-table-column>
<el-table-column
label="创建时间"
label="交易时间"
align="center"
prop="createTime"
:formatter="dateFormatter"