<#include "${managerViewPath}/include/macro.ftl"/> <#include "${managerViewPath}/include/meta.ftl"/> <@ms.content> <@ms.contentBody > <@ms.contentNav title="公司管理 " > <@ms.contentPanel> <@ms.panelNav> <@ms.panelNavBtnGroup> <@ms.panelNavBtnAdd title=""/> <@ms.table head=["编号,40",'公司名称',"操作"] id="tableConterent"> <#if orgList?has_content> <@ms.treeTable treeId="clumnTree" style="width:15%" tbodyId="tableConterent" json="${orgList}" jsonName="orgname" jsonId="orgid" jsonPid="parentid"/> <#else> <@ms.nodata content="暂无公司"/> <@ms.modal modalName="delete" title="删除栏目"> <@ms.modalBody> 确定要删除所选的公司吗? <@ms.modalButton> <@ms.button class="btn btn-danger rightDelete" value="确定"/>