| | |
| | | <div class="row row-lg"> |
| | | <div class="col-sm-12"> |
| | | <div class="row"> |
| | | <input hidden id="userType" value="${userType}"> |
| | | <div class="col-sm-2"> |
| | | <#NameCon id="principal" name="姓名" /> |
| | | </div> |
| | |
| | | <div class="col-sm-3"> |
| | | <#TimeCon id="createTime" name="时间" /> |
| | | </div> |
| | | <!--<div class="col-sm-1"> |
| | | <select class="input-group" id="status" style="width: 80px;height: 33px" name="status"> |
| | | <option value="">状态</option> |
| | | <option value="1">正常</option> |
| | | <option value="2">冻结</option> |
| | | <option value="3">已删除</option> |
| | | </select> |
| | | </div>--> |
| | | <div class="col-sm-2"> |
| | | <#SelectCon id="status" name="状态" > |
| | | <option value="">状态</option> |
| | | <option value="1">正常</option> |
| | | <option value="2">冻结</option> |
| | | </#SelectCon> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | <#button name="搜索" icon="fa-search" clickFun="TAgent.search()"/> |
| | | <#button name="查询" icon="fa-search" clickFun="TAgent.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TAgent.resetSearch()" space="true"/> |
| | | </div> |
| | | <div class="col-sm-3"> |
| | | @if(shiro.hasPermission("/tAgent/export")){ |
| | | <#button name="导出" icon="" clickFun="TAgent.export()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TAgent.openAddTAgent()"/> |
| | | @} |
| | | </div> |
| | | </div> |
| | | <!--<div class="hidden-xs" id="TAgentTableToolbar" role="group"> |
| | | <div class="hidden-xs" id="TAgentTableToolbar" role="group"> |
| | | @if(shiro.hasPermission("/tAgent/export")){ |
| | | <#button name="导出" icon="" clickFun="TAgent.export()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TAgent.openAddTAgent()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/update")){ |
| | | <#button name="修改" icon="fa-edit" clickFun="TAgent.openTAgentDetail()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/delete")){ |
| | | <#button name="删除" icon="fa-remove" clickFun="TAgent.delete()" space="true"/> |
| | | @} |
| | | </div>--> |
| | | </div> |
| | | <#table id="TAgentTable"/> |
| | | </div> |
| | | </div> |