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