Commit 650f9980 authored by Mac's avatar Mac

1

parent 2577db00
...@@ -105,6 +105,7 @@ ...@@ -105,6 +105,7 @@
<th>销售</th> <th>销售</th>
<th>团信息</th> <th>团信息</th>
<th>订单号</th> <th>订单号</th>
<th>利润</th>
<th>人数</th> <th>人数</th>
<th>提成</th> <th>提成</th>
<th>额外奖励</th> <th>额外奖励</th>
...@@ -128,6 +129,7 @@ ...@@ -128,6 +129,7 @@
</td> </td>
<td>{{item.OrderId}}</td> <td>{{item.OrderId}}</td>
<td>{{item.TCProfit}}</td>
<td>{{item.PeopleCount}}</td> <td>{{item.PeopleCount}}</td>
<td>{{item.CommissionMoney}}</td> <td>{{item.CommissionMoney}}</td>
<td>{{item.OtherMoney}}</td> <td>{{item.OtherMoney}}</td>
......
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