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

update:评分器更新

上级 63176361
<app-mob-rate
class="app-form-item-rate"
:value="data.${editor.name}"
<#if editor.getEditorParam('allowHalf','') != ''>
:allowHalf='${editor.getEditorParam('allowHalf','')}'
</#if>
<#if editor.getEditorParam('color','') != ''>
color='${editor.getEditorParam('color','')}'
</#if>
:disabled="detailsModel.${editor.name}.disabled"
@change="($event)=>this.data.${editor.name} = $event" />
\ No newline at end of file
<app-mob-rate class="app-form-item-rate" :value="data.${editor.name}" ></app-mob-rate>
\ No newline at end of file
<app-mob-rate
class="app-form-item-rate"
<#if editor.getEditorParam('allowHalf','') != ''>
:allowHalf='${editor.getEditorParam('allowHalf','')}'
</#if>
<#if editor.getEditorParam('color','') != ''>
color='${editor.getEditorParam('color','')}'
</#if>
:value="data.${editor.name}" ></app-mob-rate>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册