<@_tagList advanced=true name=name typeId=typeId orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a> <@t.merge 'typeIds' a.typeId!/> <@_tagType ids=t.typeIds!><#assign typeMap=map!/> <#list page.list as a>
ID 名称 标签分类 热度 操作
${a.id} ${(a.name)!} ${(typeMap[a.typeId?string].name)!} ${a.searchCount!} 修改 删除
<#include "../include_page/page.html"/>