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

修复 -- 面板无法配置直接内容和图片资源

上级 4400999e
<#assign selfContent>
<#if item.getContentType?? && item.getContentType()?? >
<#if item.getContentType()=='HTML'>
${item.getHtmlContent()}
<#elseif item.getContentType()=='RAW'>
${item.getRawContent()}
<#elseif item.getContentType() == 'IMAGE'>
<img src='<#if item.getPSSysImage?? && item.getPSSysImage()??>${item.getPSSysImage().getImagePath()}</#if>'></img>
</#if>
</#if>
</#assign>
<#ibizinclude>
......@@ -13,6 +23,4 @@ ${item.getHtmlContent()}
<ion-col v-show="detailsModel.${item.name}.visible" ${tableAttr} style="${flexAttr}<#if item.getPSSysCss()??>${item.getPSSysCss().getRawCssStyle()}</#if>" class="app-layoutpanel-rowitem<#if item.getPSSysCss()??> ${item.getPSSysCss().getCssName()}</#if>">
${content}
</ion-col>
</#if>
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册