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

Update EDITOR.vue.ftl

上级 34e890c2
<#-- <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 v-model="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;" @change="formItemChange('${item.name}',$event)" ></app-file-upload>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册