Commit b81efbb4 authored by hujun's avatar hujun

去除一列全选显示

parent 0882b6ef
...@@ -44,8 +44,7 @@ ...@@ -44,8 +44,7 @@
</form> </form>
</td> </td>
</tr> </tr>
<tr> <tr>
<th>全选</th>
<th>注册时间</th> <th>注册时间</th>
<th>用户ID</th> <th>用户ID</th>
<th>姓名</th> <th>姓名</th>
......
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
[% if(it) { %] [% if(it) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr> <tr>
<td>
<input type="checkbox" name="ids" value="[%= it[item]['id'] %]" >
</td>
<td>[%= it[item]["create_time"] %]</td> <td>[%= it[item]["create_time"] %]</td>
<td>[%= it[item]["id"] %]</td> <td>[%= it[item]["id"] %]</td>
<td>[%= it[item]["name"] %]</td> <td>[%= it[item]["name"] %]</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