系统数据字典列表<#if sysDicList??>(${sysDicList.totalElements!''})

<#if sysDicList?? && sysDicList.content??> <#list sysDicList.content as dic>
名称 代码 系统字典 说明 创建时间 操作
<#if dic.haschild?? && dic.haschild> ${dic.name!''} <#else> ${dic.name!''} ${dic.code!''} <#if dic.ctype?? && dic.ctype == "data">数据字典<#elseif dic.ctype?? && dic.ctype == "auth">权限字典<#elseif dic.ctype?? && dic.ctype == "resu">系统资源 ${dic.description!''} <#if dic.createtime??>${dic.createtime?string("yyyy-MM-dd HH:mm:ss")} 编辑 删除