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

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

上级 e2aaa97c
......@@ -2,13 +2,4 @@
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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册