trade: 优化分销用户佣金字段名称

This commit is contained in:
owen 2023-09-08 23:10:04 +08:00
parent 7263315412
commit e9d5027e72
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ export interface BrokerageUserVO {
bindUserTime: Date
brokerageEnabled: boolean
brokerageTime: Date
brokeragePrice: number
frozenBrokeragePrice: number
price: number
frozenPrice: number
}
// 查询分销用户列表

View File

@ -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">