提交 94a81db9 编写于 作者: Shine-zwj's avatar Shine-zwj

update:测试

上级 137ffde9
<#ibizinclude>
./VIEW_LAYOUTPANEL/VIEW_LAYOUTPANEL_UIACTION.ftl
</#ibizinclude>
<script lang='tsx'>
import { Vue, Component, Prop, Provide, Emit, Watch,Inject } from 'vue-property-decorator';
import { UIActionTool,Util } from '@/utils';
......@@ -433,16 +436,16 @@ ${P.getCtrlCode('toolbar', 'CONTROL.vue').code}
</#list>
</#if>
<#-- <#if view.getPSViewLayoutPanel().getPSAppViewUIActions()??>
<#if view.getPSViewLayoutPanel().getPSAppViewUIActions()??>
<#list view.getPSViewLayoutPanel().getPSAppViewUIActions() as viewUIAction>
<#if viewUIAction.getPSUIAction?? && viewUIAction.getPSUIAction()?? && viewUIAction.getPSUIAction().getUIActionMode?? && viewUIAction.getPSUIAction().getUIActionMode() != 'CUSTOM'>
<#if viewUIAction.getPSUIAction?? && viewUIAction.getPSUIAction()??>
<#assign uiAction = viewUIAction.getPSUIAction()/>
<#if !P.exists("importService", uiAction.getFullCodeName(), "")>
<#if !(uiAction.getPSAppDataEntity?? && uiAction.getPSAppDataEntity()??)>
${P.getLogicCode(uiAction, "LOGIC.vue").code}
<@viewLayoutPanelUIAction item=uiAction />
</#if>
</#if>
</#if>
</#list>
</#if> -->
</#if>
</#if>
\ No newline at end of file
<#macro viewLayoutPanelUIAction item>
<#if item.getUIActionMode?? && item.getUIActionMode()??>
<#if item.getUIActionMode() == 'FRONT'>
<#ibizinclude>
../../../@LOGIC/@UIACTION/前台调用/LOGIC.vue.ftl
</#ibizinclude>
<#elseif item.getUIActionMode() == 'BACKEND'>
<#ibizinclude>
../../../@LOGIC/@UIACTION/后台调用/LOGIC.vue.ftl
</#ibizinclude>
<#elseif item.getUIActionMode() == 'WFFRONT'>
<#ibizinclude>
../../../@LOGIC/@UIACTION/工作流前台调用/LOGIC.vue.ftl
</#ibizinclude>
<#elseif item.getUIActionMode() == 'WFBACKEND'>
<#ibizinclude>
../../../@LOGIC/@UIACTION/工作流后台调用/LOGIC.vue.ftl
</#ibizinclude>
<#elseif item.getUIActionMode() == 'SYS'>
<#elseif item.getUIActionMode() == 'CUSTOM'>
</#if>
</#if>
</#macro>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册