Commit dbd21930 by 吕明尚

钱包页面增加权益金和累计权益金

parent daa86722
......@@ -109,6 +109,8 @@
<el-table-column align="center" label="余额" prop="balance"/>
<el-table-column align="center" label="时长" prop="remainingDuration"/>
<el-table-column align="center" label="积分" prop="remainingIntegral"/>
<el-table-column align="center" label="权益金" prop="equityFund"/>
<el-table-column align="center" label="累计权益金" prop="accumulateEquityFund"/>
<!-- <el-table-column align="center" label="是否删除" prop="isDelete"/>-->
<el-table-column align="center" label="备注" prop="remark"/>
<!-- <el-table-column align="center" class-name="small-padding fixed-width" label="操作">-->
......
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 to comment