提交 581a6f03 编写于 作者: tony001's avatar tony001

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

上级 c5fa0db0
...@@ -5,9 +5,10 @@ ${item.render.code} ...@@ -5,9 +5,10 @@ ${item.render.code}
<#if item.getIndicatorPSCodeList?? && item.getIndicatorPSCodeList()??> <#if item.getIndicatorPSCodeList?? && item.getIndicatorPSCodeList()??>
<#assign indicatorCodeList = item.getIndicatorPSCodeList() /> <#assign indicatorCodeList = item.getIndicatorPSCodeList() />
indicator:[ indicator:[
<#list indicatorCodeList.getAllPSCodeItems as codeItem> ${indicatorCodeList}
<#-- <#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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册