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
fad75c4c
authored
Jun 05, 2026
by
renyizhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取apiKey充值流程已完成
parent
ec78bf91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/member/recharge/index.vue
+3
-3
No files found.
src/views/member/recharge/index.vue
View file @
fad75c4c
...
...
@@ -62,10 +62,10 @@
<!-- 列表 -->
<ContentWrap>
<el-table
v-loading=
"loading"
:data=
"list"
:stripe=
"true"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"用户
ID"
align=
"center"
prop=
"userId"
width=
"100
"
/>
<el-table-column
label=
"充值金额"
align=
"center"
prop=
"amount"
width=
"120"
>
<el-table-column
label=
"用户
名"
align=
"center"
prop=
"userMobile
"
/>
<el-table-column
label=
"充值金额"
align=
"center"
prop=
"amount"
>
<template
#
default=
"
{ row }">
¥
{{
row
.
amount
}}
<span>
¥
{{
row
.
amount
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"获得额度"
align=
"center"
prop=
"quota"
width=
"120"
>
...
...
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