<#if parentId?has_content> <@_sysDept id=parentId!> <#assign parent=object/> <@_sysDeptList parentId=parentId userId=userId name=name pageIndex=pageNum count=numPerPage>
<#list page.list as a> <@t.merge 'userIds' a.userId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <#list page.list as a>
ID 名称 父部门 描述 负责人 拥有全部分类 拥有全部页面 操作
${a.id!} ${(a.name)!} ${a.parentId!} ${a.description!} ${(userMap[a.userId?string].nickName)!} ${a.ownsAllCategory?then('是','')} ${a.ownsAllPage?then('是','')} 子部门管理
<#include "../include_page/page.html"/>