提交 929aab36 编写于 作者: JunZai's avatar JunZai

update

上级 6c61be7c
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
</#ibizinclude> </#ibizinclude>
<button nz-button nzType="primary" style="<#if item.getHeight() gt 0>height: ${item.getHeight()?c}px;</#if><#if item.getWidth() gt 0>width: ${item.getWidth()?c}px;</#if>"> <button nz-button nzType="primary" style="<#if item.getHeight() gt 0>height: ${item.getHeight()?c}px;</#if><#if item.getWidth() gt 0>width: ${item.getWidth()?c}px;</#if>">
<#if item.getPSSysImage()??><#assign img=item.getPSSysImage()><#if img.getCssClass()?? && (img.getCssClass()?length gt 0)><i className="${img.getCssClass()}"></i></#if></#if> <#if item.getPSSysImage()??><#assign img=item.getPSSysImage()><#if img.getCssClass()?? && (img.getCssClass()?length gt 0)><i className="${img.getCssClass()}"></i></#if></#if>
<#if item.isShowCaption()><span >{{ ${item.getCaption()} }}</span></#if> <#if item.isShowCaption()><span >${item.getCaption()}</span></#if>
</button> </button>
\ No newline at end of file
<span>{this.data.${item.name}}</span> <input nz-input name="${item.name}" [disabled]="true" readOnly placeholder="<#if item.getPlaceHolder()??>${item.getPlaceHolder()}<#else>请输入...</#if>" style="${item.getEditorCssStyle()}"/>
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册