|
@@ -93,7 +93,7 @@
|
|
|
<table class="table">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th width="15%">注册手机/邮箱</th>
|
|
|
+ <th width="15%">注册手机/QQ</th>
|
|
|
<th width="10%">姓名</th>
|
|
|
<th width="20%">企业名称</th>
|
|
|
<th width="10%">企业地区</th>
|
|
@@ -111,7 +111,7 @@
|
|
|
<tbody>
|
|
|
<% userList.forEach(function (user){ %>
|
|
|
<tr>
|
|
|
- <td><%= user.mobile %><br><%= user.email %></td>
|
|
|
+ <td><%= user.mobile %><br><%= user.qq %></td>
|
|
|
<td><%= user.real_name %></td>
|
|
|
<td><%= user.company %></td>
|
|
|
<td><%= model.province[user.province] %></td>
|