【代码评审】会员:会员详情的 TODO
parent
eecfb90ab6
commit
5dc11f844d
|
@ -57,7 +57,7 @@ const formLoading = ref(false) // 表单的加载中:1)修改时的数据加
|
|||
const formData = ref({
|
||||
id: undefined,
|
||||
nickname: undefined,
|
||||
balance: '0',
|
||||
balance: '0', // TODO @puhui999:貌似有 el-input-number 的报错,看看怎么解决。应该可以
|
||||
changeBalance: 0,
|
||||
changeType: 1
|
||||
})
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<ContentWrap>
|
||||
<el-table v-loading="loading" :data="list" :show-overflow-tooltip="true" :stripe="true">
|
||||
<el-table-column align="center" label="编号" prop="id" />
|
||||
<el-table-column align="center" label="钱包编号" prop="walletId" />
|
||||
<el-table-column align="center" label="关联业务标题" prop="title" />
|
||||
<el-table-column align="center" label="交易金额" prop="price">
|
||||
<template #default="{ row }"> {{ fenToYuan(row.price) }} 元</template>
|
||||
|
|
Loading…
Reference in New Issue