| xqd
@@ -110,6 +110,7 @@
|
|
|
<th>房型</th>
|
|
|
<th>联系方式</th>
|
|
|
<th>用途</th>
|
|
|
+ <th>操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
| xqd
@@ -123,6 +124,11 @@
|
|
|
<td>{{ $list->type }}</td>
|
|
|
<td>{{ $list->tel }}</td>
|
|
|
<td>{{ $list->used }}</td>
|
|
|
+ <td><a href="#" class="btn btn-white btn-sm">
|
|
|
+ <i class="fa fa-pencil"></i> 查看</a>
|
|
|
+ <a href="#" class="btn btn-danger btn-sm article-delete">
|
|
|
+ <i class="fa fa-trash-o"></i> 删除</a>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|