<#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",'标题',"属性,50",'链接地址','列表地址','内容地址','封面地址',"操作"] id="tableConterent"> <#if listColumn?has_content && listColumn!="[]"> <@ms.treeTable treeId="clumnTree" style="width:15%" tbodyId="tableConterent" json="${listColumn?default('')}" jsonName="categoryTitle" jsonId="categoryId" jsonPid="categoryCategoryId"/> <#else> <@ms.nodata content="暂无栏目"/> <@ms.modal modalName="delete" title="删除栏目"> <@ms.modalBody> 确定要删除所选的栏目吗? <@ms.modalButton> <@ms.button class="btn btn-danger rightDelete" value="确定"/>