提交 26e82daa 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 ff51ba05
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
export default {
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
${singleView.name}:{
name: ${singleView.name}
}<#if singleView_has_next>,</#if>
</#list>
</#if>
}
\ No newline at end of file
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
export default {
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
${singleView.name}:{
name: ${singleView.getTitle()}
}<#if singleView_has_next>,</#if>
</#list>
</#if>
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册