添加:提现记录添加手续费显示
This commit is contained in:
parent
904e568d70
commit
1974d62d2d
|
|
@ -49,7 +49,9 @@
|
|||
<el-table-column prop="user.nickname" label="用户信息" 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="extract_price" label="提现金额" min-width="120" />
|
||||
<el-table-column prop="total_extract_money" label="提现金额" min-width="120" />
|
||||
<el-table-column prop="extract_price" label="实际到账" min-width="120" />
|
||||
<el-table-column prop="withdrawal_fees" label="手续费" min-width="120" />
|
||||
<el-table-column label="提现方式" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.extract_type | extractTypeFilter }}</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue