shenzhipeng 3 years ago
parent
commit
6fbb4bd176
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/module/view/sms_customer_list_admin/index.html

+ 2 - 0
application/module/view/sms_customer_list_admin/index.html

@@ -52,6 +52,7 @@
 					<table class="table table-mailbox" style="margin-top:15px;">
 						<tr>
 							<th style="width:80px;"><input type="checkbox"  id="check-all" />&nbsp;&nbsp;全选</th>
+							<th>ID</th>
 							<th>客户姓名</th>
 							<th>手机号码</th>
 							<th>客户所属分组</th>
@@ -63,6 +64,7 @@
 							<td>
 								<input type="checkbox"   name="id_array[]" value="<{$item.id}>" />
 							</td>
+							<td><{$item.id}></td>
 							<td><{$item.uname}></td>
 							<td><{$item.tel}></td>
 							<td><{$item.group_name}></td>