Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
6364f9d5
Commit
6364f9d5
authored
Aug 24, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:bugfix更新字段
parent
97466415
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
h5.vue
src/pages/Withdrawal/Examine/h5.vue
+5
-0
index.vue
src/pages/Withdrawal/Examine/index.vue
+1
-1
withdrawDetail.vue
src/pages/Withdrawal/Examine/withdrawDetail.vue
+1
-0
No files found.
src/pages/Withdrawal/Examine/h5.vue
View file @
6364f9d5
...
...
@@ -9,6 +9,11 @@
prop=
"withdraw_address"
align=
"center"
></el-table-column>
<el-table-column
label=
"风控等级"
prop=
"risk_level_text"
align=
"center"
></el-table-column>
<el-table-column
label=
"申请用户"
prop=
"user_id"
...
...
src/pages/Withdrawal/Examine/index.vue
View file @
6364f9d5
...
...
@@ -167,7 +167,7 @@
<el-table-column
label=
"状态"
prop=
"status_text"
align=
"center"
>
</el-table-column>
<el-table-column
label=
"
提现
失败原因"
label=
"失败原因"
prop=
"desc"
align=
"center"
v-if=
"searchProps.status == TABS.failed"
...
...
src/pages/Withdrawal/Examine/withdrawDetail.vue
View file @
6364f9d5
...
...
@@ -3,6 +3,7 @@
<el-form>
<ul
class=
"apply-list"
>
<li><span>
登录地点:
</span><span>
{{
dialogData
.
showData
.
withdraw_address
}}
</span></li>
<li><span>
风控等级:
</span><span>
{{
dialogData
.
showData
.
risk_level_text
}}
</span></li>
<li>
提现用户:
<span>
{{
dialogData
.
showData
.
user_id
}}
</span></li>
<li>
提现金额:
<span>
{{
dialogData
.
showData
.
amount
}}
</span></li>
<li>
最近24小时收入:
<span>
{{
dialogData
.
showData
.
lately_amount
}}
</span></li>
...
...
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