|
@@ -203,8 +203,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="tab-pane" id="account" role="tabpanel">
|
|
|
- <form class="form-inline mb-2 d-flex justify-content-end">
|
|
|
+ <div class="form-inline mb-2 d-flex justify-content-end">
|
|
|
<div class="input-group">
|
|
|
+ <select class="form-control form-control-sm"><option>所有组</option><option>建设单位</option><option>监理单位</option><option>施工单位</option><option>设计单位</option></select>
|
|
|
+ </div>
|
|
|
+ <div class="input-group ml-2">
|
|
|
<input class="form-control form-control-sm" placeholder="姓名" type="text">
|
|
|
<span class="input-group-btn">
|
|
|
<button class="btn btn-secondary btn-sm" type="button"><i class="fa fa-search" aria-hidden="true"></i></button>
|
|
@@ -213,10 +216,11 @@
|
|
|
<div class="ml-2">
|
|
|
<a class="btn btn-primary btn-sm" href="poj-list-add-user.html">添加账号</a>
|
|
|
</div>
|
|
|
- </form>
|
|
|
+ </div>
|
|
|
<table class="table table-striped table-bordered table-sm">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
+ <th>账号组</th>
|
|
|
<th>账号</th>
|
|
|
<th>姓名</th>
|
|
|
<th>单位</th>
|
|
@@ -229,6 +233,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
+ <td>建设单位</td>
|
|
|
<td>chente <span data-toggle="tooltip" data-placement="bottom" title="管理员"><i class="fa fa-user-circle-o"></span></td>
|
|
|
<td>陈特</td>
|
|
|
<td>珠海纵横创新软件有限公司</td>
|
|
@@ -240,6 +245,7 @@
|
|
|
<td><a href="poj-list-add-user.html" class="btn btn-outline-primary btn-sm">编辑</a></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td>监理单位</td>
|
|
|
<td>buer</td>
|
|
|
<td>布尔</td>
|
|
|
<td>珠海纵横创新软件有限公司</td>
|
|
@@ -251,6 +257,7 @@
|
|
|
<td><a href="poj-list-add-user.html" class="btn btn-outline-primary btn-sm">编辑</a></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td>设计单位</td>
|
|
|
<td>buer2</td>
|
|
|
<td>开发员</td>
|
|
|
<td>珠海纵横创新软件有限公司</td>
|