提交 4a4278c9 编写于 作者: KK's avatar KK

统一仪表盘获取门户标题语言资源-FIX

上级 9ccc6135
<#ibiztemplate> <#ibiztemplate>
TARGET=PSSYSAPP TARGET=PSSYSAPP
</#ibiztemplate> </#ibiztemplate>
[<#if app.getAllPSAppPortlets?? && app.getAllPSAppPortlets()??> [<#if app.getAppPSAppPortlets?? && app.getAppPSAppPortlets()??>
<#list app.getAllPSAppPortlets() as appPortlet> <#list app.getAppPSAppPortlets() as appPortlet>
<#if appPortlet.isEnableAppDashboard?? && appPortlet.isEnableAppDashboard()?? && appPortlet.isEnableAppDashboard() == true> <#if appPortlet.isEnableAppDashboard?? && appPortlet.isEnableAppDashboard()?? && appPortlet.isEnableAppDashboard() == true>
<#if appPortlet.getPSAppDataEntity?? && appPortlet.getPSAppDataEntity()??> <#if appPortlet.getPSAppDataEntity?? && appPortlet.getPSAppDataEntity()??>
<#assign appDataEntity = appPortlet.getPSAppDataEntity() /> <#assign appDataEntity = appPortlet.getPSAppDataEntity() />
......
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
</#if> </#if>
}, },
portlets:{ portlets:{
<#list app.getAllPSAppPortlets() as obj> <#list app.getAppPSAppPortlets() as obj>
${obj.getCodeName()?lower_case}: { ${obj.getCodeName()?lower_case}: {
caption: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>, caption: <#ibizinclude>../@MACRO/CAPTIONLANG.tsx</#ibizinclude>,
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册