Commit 0df33674 authored by pengyunqian's avatar pengyunqian

update: 钱包提现审核

parent 475b0aaf
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<el-form inline class="search_condition" > <el-form inline class="search_condition" >
<!-- 用户id --> <!-- 用户id -->
<el-form-item label="用户id"> <el-form-item label="用户id">
<el-input value="value"></el-input> <el-input v-model="userid"></el-input>
</el-form-item> </el-form-item>
<el-button type="primary" style="margin-left:30px;margin-bottom:22px">查询</el-button> <el-button type="primary" style="margin-left:30px;margin-bottom:22px">查询</el-button>
<!-- <el-form-item label="审核状态"> <!-- <el-form-item label="审核状态">
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
align="center" align="center"
></el-table-column> ></el-table-column>
<el-table-column <el-table-column
label="最近4小时收入" label="最近24小时收入"
prop="" prop=""
align="center" align="center"
></el-table-column> ></el-table-column>
...@@ -118,10 +118,7 @@ ...@@ -118,10 +118,7 @@
<!-- 操作快捷键 --> <!-- 操作快捷键 -->
<el-table-column label="操作" align="center" fixed="right" width="200"> <el-table-column label="操作" align="center" fixed="right" width="200">
<template #default="scope"> <template #default="scope">
<el-button <el-button type="text">查看</el-button>
type="text"
>查看</el-button
>
<el-button <el-button
v-if=" v-if="
scope.row.audit_status === 0 && scope.row.audit_status !== 2 scope.row.audit_status === 0 && scope.row.audit_status !== 2
...@@ -129,8 +126,9 @@ ...@@ -129,8 +126,9 @@
type="text" type="text"
@change="outerVisible = true" @change="outerVisible = true"
@click="goDetail(`AUDIT`, scope.row.goods_spu_id)" @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> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -181,10 +179,10 @@ ...@@ -181,10 +179,10 @@
<el-col :span="8"><div class="grid-content bg-purple"></div></el-col> <el-col :span="8"><div class="grid-content bg-purple"></div></el-col>
</el-row> --> </el-row> -->
<ul class="listShow"> <ul class="listShow">
<li>提现金额:</li> <li> <span>提现金额:</span><span></span></li>
<li>最近24小时收入:</li> <li> <span>最近24小时收入:</span><span></span></li>
<li>近两天分享增长:</li> <li> <span>近两天分享增长:</span><span></span></li>
<li>历史分享增长:</li> <li> <span>历史分享增长:</span><span></span></li>
</ul> </ul>
<el-form-item class="text-area" label="奖励明细:"> <el-form-item class="text-area" label="奖励明细:">
<el-table :data="data" border align="center" style="width: 100%" size="small"> <el-table :data="data" border align="center" style="width: 100%" size="small">
...@@ -231,6 +229,23 @@ export default { ...@@ -231,6 +229,23 @@ export default {
components:{auditTab}, components:{auditTab},
data() { data() {
return { return {
userid:'',//用户id
goodsList: [
//提现用户
//所在圈
//提现金额
//最近24小时收入
//近两天分享增长
//近两天分享下载量
//历史分享增长
//历史分享下载量
//历史分享留存
//申请时间
//状态
//审核时间
//审核人
],
activeName: "first", //tab activeName: "first", //tab
award: "", //奖励明细 award: "", //奖励明细
outerVisible: false, //外层弹框 outerVisible: false, //外层弹框
......
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 to comment