Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5dc11f84
authored
Aug 19, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】会员:会员详情的 TODO
parent
eecfb90a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
src/views/member/user/components/UserBalanceUpdateForm.vue
+1
-1
src/views/member/user/detail/UserBalanceList.vue
+0
-1
No files found.
src/views/member/user/components/UserBalanceUpdateForm.vue
View file @
5dc11f84
...
@@ -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
})
})
...
...
src/views/member/user/detail/UserBalanceList.vue
View file @
5dc11f84
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment