提交 f118deb2 编写于 作者: Mosher's avatar Mosher

update:更新

上级 d74335cf
......@@ -21,7 +21,7 @@
<#list item.getPSDEToolbarItems() as toolbarItem>
<ion-item @click="${ctrl.name}_click({ tag: '${toolbarItem.name}' }, $event)">
<app-mob-button
iconName="<#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <@setIcon item /><#else>reorder-four-outline</#if></#if>"
iconName="<#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <@setIcon toolbarItem /><#else>reorder-four-outline</#if></#if>"
<#if toolbarItem.isShowCaption()><#if langbase??>:text="$t('${langbase}.${toolbarItem.name}.caption')"<#else>text='${toolbarItem.getCaption()}'</#if></#if>
class="app-view-toolbar-button" />
</ion-item>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册