提交 1e9791e1 编写于 作者: Neuromancer255's avatar Neuromancer255

Revert "底部工具栏 --step5"

This reverts commit 330dee50.
上级 330dee50
......@@ -38,9 +38,9 @@
</#if>
<#if ctrl.getToolbarStyle() == 'MOBBOTTOMMENU' >
<ion-fab-list side="start">
<ion-fab-list side="<#if itemIndex == 0>top<#else>start</#if>">
<#list item.getPSDEToolbarItems() as toolbarItem>
<ion-fab-button @click="${ctrl.name}_click({ tag: '${toolbarItem.name}' }, $event), ${ctrl.name}Models.${item.name}.isshow=false"><#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <ion-icon name="<#if toolbarItem.getPSSysImage().getCssClass() != "">${toolbarItem.getPSSysImage().getCssClass()}<#else>reorder-four-outline</#if>" class="group_ion-icon"></ion-icon><#else><ion-icon class="group_ion-icon" name="reorder-four-outline"></ion-icon></#if></#if> {{<#if toolbarItem.isShowCaption()><#if langbase??>$t('${langbase}.${toolbarItem.name}.caption')<#else>'${toolbarItem.getCaption()}'</#if></#if>}} </ion-fab-button>
<ion-fab-button @click="${ctrl.name}_click({ tag: '${toolbarItem.name}' }, $event)"><#if toolbarItem.isShowIcon()><#if toolbarItem.getPSSysImage()??> <ion-icon name="<#if toolbarItem.getPSSysImage().getCssClass() != "">${toolbarItem.getPSSysImage().getCssClass()}<#else>reorder-four-outline</#if>" class="group_ion-icon"></ion-icon><#else><ion-icon class="group_ion-icon" name="reorder-four-outline"></ion-icon></#if></#if> {{<#if toolbarItem.isShowCaption()><#if langbase??>$t('${langbase}.${toolbarItem.name}.caption')<#else>'${toolbarItem.getCaption()}'</#if></#if>}} </ion-fab-button>
</#list>
</ion-fab-list>
</#if>
......
......@@ -17,6 +17,7 @@
<#-- 底部菜单:BEGIN -->
<div <#if view.hasPSControl('mdctrl') || view.hasPSControl('dataview') || view.hasPSControl('calendar')>v-show="!showCheack"</#if> class = "fab_container">
<#list ctrl.getPSDEToolbarItems() as item>
<#assign itemIndex = item_index/>
<div class="bottom_menu">
<ion-fab>
${P.getPartCode(item).code}
......
......@@ -151,6 +151,5 @@
${view_footer}
</#if>
</ion-footer>
<ion-backdrop tappable="false" style="height :100vh;z-index: 99;" v-show="${ctrl.name}Models.${item.name}.isshow" @ionBackdropTap="${ctrl.name}Models.${item.name}.isshow=false" visible="true"></ion-backdrop>
</#if>
</ion-page>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册