Commit 19e1b7b9 authored by 沈良进's avatar 沈良进

save

parent 8281af14
...@@ -495,6 +495,7 @@ ...@@ -495,6 +495,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>
...@@ -506,6 +507,7 @@ ...@@ -506,6 +507,7 @@
</td> </td>
<td>{{ item.contactNumber }}</td> <td>{{ item.contactNumber }}</td>
<td>{{ item.customerName }}</td> <td>{{ item.customerName }}</td>
<td>{{ item.customerStatusStr }}</td>
<td><span @click="goUrlCC(item.customerId,3)" <td><span @click="goUrlCC(item.customerId,3)"
style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td> style="cursor: pointer;text-decoration: underline;">{{item.tradeTotal}}</span></td>
<td><span @click="goUrlCCC(item.customerId,2)" <td><span @click="goUrlCCC(item.customerId,2)"
......
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