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

update:更新

上级 c492db99
......@@ -331,9 +331,10 @@ import UIService from '@/uiservice/ui-service';
</#if>
iconAlign: '${panelItem.getIconAlign()}',
<#if panelItem.getPSUIAction?? && panelItem.getPSUIAction()??>
uiAction: { actiontarget: '${panelItem.getPSUIAction().getActionTarget()}', noprivdisplaymode: '${panelItem.getPSUIAction().getAppNoPrivDisplayMode()}', dataaccaction: '${panelItem.getPSUIAction().getDataAccessAction()}', visabled: true, disabled: false }
<#if panelItem.getPSUIAction().getPredefinedType?? && panelItem.getPSUIAction().getPredefinedType()??>
predefinedType: '${panelItem.getPSUIAction().getPredefinedType()}',
<#assign uiAction = panelItem.getPSUIAction()/>
uiAction: { actiontarget: '<#if uiAction.getActionTarget()??>${uiAction.getActionTarget()}</#if>', noprivdisplaymode: '<#if uiAction.getAppNoPrivDisplayMode()??>${uiAction.getAppNoPrivDisplayMode()}</#if>', dataaccaction: '<#if uiAction.getDataAccessAction()??>${uiAction.getDataAccessAction()}</#if>', visabled: true, disabled: false }
<#if uiAction.getPredefinedType?? && uiAction.getPredefinedType()??>
predefinedType: '${uiAction.getPredefinedType()}',
</#if>
</#if>
<#if panelItem.getRenderMode?? && panelItem.getRenderMode()??>
......
......@@ -451,9 +451,10 @@ ${P.getCtrlCode('toolbar', 'CONTROL.vue').code}
</#if>
iconAlign: '${panelItem.getIconAlign()}',
<#if panelItem.getPSUIAction?? && panelItem.getPSUIAction()??>
uiAction: { actiontarget: '${panelItem.getPSUIAction().getActionTarget()}', noprivdisplaymode: '${panelItem.getPSUIAction().getAppNoPrivDisplayMode()}', dataaccaction: '${panelItem.getPSUIAction().getDataAccessAction()}', visabled: true, disabled: false }
<#if panelItem.getPSUIAction().getPredefinedType?? && panelItem.getPSUIAction().getPredefinedType()??>
predefinedType: '${panelItem.getPSUIAction().getPredefinedType()}',
<#assign uiAction = panelItem.getPSUIAction()/>
uiAction: { actiontarget: '<#if uiAction.getActionTarget()??>${uiAction.getActionTarget()}</#if>', noprivdisplaymode: '<#if uiAction.getAppNoPrivDisplayMode()??>${uiAction.getAppNoPrivDisplayMode()}</#if>', dataaccaction: '<#if uiAction.getDataAccessAction()??>${uiAction.getDataAccessAction()}</#if>', visabled: true, disabled: false }
<#if uiAction.getPredefinedType?? && uiAction.getPredefinedType()??>
predefinedType: '${uiAction.getPredefinedType()}',
</#if>
</#if>
<#if panelItem.getRenderMode?? && panelItem.getRenderMode()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册