<app-code-editor code={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} on-change={(val:any) =>{this.data.${item.name} =val}} codetype={"javascript"} ></app-code-editor>
-
由 yanshaowei 提交于566dc899
<app-code-editor code={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} on-change={(val:any) =>{this.data.${item.name} =val}} codetype={"javascript"} ></app-code-editor>