feat: add examples: form-upload (#5955)

* feat: add examples: form-upload

* fix: upload: accept and label

* fix: upload: 设置表单值、图片预览
This commit is contained in:
yuh
2025-04-17 14:00:46 +08:00
committed by GitHub
parent f7a4d13a4c
commit 4baec83db5
6 changed files with 106 additions and 3 deletions

View File

@@ -18,7 +18,11 @@
"dynamic": "Dynamic Form",
"custom": "Custom Component",
"api": "Api",
"merge": "Merge Form"
"merge": "Merge Form",
"upload-error": "Partial file upload failed",
"upload-urls": "Urls after file upload",
"file": "file",
"upload-image": "Click to upload image"
},
"vxeTable": {
"title": "Vxe Table",

View File

@@ -21,7 +21,11 @@
"dynamic": "动态表单",
"custom": "自定义组件",
"api": "Api",
"merge": "合并表单"
"merge": "合并表单",
"upload-error": "部分文件上传失败",
"upload-urls": "文件上传后的网址",
"file": "文件",
"upload-image": "点击上传图片"
},
"vxeTable": {
"title": "Vxe 表格",