| | |
| | | <#button name="导出" icon="" clickFun="TAgent.export()"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/add")){ |
| | | <#button name="添加" icon="fa-plus" clickFun="TAgent.openAddTAgent()"/> |
| | | <#button name="添加" icon="fa-plus" clickFun="TAgent.openAddTAgent()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/update")){ |
| | | <#button name="编辑" icon="fa-edit" clickFun="TAgent.openUpdateTAgent()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/stop")){ |
| | | <#button name="冻结" icon="fa-edit" clickFun="TAgent.stop()" space="true"/> |
| | | @} |
| | | @if(shiro.hasPermission("/tAgent/start")){ |
| | | <#button name="启动" icon="fa-edit" clickFun="TAgent.start()" space="true"/> |
| | | @} |
| | | </div> |
| | | <#table id="TAgentTable"/> |