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