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

Update CONTROL.vue#DETAIL_FORMITEM.ftl

上级 2c96545b
......@@ -2,7 +2,7 @@
${item.render.code}
<#else>
<#if !item.isHidden()>
<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()?c}">
<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()?c}">
${P.getEditorCode(item, "EDITOR.vue").code}
</app-form-item>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册