EDITOR.vue.ftl 281 字节 编辑Web IDE 1 2 3 4 5 6 7 <#if item.render??> ${item.render.code} <#else> <div style="${editor.getEditorCssStyle()}"> <app-checkbox :value="this.data.${editor.name}" @change="($event)=>{this.data.${editor.name} = $event} " :disabled="detailsModel.${editor.name}.disabled"></app-checkbox> </div> </#if>