提交 6261ea98 编写于 作者: RedPing97's avatar RedPing97

优化滑动输入框绑定参数---fix1

上级 916a28bf
......@@ -7,7 +7,7 @@
@change="onFormItemValueChange"
:disabled="detailsModel.${editor.name}.disabled"
style="${editor.getEditorCssStyle()}"
:step="<#if editor.getEditorParam('step','') != ''>${editor.getEditorParam('step','')}<#else>10</#if>"
:step="<#if editor.getEditorParam('step','') != ''>${editor.getEditorParam('step','')}<#else>1</#if>"
:min="<#if editor.getEditorParam('min','') != ''>${editor.getEditorParam('min','')}<#else>0</#if>"
:max="<#if editor.getEditorParam('max','') != ''>${editor.getEditorParam('max','')}<#else>100</#if>"></app-slider>
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册