提交 afbf27a2 编写于 作者: tony001's avatar tony001

调整磁盘附件上传

上级 5bf48c6c
EDITORTYPE=FILEUPLOADER#MICROFILEUPLOAD
\ No newline at end of file
<micro-file-upload <disk-file-upload
:data="data" :data="data"
formItemName="${item.name}" formItemName="${item.name}"
:value="data.${item.name}" :value="data.${item.name}"
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
:show-drag=<#if item.getEditorParam("showDrag",'') != ''>"${item.getEditorParam("showDrag",'')}"<#else>"false"</#if> :show-drag=<#if item.getEditorParam("showDrag",'') != ''>"${item.getEditorParam("showDrag",'')}"<#else>"false"</#if>
:persistence=<#if item.getEditorParam("persistence",'') != ''>"${item.getEditorParam("persistence",'')}"<#else>"false"</#if> :persistence=<#if item.getEditorParam("persistence",'') != ''>"${item.getEditorParam("persistence",'')}"<#else>"false"</#if>
@formitemvaluechange="onFormItemValueChange"> @formitemvaluechange="onFormItemValueChange">
</micro-file-upload> </disk-file-upload>
\ No newline at end of file \ No newline at end of file
EDITORTYPE=FILEUPLOADER#DISK
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册