提交 6588fb6c 编写于 作者: KK's avatar KK

json 调整

上级 3d61d301
...@@ -21,7 +21,6 @@ TARGET=PSSYSAPP ...@@ -21,7 +21,6 @@ TARGET=PSSYSAPP
<#else> <#else>
"value": "${codeitem.getValue()?j_string}", "value": "${codeitem.getValue()?j_string}",
</#if> </#if>
"disabled": <#if codeitem.isDisableSelect()>true<#else>false</#if>,
<#if codeitem.getPSSysImage()??> <#if codeitem.getPSSysImage()??>
<#assign sysimage = codeitem.getPSSysImage()/> <#assign sysimage = codeitem.getPSSysImage()/>
<#if sysimage.getImagePath() == ""> <#if sysimage.getImagePath() == "">
...@@ -33,6 +32,7 @@ TARGET=PSSYSAPP ...@@ -33,6 +32,7 @@ TARGET=PSSYSAPP
<#if codeitem.getColor?? && codeitem.getColor()??> <#if codeitem.getColor?? && codeitem.getColor()??>
"color": "${codeitem.getColor()?j_string}", "color": "${codeitem.getColor()?j_string}",
</#if> </#if>
"disabled": <#if codeitem.isDisableSelect()>true<#else>false</#if>
} }
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册