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

Update CONTROL.vue#FORM.ftl

上级 ee3bd392
......@@ -16,7 +16,7 @@ ${ctrl.render.code}
${formPage.render.code}
</div>
<#else>
<a-tab-pane key="${formPage.getName()}" class="app-form-page app-form-page-${formPage.getName() <#if formPage.getPSSysCss?? && formPage.getPSSysCss()??>${formPage.getPSSysCss().getCssName()}</#if>" style="<#if formPage.getContentWidth()?? && formPage.getContentWidth() != 0>width:${formPage.getContentWidth()}px;</#if><#if formPage.getContentHeight()?? && formPage.getContentHeight() !=0>${formPage.getContentHeight()}px;</#if>">
<a-tab-pane key="${formPage.getName()}" class="app-form-page app-form-page-${formPage.getName()} <#if formPage.getPSSysCss?? && formPage.getPSSysCss()??>${formPage.getPSSysCss().getCssName()}</#if>" style="<#if formPage.getContentWidth()?? && formPage.getContentWidth() != 0>width:${formPage.getContentWidth()}px;</#if><#if formPage.getContentHeight()?? && formPage.getContentHeight() !=0>${formPage.getContentHeight()}px;</#if>">
<span slot="tab">
<#if formPage.getPSSysImage()??>
<#assign sysimage = formPage.getPSSysImage()/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册