| | |
| | | <#button name="查询" icon="fa-search" clickFun="TDriver.search()"/> |
| | | <#button name="重置" icon="fa-trash" clickFun="TDriver.resetSearch()" space="true"/> |
| | | </div> |
| | | <div class="col-sm-12"> |
| | | @if(shiro.hasPermission("/tDriver/auditPage")){ |
| | | <#button name="立即审核" icon="fa-edit" clickFun="TDriver.auditPage()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/export")){ |
| | | <#button name="导出" icon="" clickFun="TDriver.export()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/tDriver_exception")){ |
| | | <#button name="异常" icon="" clickFun="TDriverException.tDriverException()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/rechargeBalancePage")){ |
| | | <#button name="充值" icon="fa-edit" clickFun="TDriver.rechargeBalancePage()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TDriver.openAddTDriver()"/> |
| | | @} |
| | | </div> |
| | | </div> |
| | | <!--<div class="hidden-xs" id="TDriverTableToolbar" role="group"> |
| | | <div class="hidden-xs" id="TDriverTableToolbar" role="group"> |
| | | @if(shiro.hasPermission("/tDriver/auditPage")){ |
| | | <#button name="立即审核" icon="fa-edit" clickFun="TDriver.auditPage()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/export")){ |
| | | <#button name="导出" icon="" clickFun="TDriver.export()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/tDriver_exception")){ |
| | | <#button name="异常" icon="" clickFun="TDriverException.tDriverException()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/rechargeBalancePage")){ |
| | | <#button name="充值" icon="fa-edit" clickFun="TDriver.rechargeBalancePage()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TDriver.openAddTDriver()"/> |
| | | <#button name="添加" icon="fa-plus" clickFun="TDriver.openAddTDriver()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/update")){ |
| | | <#button name="修改" icon="fa-edit" clickFun="TDriver.openTDriverDetail()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tDriver/delete")){ |
| | | <#button name="删除" icon="fa-remove" clickFun="TDriver.delete()" space="true"/> |
| | | @} |
| | | </div>--> |
| | | </div> |
| | | <#table id="TDriverTable"/> |
| | | </div> |
| | | </div> |