Commit 5dc11f84 by YunaiV

【代码评审】会员:会员详情的 TODO

parent eecfb90a
...@@ -57,7 +57,7 @@ const formLoading = ref(false) // 表单的加载中:1)修改时的数据加 ...@@ -57,7 +57,7 @@ const formLoading = ref(false) // 表单的加载中:1)修改时的数据加
const formData = ref({ const formData = ref({
id: undefined, id: undefined,
nickname: undefined, nickname: undefined,
balance: '0', balance: '0', // TODO @puhui999:貌似有 el-input-number 的报错,看看怎么解决。应该可以
changeBalance: 0, changeBalance: 0,
changeType: 1 changeType: 1
}) })
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<ContentWrap> <ContentWrap>
<el-table v-loading="loading" :data="list" :show-overflow-tooltip="true" :stripe="true"> <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="id" />
<el-table-column align="center" label="钱包编号" prop="walletId" />
<el-table-column align="center" label="关联业务标题" prop="title" /> <el-table-column align="center" label="关联业务标题" prop="title" />
<el-table-column align="center" label="交易金额" prop="price"> <el-table-column align="center" label="交易金额" prop="price">
<template #default="{ row }"> {{ fenToYuan(row.price) }}</template> <template #default="{ row }"> {{ fenToYuan(row.price) }}</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment