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

zpc

上级 0fc7b5bf
......@@ -2,7 +2,7 @@
${item.render.code}
<#else>
<#if !item.isHidden()>
<app-form-item :helpInfo="this.detailsModel.${item.name}.error" :required="this.detailsModel.${item.name}.required" :validateStatus="this.detailsModel.${item.name}.validateStatus" :labelName="$t('${view.name?lower_case}.${ctrl.getCodeName()?lower_case}.${item.getName()}')" :labelwidth="'${item.getLabelWidth()}px'" :labelPosition="'${item.getLabelPos()}'" :isShowCaption="${item.isShowCaption()?c}" :formItemStyle="{<#if item.getItemWidth()??&&item.getItemWidth() != 0>width:'${item.getItemWidth()}px',</#if><#if item.getItemHeight()?? && item.getItemHeight() != 0>height:'${item.getItemHeight()}px'</#if>}" :isEmptyCaption="${item.isEmptyCaption()?c}" :formItemContentStyle="{<#if item.getEditorHeight()?? && item.getEditorHeight() != 0>height:'${item.getEditorHeight()}px',</#if><#if item.getEditorWidth()?? && item.getEditorWidth() != 0>width:'${item.getEditorWidth()}px'</#if>}" class="app-form-item-${item.getName()} <#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>">
<app-form-item :helpInfo="this.detailsModel.${item.name}.error" :required="this.detailsModel.${item.name}.required" :validateStatus="this.detailsModel.${item.name}.validateStatus" :labelName="'${item.getCaption()}'" :labelwidth="'${item.getLabelWidth()}px'" :labelPosition="'${item.getLabelPos()}'" :isShowCaption="${item.isShowCaption()?c}" :formItemStyle="{<#if item.getItemWidth()??&&item.getItemWidth() != 0>width:'${item.getItemWidth()}px',</#if><#if item.getItemHeight()?? && item.getItemHeight() != 0>height:'${item.getItemHeight()}px'</#if>}" :isEmptyCaption="${item.isEmptyCaption()?c}" :formItemContentStyle="{<#if item.getEditorHeight()?? && item.getEditorHeight() != 0>height:'${item.getEditorHeight()}px',</#if><#if item.getEditorWidth()?? && item.getEditorWidth() != 0>width:'${item.getEditorWidth()}px'</#if>}" class="app-form-item-${item.getName()} <#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>">
${P.getEditorCode(item, "EDITOR.vue").code}
</app-form-item>
</#if>
......
......@@ -24,7 +24,7 @@ ${item.render.code}
<img src='${sysimage.getImagePath()}'/>&nbsp;
</#if>
</#if>
{{ $t("${view.name?lower_case}.${ctrl.getCodeName()?lower_case}.${item.getName()}") }}
${item.getCaption()}
</template>
<div class="app-form-group-content" style="<#if LayoutPos.getHeight()??>height: calc(${LayoutPos.getHeight()?c}px - 78px);</#if>">
<#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册