mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
trade: 优化分销用户佣金字段名称
This commit is contained in:
@ -76,11 +76,11 @@
|
||||
/>
|
||||
<el-table-column label="已提现金额" align="center" prop="withdrawPrice" min-width="100px" />
|
||||
<el-table-column label="已提现次数" align="center" prop="withdrawCount" min-width="100px" />
|
||||
<el-table-column label="未提现金额" align="center" prop="brokeragePrice" min-width="100px" />
|
||||
<el-table-column label="未提现金额" align="center" prop="price" min-width="100px" />
|
||||
<el-table-column
|
||||
label="冻结中佣金"
|
||||
align="center"
|
||||
prop="frozenBrokeragePrice"
|
||||
prop="frozenPrice"
|
||||
min-width="100px"
|
||||
/>
|
||||
<el-table-column label="推广资格" align="center" prop="brokerageEnabled" min-width="80px">
|
||||
|
Reference in New Issue
Block a user