提交 bcf5f49c 编写于 作者: tony001's avatar tony001

调整面板内容

上级 4c12ff34
<#assign detail>caption: '${item.getCaption()}', itemType: '${item.getItemType()}',visible: <#if panelItems.getPSPanelItemGroupLogic('PANELVISIBLE')??>false<#else>true</#if>, disabled: false, name: '${item.getName()}', panel: this</#assign>
<#assign detail>caption: '${item.getCaption()}', itemType: '${item.getItemType()}',visible: <#if item.getPSPanelItemGroupLogic('PANELVISIBLE')??>false<#else>true</#if>, disabled: false, name: '${item.getName()}', panel: this</#assign>
<#if item.getItemType() == 'CONTAINER'>
new PanelContainerModel({ ${detail} })
<#elseif item.getItemType() == 'RAWITEM'>
......
......@@ -6,7 +6,7 @@
${item.render.code}
<#else>
<@ibizindent blank=8>
<el-tabs v-model="<#compress>detailsModel.${item.name}.activiedPage</#compress>" type="card" @tab-click="handleTabPanelClick('${item.name}',$event)">
<el-tabs <#compress>v-model="detailsModel.${item.name}.activiedPage"</#compress> type="card" @tab-click="handleTabPanelClick('${item.name}',$event)">
<#if item.getPSPanelTabPages?? && item.getPSPanelTabPages()??>
<#list item.getPSPanelTabPages() as tabPage>
${P.getPartCode(tabPage).code}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册