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
0df33674
Commit
0df33674
authored
Jul 15, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 钱包提现审核
parent
475b0aaf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
12 deletions
+27
-12
index.vue
src/pages/Withdrawal/Audit/index.vue
+27
-12
No files found.
src/pages/Withdrawal/Audit/index.vue
View file @
0df33674
...
...
@@ -22,7 +22,7 @@
<el-form
inline
class=
"search_condition"
>
<!-- 用户id -->
<el-form-item
label=
"用户id"
>
<el-input
v
alue=
"value
"
></el-input>
<el-input
v
-model=
"userid
"
></el-input>
</el-form-item>
<el-button
type=
"primary"
style=
"margin-left:30px;margin-bottom:22px"
>
查询
</el-button>
<!--
<el-form-item
label=
"审核状态"
>
...
...
@@ -68,7 +68,7 @@
align=
"center"
></el-table-column>
<el-table-column
label=
"最近4小时收入"
label=
"最近
2
4小时收入"
prop=
""
align=
"center"
></el-table-column>
...
...
@@ -118,10 +118,7 @@
<!-- 操作快捷键 -->
<el-table-column
label=
"操作"
align=
"center"
fixed=
"right"
width=
"200"
>
<
template
#
default=
"scope"
>
<el-button
type=
"text"
>
查看
</el-button
>
<el-button
type=
"text"
>
查看
</el-button>
<el-button
v-if=
"
scope.row.audit_status === 0 && scope.row.audit_status !== 2
...
...
@@ -129,8 +126,9 @@
type=
"text"
@
change=
"outerVisible = true"
@
click=
"goDetail(`AUDIT`, scope.row.goods_spu_id)"
>
审核
</el-button
>
>
审核
</el-button>
<el-button
type=
"text"
>
解冻
</el-button>
<el-button
type=
"text"
>
重新发起
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -181,10 +179,10 @@
<el-col :span="8"><div class="grid-content bg-purple"></div></el-col>
</el-row> -->
<ul
class=
"listShow"
>
<li>
提现金额:
</li>
<li>
最近24小时收入:
</li>
<li>
近两天分享增长:
</li>
<li>
历史分享增长:
</li>
<li>
<span>
提现金额:
</span><span></span>
</li>
<li>
<span>
最近24小时收入:
</span><span></span>
</li>
<li>
<span>
近两天分享增长:
</span><span></span>
</li>
<li>
<span>
历史分享增长:
</span><span></span>
</li>
</ul>
<el-form-item
class=
"text-area"
label=
"奖励明细:"
>
<el-table
:data=
"data"
border
align=
"center"
style=
"width: 100%"
size=
"small"
>
...
...
@@ -231,6 +229,23 @@ export default {
components
:{
auditTab
},
data
()
{
return
{
userid
:
''
,
//用户id
goodsList
:
[
//提现用户
//所在圈
//提现金额
//最近24小时收入
//近两天分享增长
//近两天分享下载量
//历史分享增长
//历史分享下载量
//历史分享留存
//申请时间
//状态
//审核时间
//审核人
],
activeName
:
"first"
,
//tab
award
:
""
,
//奖励明细
outerVisible
:
false
,
//外层弹框
...
...
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