<app-file-upload :isdrag="true" :formState="viewState" :ignorefieldvaluechange="false" @formitemvaluechange="($event)=>{onGridItemValueChange(row,$event,$index)}" :data="JSON.stringify(row)" :name='column.property' :value="row[column.property]" :disabled="row.srfuf === 1 ? (${item.getEnableCond()?c} & 2) !== 2 : (${item.getEnableCond()?c} & 1) !== 1" :rowPreview="true" uploadparams='${editor.getEditorParam('uploadparams','')}' exportparams='${editor.getEditorParam('exportparams','')}' :customparams="<#if editor.getEditorParam('customparams','') != ''>${editor.getEditorParam('customparams','')}<#else>{}</#if>" style="${editor.getEditorCssStyle()}overflow: auto;"> </app-file-upload>