提交 3b1718fe 编写于 作者: KK's avatar KK

门户语言logic

上级 9c29d921
<#if obj.getCapPSLanguageRes?? && obj.getCapPSLanguageRes()?? && obj.getCapPSLanguageRes().getContent(langrestype, false)?? && obj.getCapPSLanguageRes().getContent(langrestype, false) != ''>commonLogic.appcommonhandle("${obj.getCapPSLanguageRes().getContent(langrestype, false)}",null)<#elseif obj.getCaption()??>commonLogic.appcommonhandle("${obj.getCaption()}",null)</#if>
\ No newline at end of file
<#if obj.getCapPSLanguageRes?? && obj.getCapPSLanguageRes()?? && obj.getCapPSLanguageRes().getContent(langrestype, false)?? && obj.getCapPSLanguageRes().getContent(langrestype, false) != ''>commonLogic.appcommonhandle("${obj.getCapPSLanguageRes().getContent(langrestype, false)}",null)<#elseif obj.getCaption?? && obj.getCaption()??>commonLogic.appcommonhandle("${obj.getCaption()}",null)<#elseif obj.getName?? && obj.getName()??>commonLogic.appcommonhandle("${obj.getName()}",null)</#if>
\ No newline at end of file
......@@ -55,8 +55,8 @@ export default {
</#if>
},
portlets:{
<#list app.getAppPSAppPortlets() as portlet>
${portlet.getCodeName()?lower_case}: {
<#list app.getAppPSAppPortlets() as obj>
${obj.getCodeName()?lower_case}: {
caption: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
}
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册