提交 3d8bfbc7 编写于 作者: KK's avatar KK

解决模板报错

上级 5095c1ab
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<ion-button v-if="detailsModel.${item.name}.visible" class="app-form-button <ion-button v-if="detailsModel.${item.name}.visible" class="app-form-button
<#if item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>" <#if item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>"
style='<#if item.getHeight() gt 0>height: ${item.getHeight()}px;</#if>'> style='<#if item.getHeight() gt 0>height: ${item.getHeight()}px;</#if>'>
<#if formpage.getPSSysImage()??> <#if item.getPSSysImage()??>
<#assign sysimage = formpage.getPSSysImage()/> <#assign sysimage = item.getPSSysImage()/>
<#if sysimage.getImagePath() == ""> <#if sysimage.getImagePath() == "">
<ion-icon class="${sysimage.getCssClass()}" style="margin-right: 2px"></ion-icon> <ion-icon class="${sysimage.getCssClass()}" style="margin-right: 2px"></ion-icon>
<#else> <#else>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册