GRIDEIDTOR.vue.ftl 723 字节
Newer Older
1 2 3 4
<app-file-upload 
  :isdrag="true"
  :formState="viewState" 
  :ignorefieldvaluechange="false" 
5
  @formitemvaluechange="($event)=>{onGridItemValueChange(row,$event,$index)}" 
6 7 8 9 10 11 12 13 14
  :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>