提交 6f4cc866 编写于 作者: tony001's avatar tony001

输出静态代码表样式

上级 bd58febe
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<#if app.getAllPSAppCodeLists?? && app.getAllPSAppCodeLists()??>
<#assign allAppCodeLists = app.getAllPSAppCodeLists() />
<#list allAppCodeLists as singleCodeList>
<#-- 静态代码表start -->
<#if singleCodeList.getCodeListType() == "STATIC">
<#if singleCodeList.getAllPSCodeItems()??>
<#list singleCodeList.getAllPSCodeItems() as codeItem>
<#if codeItem.getPSSysCss()??>
.${codeItem.getPSSysCss().getCssName()}{
${codeItem.getPSSysCss().getRawCssStyle()}
}
</#if>
</#list>
</#if>
</#if>
<#-- 静态代码表end -->
</#list>
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册