提交 2922d4d5 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 64ef523e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
${item.render.code} ${item.render.code}
<#else> <#else>
<#if !item.isHidden()> <#if !item.isHidden()>
<a-form-item :help="formdata.${item.name}.helpInfo" :required="formdata.${item.name}.required" :validate-status="formdata.${item.name}.validateStatus" :has-feedback="formdata.${item.name}.hasFeedback"> <a-form-item :help="formdata.${item.name}.helpInfo" :required="formdata.${item.name}.required" :validate-status="formdata.${item.name}.validateStatus" :has-feedback="formdata.${item.name}.hasFeedback" style="<#if item.getItemWidth()??&&item.getItemWidth() != 0>width:${item.getItemWidth()}px;</#if><#if item.getItemHeight()?? && item.getItemHeight() != 0>height:${item.getItemHeight()};</#if>" class="<#if item.getPSSysCss?? && item.getPSSysCss()??> ${item.getPSSysCss().getCssName()}</#if>">
<span style="display: inline-block;width: 130px;text-align: right;">{{formdata.bookname.labelName}}</span> <span style="display: inline-block;width: ${item.getLabelWidth()}px;text-align: right;">{{formdata.bookname.labelName}}</span>
<span style="display: inline-block;width: calc(100% - 130px);padding-left:16px;text-align: left;">${P.getEditorCode(item, "EDITOR.vue").code}</span> <span style="display: inline-block;width: calc(100% - ${item.getLabelWidth()}px);padding-left:16px;text-align: left;<#if item.getEditorHeight()?? && item.getEditorHeight() != 0>height:${item.getEditorHeight()}px;</#if><#if item.getEditorWidth()?? && item.getEditorWidth() != 0>width:${item.getEditorWidth()}px;</#if>">${P.getEditorCode(item, "EDITOR.vue").code}</span>
</a-form-item> </a-form-item>
</#if> </#if>
</#if> </#if>
\ No newline at end of file
<#-- <#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX">
<#assign pageLayout = item.getPSLayout()> -->
<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>"> <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}
...@@ -31,4 +33,5 @@ ${item.render.code} ...@@ -31,4 +33,5 @@ ${item.render.code}
</p> </p>
</#if> </#if>
</#if> </#if>
</div> </div>
\ No newline at end of file <#-- </#if> -->
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册