提交 4a55c5c5 编写于 作者: Neuromancer255's avatar Neuromancer255

编辑器追加单位 --fix4

上级 de58cc4c
......@@ -5,8 +5,6 @@
</#if>
type="number"
:value="data.${editor.name}"
<#if editor.isEnableUnitName?? && editor.isEnableUnitName()?? && editor.isEnableUnitName() == true>
:unit="${editor.getUnitName()}"
</#if>
<#if item.getUnitName?? && item.getUnitName()??>unit="${item.getUnitName()}"</#if>
:disabled="detailsModel.${editor.name}.disabled"
@change="($event)=>this.data.${editor.name} = $event"/>
\ No newline at end of file
......@@ -5,8 +5,6 @@
</#if>
type="text"
:value="data.${editor.name}"
<#if editor.isEnableUnitName?? && editor.isEnableUnitName()?? && editor.isEnableUnitName() == true>
:unit="${editor.getUnitName()}"
</#if>
<#if item.getUnitName?? && item.getUnitName()??>unit="${item.getUnitName()}"</#if>
:disabled="detailsModel.${editor.name}.disabled"
@change="($event)=>this.data.${editor.name} = $event" />
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册