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

zpc

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