正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
| 34 | <table class="table table-border table-bordered table-hover table-bg table-sort"> | 34 | <table class="table table-border table-bordered table-hover table-bg table-sort"> |
| 35 | <thead> | 35 | <thead> |
| 36 | <tr class="text-c"> | 36 | <tr class="text-c"> |
| 37 | -{{-- <th width="25">全选<input type="checkbox" name="checkbox" value=""></th>--}} | 37 | + {{--<th width="25">全选<input type="checkbox" name="checkbox" value=""></th>--}} |
| 38 | <th width="30">ID</th> | 38 | <th width="30">ID</th> |
| 39 | <th width="120">账号</th> | 39 | <th width="120">账号</th> |
| 40 | <th width="150">帖子标题</th> | 40 | <th width="150">帖子标题</th> |
| @@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
| 49 | <?php $n = 1; ?> | 49 | <?php $n = 1; ?> |
| 50 | @foreach($data as $k => $v) | 50 | @foreach($data as $k => $v) |
| 51 | <tr class="text-c"> | 51 | <tr class="text-c"> |
| 52 | -{{-- <td><input type="checkbox" value="1" name=""></td>--}} | 52 | + {{--<td><input type="checkbox" value="1" name=""></td>--}} |
| 53 | <td><?php echo $n; ?></td> | 53 | <td><?php echo $n; ?></td> |
| 54 | <td>{{ $v->email }}</td> | 54 | <td>{{ $v->email }}</td> |
| 55 | <td>{{ $v->title }}</td> | 55 | <td>{{ $v->title }}</td> |
-
请 注册 或 登录 后发表评论