@_homeDirectoryList userId=userId disabled=disabled orderType=orderType pageIndex=pageNum count=numPerPage>
| ID | 用户 | 标题 | 封面 | 文件数 | 保密 | 创建日期 | 已禁用 | 操作 |
|---|---|---|---|---|---|---|---|---|
| ${a.id!} | ${(userMap[a.userId?string].nickName)!} | ${a.title!} | ${a.cover!} | ${a.files!} | ${a.secret?then('保密','公开')}} | ${a.createDate!} | ${a.disabled?then('禁用','正常')?no_esc} | <#if authorizedMap['homeFile/list']> 文件列表 #if> <#if authorizedMap['homeArticle/list']> 文章列表 #if> |