|
|
@ -49,7 +49,9 @@ |
|
|
|
<el-table-column prop="user.nickname" label="用户信息" min-width="150" /> |
|
|
|
<el-table-column prop="user.nickname" label="用户信息" min-width="150" /> |
|
|
|
<el-table-column prop="uid" label="用户UID" min-width="150" /> |
|
|
|
<el-table-column prop="uid" label="用户UID" min-width="150" /> |
|
|
|
<el-table-column prop="real_name" label="户名" min-width="150" /> |
|
|
|
<el-table-column prop="real_name" label="户名" min-width="150" /> |
|
|
|
<el-table-column prop="extract_price" label="提现金额" min-width="120" /> |
|
|
|
<el-table-column prop="extract_price" label="提现增值积分" min-width="120" /> |
|
|
|
|
|
|
|
<el-table-column prop="pre_price" label="申请提现金额" min-width="120" /> |
|
|
|
|
|
|
|
<el-table-column prop="real_price" label="实际到账金额" min-width="120" /> |
|
|
|
<el-table-column label="提现方式" min-width="100"> |
|
|
|
<el-table-column label="提现方式" min-width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.extract_type | extractTypeFilter }}</span> |
|
|
|
<span>{{ scope.row.extract_type | extractTypeFilter }}</span> |
|
|
|