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

zpc

上级 7ceef0e0
<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>
\ 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" 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-image-upload multiple={true} formState={this.formState} ignorefieldvaluechange={this.ignorefieldvaluechange} on-formitemvaluechange={this.onFormItemValueChange} data={JSON.stringify(this.data)} name='${item.name}' value={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} uploadparams='${item.getEditorParam('uploadparams','')}' exportparams='${item.getEditorParam('exportparams','')}' customparams={<#if item.getEditorParam('customparams','') != ''>${item.getEditorParam('customparams','')}<#else>{}</#if>} style="${item.getEditorCssStyle()}overflow: auto;"></app-image-upload>
\ No newline at end of file
<#-- <app-image-upload :multiple="true" :value="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" uploadparams="${item.getEditorParam('uploadparams','')}" exportparams="${item.getEditorParam('exportparams','')}" :customparams="<#if item.getEditorParam('customparams','') != ''>${item.getEditorParam('customparams','')}<#else>{}</#if>" style="${item.getEditorCssStyle()}overflow: auto;"></app-image-upload> -->
\ No newline at end of file
<app-file-upload formState={this.formState} ignorefieldvaluechange={this.ignorefieldvaluechange} on-formitemvaluechange={this.onFormItemValueChange} data={JSON.stringify(this.data)} name='${item.name}' value={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} uploadparams='${item.getEditorParam('uploadparams','')}' exportparams='${item.getEditorParam('exportparams','')}' customparams={<#if item.getEditorParam('customparams','') != ''>${item.getEditorParam('customparams','')}<#else>{}</#if>} style="${item.getEditorCssStyle()}overflow: auto;"></app-file-upload>
\ No newline at end of file
<#-- <app-file-upload formState={this.formState} ignorefieldvaluechange={this.ignorefieldvaluechange} on-formitemvaluechange={this.onFormItemValueChange} data={JSON.stringify(this.data)} name='${item.name}' value={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} uploadparams='${item.getEditorParam('uploadparams','')}' exportparams='${item.getEditorParam('exportparams','')}' customparams={<#if item.getEditorParam('customparams','') != ''>${item.getEditorParam('customparams','')}<#else>{}</#if>} style="${item.getEditorCssStyle()}overflow: auto;"></app-file-upload> -->
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册