Commit e9d5027e by owen

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

parent 72633154
......@@ -6,8 +6,8 @@ export interface BrokerageUserVO {
bindUserTime: Date
brokerageEnabled: boolean
brokerageTime: Date
brokeragePrice: number
frozenBrokeragePrice: number
price: number
frozenPrice: number
}
// 查询分销用户列表
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment