#if parentId?has_content> <@_sysDept id=parentId!> <#assign parent=object/> @_sysDept> #if> <@_sysDeptList parentId=parentId userId=userId name=name pageIndex=pageNum count=numPerPage>
| <@t.page 'id'/> | <@t.page 'name'/> | <@t.page 'dept.parent'/> | <@t.page 'description'/> | <@t.page 'dept.master'/> | <@t.page 'dept.own_all_category'/> | <@t.page 'content.max_top_level'/> | <@t.page 'dept.own_all_page'/> | <@t.page 'operate'/> |
|---|---|---|---|---|---|---|---|---|
| ${a.id!} | ${(a.name)!} | ${a.parentId!} | ${a.description!} | ${(userMap[a.userId?string].nickName)!} | ${a.ownsAllCategory?then(t.pageMessage('yes'),'')} | ${a.maxSort} | ${a.ownsAllPage?then(t.pageMessage('yes'),'')} | <@t.page 'dept.child_management'/>| <#if a.userId?has_content&&a.userId=admin.id> <@t.page 'dept.user_list'/> #if> |