view-config.json.ftl 565 字节
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<#list app.getAllPSAppViews() as view>
<#assign num = view_index />
</#list>
{
<#list app.getAllPSAppViews() as view>
    "${view.getCodeName()?lower_case}": {
        "title": "${view.getTitle()}",
        "caption": "${view.getCaption()}",
        "viewtype": "${view.getViewType()}",
        "viewmodule": "${view.getPSAppModule().getCodeName()}",
        "viewname": "${view.getCodeName()}",
        "viewtag": "${view.getId()}",
        "memo": "${view.getMemo()}"
    }<#if view_index != num>,</#if>
</#list>
}