@_dictionaryList multiple=multiple
pageIndex=pageNum count=numPerPage>
<@_sysAuthorized roleIds=admin.roles urls='cmsDictionary/add,cmsDictionary/delete'><#assign authorizedMap=map/>@_sysAuthorized>
| 名称 |
允许多选 |
操作 |
<#list page.list as a>
| ${a.name!} |
${a.multiple?then('多选','单选')} |
<#if authorizedMap['cmsDictionary/delete']>
删除
#if>
|
#list>
<#include "../include_page/page.html"/>
@_dictionaryList>