提交 916a28bf 编写于 作者: RedPing97's avatar RedPing97

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

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