76 lines
2.9 KiB
Plaintext
76 lines
2.9 KiB
Plaintext
<div class="row mb-5">
|
|
<div class="panel-toolbar ml-2">
|
|
<div class="d-flex position-relative ml-auto" style="max-width: 8rem;">
|
|
<div class="form-group">
|
|
<select class="form-control" id="example-select">
|
|
<option>客戶公司</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="panel-toolbar ml-2">
|
|
<div class="d-flex position-relative ml-auto" style="max-width: 8rem;">
|
|
<div class="form-group">
|
|
<select class="form-control" id="example-select">
|
|
<option>角色名稱</option>
|
|
<option>2</option>
|
|
<option>3</option>
|
|
<option>4</option>
|
|
<option>5</option>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<button type="button" class="btn btn-primary btn-sm waves-effect waves-themed ml-2">搜尋</button>
|
|
</div>
|
|
<div class="row mb-3">
|
|
<div class="col-12">
|
|
<a href="javascript:;" class="btn btn-success waves-effect waves-themed mb-3" data-toggle="modal" data-target="#companyrule"><span class="fal fa-plus mr-1"></span> 加入可用功能</a>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<!-- datatable start -->
|
|
<table class="table table-bordered table-hover m-0 text-center">
|
|
<thead class="thead-themed">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>公司</th>
|
|
<th>角色</th>
|
|
<th>功能名稱</th>
|
|
<th>建立時間</th>
|
|
<th>建立人/th>
|
|
<th>功能</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">1</th>
|
|
<td>華碩</td>
|
|
<td>機房運維</td>
|
|
<td>帳號管理</td>
|
|
<td>2021-06-01 09:36</td>
|
|
<td>王小明</td>
|
|
<td>
|
|
<button type="button" class="btn btn-danger btn-pills waves-effect waves-themed">刪除</button>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">2</th>
|
|
<td>華碩</td>
|
|
<td>機房運維</td>
|
|
<td>報表查詢 - 逆變器歷史資料</td>
|
|
<td>2021-06-01 09:36</td>
|
|
<td>王小明</td>
|
|
<td>
|
|
<button type="button" class="btn btn-danger btn-pills waves-effect waves-themed">刪除</button>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div> |