提交 64ef523e 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update CONTROL.vue#DETAIL_GROUPPANEL.ftl

上级 67233420
<div class="app-form-group<#if item.getPSSysCss?? && item.getPSSysCss()??> ${item.getPSSysCss().getCssName()}</#if><#if item.isInfoGroupMode()?? && item.isInfoGroupMode() == true> app-info-form-group</#if>" style="<#if item.getContentHeight()?? && item.getContentHeight() !=0 >height:${item.getContentHeight()}px;</#if><#if item.getContentWidth()?? && item.getContentWidth() !=0>width:${item.getContentWidth()}px;</#if>">
<#if item.render??>
${item.render.code}
<#else>
<a-collapse v-model="activeGroup" class="app-form-group<#if item.getPSSysCss?? && item.getPSSysCss()??> ${item.getPSSysCss().getCssName()}</#if><#if item.isInfoGroupMode()?? && item.isInfoGroupMode() == true> app-info-form-group</#if>" style="<#if item.getContentHeight()?? && item.getContentHeight() !=0 >height:${item.getContentHeight()}px;</#if><#if item.getContentWidth()?? && item.getContentWidth() !=0>width:${item.getContentWidth()}px;</#if>">
<#if item.isShowCaption()?? && item.isShowCaption() == true>
<a-collapse v-model="activeGroup">
<a-collapse-panel key="${item.getName()}">
<#if item.isShowCaption()?? && item.isShowCaption() == true>
<template slot="header">
<#if item.getPSSysImage()??>
<#assign sysimage = item.getPSSysImage()/>
......@@ -15,12 +16,19 @@ ${item.render.code}
</#if>
${item.getCaption()}
</template>
</#if>
<p class="">
<p class="app-form-group-content">
<#list item.getPSDEFormDetails() as formmenber>
${P.getPartCode(formmenber).code}
</#list>
</p>
</a-collapse-panel>
</a-collapse>
</#if>
\ No newline at end of file
<#else>
<p class="app-form-group-content">
<#list item.getPSDEFormDetails() as formmenber>
${P.getPartCode(formmenber).code}
</#list>
</p>
</#if>
</#if>
</div>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册