<#include "*/basic/default.html"/> <#macro title> 字典类型管理 <#macro head> <#macro recursionTree parent>
  • <@shiro.hasPermission name="dictionary-category:read">
    ${parent.code} ${parent.remark!''}
    <#if parent.leaf>
  • <#macro body>
    <#if success?has_content>
    ${success}

    字典类型管理

    <#if dictionaryCategoryList??>
      <#list dictionaryCategoryList as dc> <@recursionTree dc />