liujie
2023-08-16 5cb1979f05446792cc33a8cb6b7aaae906da5a70
management/guns-admin/src/main/webapp/WEB-INF/view/system/tAgent/tAgent.html
@@ -36,7 +36,16 @@
                            <#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"/>