Commit 44a27238 authored by liudong1993's avatar liudong1993

1

parent 66fe5c9c
...@@ -85,6 +85,11 @@ ...@@ -85,6 +85,11 @@
{{scope.row.GuideCommission}} {{scope.row.GuideCommission}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="HistoryMoney" label="历史未付" width="100">
<template slot-scope="scope">
{{scope.row.HistoryMoney}}
</template>
</el-table-column>
<el-table-column prop="OtherMoney" label="其它"> <el-table-column prop="OtherMoney" label="其它">
<template slot-scope="scope"> <template slot-scope="scope">
......
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