Commit 642c4459 authored by 华国豪's avatar 华国豪 🙄

1

parent b5b67cd8
...@@ -154,6 +154,8 @@ ...@@ -154,6 +154,8 @@
> >
<tr> <tr>
<th>名称</th> <th>名称</th>
<th>联系人</th>
<th>联系方式</th>
<th>交易金额</th> <th>交易金额</th>
<th>交易人头</th> <th>交易人头</th>
<th v-if="!hideBtn">预计返现</th> <th v-if="!hideBtn">预计返现</th>
...@@ -162,6 +164,8 @@ ...@@ -162,6 +164,8 @@
</tr> </tr>
<tr v-for="(item, index) in dataList.CustomerList"> <tr v-for="(item, index) in dataList.CustomerList">
<td>{{item.CustomerName}}</td> <td>{{item.CustomerName}}</td>
<td>{{item.Contact}}</td>
<td>{{item.ContactNumber}}</td>
<td>¥{{moneyFormat(item.TradeMoney)}}</td> <td>¥{{moneyFormat(item.TradeMoney)}}</td>
<td>{{item.TotalGuestNum}}</td> <td>{{item.TotalGuestNum}}</td>
<td v-if="!hideBtn">¥{{moneyFormat(item.PredictPrice)}}</td> <td v-if="!hideBtn">¥{{moneyFormat(item.PredictPrice)}}</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