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

(cherry picked from commit e9d5027e72)
pull/253/head
owen 2023-09-08 23:10:04 +08:00 committed by shizhong
parent 91ab91fdbb
commit f0d95e4a93
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">