提交 8ec7e918 编写于 作者: JunZai's avatar JunZai

update

上级 b38b38e1
...@@ -6,7 +6,7 @@ TARGET=PSSYSAPP ...@@ -6,7 +6,7 @@ TARGET=PSSYSAPP
<ul nz-menu nzMode="inline" nzTheme="dark"> <ul nz-menu nzMode="inline" nzTheme="dark">
<#if app.getAllPSAppViews()??> <#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView> <#list app.getAllPSAppViews() as singleView>
<li nz-menu-item (click)="onClick('${singleView.getPSAppModule().getCodeName()?lower_case}_${singleView.getCodeName()?lower_case}')"><#if singleView.getCaption()?length > 0>${singleView.getCaption()}<#else>${singleView.getTitle()}</#if></li> <li nz-menu-item (click)="onClick('${singleView.getPSAppModule().getCodeName()?lower_case}_${singleView.getCodeName()?lower_case}')"><#if singleView.getCaption()?length gt 0>${singleView.getCaption()}<#else>${singleView.getTitle()}</#if></li>
</#list> </#list>
</#if> </#if>
</ul> </ul>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册