提交 d4fbf04e 编写于 作者: Neuromancer255's avatar Neuromancer255

快速分组代码表补充data属性和子项 --fix1

上级 586e1d31
...@@ -20,7 +20,7 @@ TARGET=PSSYSAPP ...@@ -20,7 +20,7 @@ TARGET=PSSYSAPP
"subItem": [ "subItem": [
<#list codeitem.getPSCodeItems() as subItem> <#list codeitem.getPSCodeItems() as subItem>
<#if subItem_index gt 0>,</#if> { <#if subItem_index gt 0>,</#if> {
"id": "${subItem.getValue()?j_string}" "id": "${subItem.getValue()?lower_case?j_string}"
} }
</#list> </#list>
] ]
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册