提交 4750960c 编写于 作者: RedPig97's avatar RedPig97

Revert "fix:临时删除滑动输入条参数"

This reverts commit 34428014.
上级 34428014
......@@ -2,4 +2,13 @@
class="app-form-item-slider"
:value="data.${editor.name}"
:disabled="detailsModel.${editor.name}.disabled"
<#if editor.getEditorParam('min','') != ''>
:min='${editor.getEditorParam('min','')}'
</#if>
<#if editor.getEditorParam('max','') != ''>
max='${editor.getEditorParam('max','')}'
</#if>
<#if editor.getEditorParam('step','') != ''>
step='${editor.getEditorParam('step','')}'
</#if>
@change="($event)=>this.data.${editor.name} = $event"/>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册