提交 9e743451 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update EDITOR.vue.ftl

上级 bcc3bc11
<app-rich-text-editor v-model="data.${item.name}" @change="formItemChange('${item.name}',$event)" :disabled="detailsModel.${item.name}.disabled" name="${item.name}"<#if item.getEditorHeight() gt 0> height={${item.getEditorHeight()?c}}</#if> style="${item.getEditorCssStyle()}"></app-rich-text-editor>
\ No newline at end of file
<app-rich-text-editor v-model="data.${item.name}" @change="formItemChange('${item.name}',$event)" :disabled="detailsModel.${item.name}.disabled" <#if item.getEditorHeight() gt 0> height={${item.getEditorHeight()?c}}</#if> style="${item.getEditorCssStyle()}"></app-rich-text-editor>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册