提交 75b80de3 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 26e82daa
...@@ -18,7 +18,7 @@ TARGET=PSSYSAPP ...@@ -18,7 +18,7 @@ TARGET=PSSYSAPP
<#else> <#else>
<a-icon type="upload" /> <a-icon type="upload" />
</#if> </#if>
<span>${singleView.getTitle()}</span> <span>{{ $t('${singleView.getName()}.name')}}</span>
</a-menu-item> </a-menu-item>
</#list> </#list>
</#if> </#if>
......
...@@ -5,7 +5,7 @@ export default { ...@@ -5,7 +5,7 @@ export default {
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
${singleView.name}:{ ${singleView.name}:{
name: ${singleView.name} name: "${singleView.name}"
}<#if singleView_has_next>,</#if> }<#if singleView_has_next>,</#if>
</#list> </#list>
</#if> </#if>
......
...@@ -5,7 +5,7 @@ export default { ...@@ -5,7 +5,7 @@ export default {
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
${singleView.name}:{ ${singleView.name}:{
name: ${singleView.getTitle()} name: "${singleView.getTitle()}"
}<#if singleView_has_next>,</#if> }<#if singleView_has_next>,</#if>
</#list> </#list>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册