|
@@ -15,8 +15,8 @@
|
|
|
</header>
|
|
|
<div id="leftList">
|
|
|
<ul class="nav nav-pills diy nav-stacked">
|
|
|
- <li role="presentation" class="active"><a href="#">投诉建议</a></li>
|
|
|
- <li role="presentation"><a href="#">人员管理</a></li>
|
|
|
+ <li role="presentation" class="active"><a href="#suggestions" aria-controls="home" role="tab" data-toggle="tab">投诉建议</a></li>
|
|
|
+ <li role="presentation"><a href="#managers" aria-controls="home" role="tab" data-toggle="tab">人员管理</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<content>
|
|
@@ -28,8 +28,75 @@
|
|
|
</div>
|
|
|
<button type="button" class="glyphicon glyphicon-refresh" title="刷新" ng-click="onRefresh($event)"></button>
|
|
|
<div class="button-add">
|
|
|
- <button type="button" class="btn btn-primary">新建问题</button>
|
|
|
- <button type="button" class="btn btn-primary">添加人员</button>
|
|
|
+ <button type="button" class="btn btn-primary glyphicon glyphicon-file"><span>新建问题</span></button>
|
|
|
+ <button type="button" class="btn btn-primary glyphicon glyphicon-plus"><span>添加人员</span></button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="tab-content">
|
|
|
+ <div role="tabpanel" class="tab-pane active" id="suggestions">
|
|
|
+ <form id="form1">
|
|
|
+ <!-- Table -->
|
|
|
+ <table id="header">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th style="min-width:30px;">
|
|
|
+ <input style="margin-left:5px;margin-top:8px;" type="checkbox" ng-click="checkedTotal()" ng-model="checkedtotal">
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;">序号</th>
|
|
|
+ <th style="min-width:150px">创建时间</th>
|
|
|
+ <th style="width:450px">问题描述</th>
|
|
|
+ <th style="width:200px">提交人</th>
|
|
|
+ <th style="width:360px;padding-left:20px;">操作</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
+ <div style="border-top:solid 1px #ddd;margin:5px auto;"></div>
|
|
|
+ <table id="content">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th style="min-width:30px;"></th>
|
|
|
+ <th style="min-width:50px;"></th>
|
|
|
+ <th style="min-width:150px"></th>
|
|
|
+ <th style="width:450px"></th>
|
|
|
+ <th style="width:200px"></th>
|
|
|
+ <th style="width:360px;padding-left:20px;"></th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr class="Tr">
|
|
|
+ <td><input class="checkbox-t" type="checkbox" ng-checked="checkedtotal" ng-click="checkedTr($event)"></td>
|
|
|
+ <td style="text-align:center;padding-right:16px;"> {{ ($index + 1)+(currentPage-1)*10 }} </td>
|
|
|
+ <td>2017-08-16 11:11:11</td>
|
|
|
+ <td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
+ <td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
+ <td style="padding-left:20px;">
|
|
|
+ <div class="button-control">
|
|
|
+ <button type="button" class="btn btn-primary">查看详细</button>
|
|
|
+ <button type="button" class="btn btn-danger">删除</button>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr class="Tr">
|
|
|
+ <td><input class="checkbox-t" type="checkbox" ng-checked="checkedtotal" ng-click="checkedTr($event)"></td>
|
|
|
+ <td style="text-align:center;padding-right:16px;"> {{ ($index + 1)+(currentPage-1)*10 }} </td>
|
|
|
+ <td>2017-08-16 11:11:11</td>
|
|
|
+ <td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
+ <td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
+ <td style="padding-left:20px;">
|
|
|
+ <div class="button-control">
|
|
|
+ <button type="button" class="btn btn-primary">查看详细</button>
|
|
|
+ <button type="button" class="btn btn-danger">删除</button>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <div role="tabpanel" class="tab-pane" id="managers">
|
|
|
+ <form id="form2">
|
|
|
+
|
|
|
+ </form>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -39,6 +106,7 @@
|
|
|
<span>共{{0+totalItems}}条数据</span>
|
|
|
<ul uib-pagination boundary-links="true" total-items="totalItems" ng-model="currentPage" class="pagination-sm" max-size="maxSize" force-ellipses="true" previous-text="上页" next-text="下页" first-text="首页" last-text="尾页"></ul>
|
|
|
</div>
|
|
|
- <p>浙江万赛软件科技有限公司</p>
|
|
|
+ <div style="border-top:solid 1px #eee;margin:0px auto 15px;"></div>
|
|
|
+ <p>Copyright © 2007-2017 | 浙江万赛软件科技有限公司</p>
|
|
|
</footer>
|
|
|
</div>
|