<app-rich-text-editor formState={this.formState} value={this.data.${item.name}} on-change={(val:any) =>{this.data.${item.name} =val}} disabled={this.detailsModel.${item.name}.disabled} name="${item.name}"<#if item.getEditorHeight() gt 0> height={${item.getEditorHeight()?c}}</#if> style="${item.getEditorCssStyle()}"></app-rich-text-editor>
-
由 yanshaowei 提交于566dc899