<#assign selfContent> <#if view.hasPSControl('${item.name}')> ${P.getCtrlCode('${item.name}', 'CONTROL.html').code} <#else> 当前视图不存在${item.name}部件 </#if> </#assign> <#ibizinclude> ./@MACRO/PLAYOUT.vue.ftl </#ibizinclude> <#if item.getParentLayoutMode()=='FLEX'> <div v-show="detailsModel.${item.name}.visible" style="${flexAttr}<#if item.getWidth() != -1>width: ${item.getWidth()?c}px;</#if><#if item.getHeight() gt 0>height: ${item.getHeight()?c}px;</#if><#if item.getPSSysCss()??>${item.getPSSysCss().getRawCssStyle()}</#if>" class="app-layoutpanel-ctrlpos<#if item.getPSSysCss()??> ${item.getPSSysCss().getCssName()}</#if>"> ${content} </div> <#else> <i-col v-show="detailsModel.${item.name}.visible" ${tableAttr} style="${flexAttr}<#if item.getWidth() != -1>width: ${item.getWidth()?c}px;</#if><#if item.getHeight() gt 0>height: ${item.getHeight()?c}px;</#if><#if item.getPSSysCss()??>${item.getPSSysCss().getRawCssStyle()}</#if>" class="app-layoutpanel-ctrlpos<#if item.getPSSysCss()??> ${item.getPSSysCss().getCssName()}</#if>"> ${content} </i-col> </#if>