提交 3a0b8b0e 编写于 作者: tony001's avatar tony001

添加雷达图指示器 ---fix3

上级 581a6f03
...@@ -5,10 +5,9 @@ ${item.render.code} ...@@ -5,10 +5,9 @@ ${item.render.code}
<#if item.getIndicatorPSCodeList?? && item.getIndicatorPSCodeList()??> <#if item.getIndicatorPSCodeList?? && item.getIndicatorPSCodeList()??>
<#assign indicatorCodeList = item.getIndicatorPSCodeList() /> <#assign indicatorCodeList = item.getIndicatorPSCodeList() />
indicator:[ indicator:[
${indicatorCodeList} <#list indicatorCodeList.getAllPSCodeItems() as codeItem>
<#-- <#list indicatorCodeList.getAllPSCodeItems as codeItem>
{name:'${codeItem.getText()}',max:codeItem.getUserParam('MAXVALUE',100)}<#if codeItem_has_next>,</#if> {name:'${codeItem.getText()}',max:codeItem.getUserParam('MAXVALUE',100)}<#if codeItem_has_next>,</#if>
</#list> --> </#list>
] ]
</#if> </#if>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册