shenzhipeng 3 年之前
父節點
當前提交
6fbb4bd176
共有 1 個文件被更改,包括 2 次插入0 次删除
  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>