${zhiqim_manager_breadcrumb("模板评分参数")} ${zhiqim_manager_content()} <#-- 导航栏 -->
<#-- 列表 -->
<#for item : scoreList>
序号 类型名称
${item_index+1} ${ScoreConstants.getTemplateScoreTypeDesc(item.getScoreType())}
<#for item : paramList>
  <#if Validates.isNotEmpty(scoreType)>[${ScoreConstants.getTemplateScoreTypeDesc(scoreType)}]参数列表<#else>所有参数列表
操作类型 参数名称 参数键 参数值 操作
<#if item.getParamType() == 0>加分 <#if item.getParamType() == 1>减分 ${TemplateScoreConstants.getTemplateParamDesc(item.getParamKey())} ${item.getParamKey()}
${zhiqim_manager_content_end()}