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

Update CONTROL.vue#DETAIL_FORMITEM.ftl

上级 870b4aa7
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
${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" 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>"> <app-form-item :helpInfo="formdata.${item.name}.helpInfo" :required="formdata.${item.name}.required" :validateStatus="formdata.${item.name}.validateStatus" :hasFeedback="formdata.${item.name}.hasFeedback" :labelName="formdata.${item.name}.labelName" :labelwidth="'${item.getLabelWidth()}px'" :labelPosition="${item.getLabelPos()}" :isShowCaption="${item.isShowCaption()}">
<span style="display: inline-block;width: ${item.getLabelWidth()}px;text-align: right;">{{formdata.bookname.labelName}}</span> ${P.getEditorCode(item, "EDITOR.vue").code}
<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> </app-form-item>
</a-form-item>
</#if> </#if>
</#if> </#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册