File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -296,6 +296,9 @@ submitUpload() {
296
296
| listType | type of fileList | string | text/picture/picture-card | text |
297
297
| autoUpload | whether to auto upload file | boolean | — | true |
298
298
| fileList | default uploaded files, i.e: [ {name: 'food.jpeg', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg'} ] | array | — | [ ] |
299
+ | disabled | 是否禁用 | boolean | — | false|
300
+ | limit | 最大允许上传个数 | number | — | — |
301
+ | onExceed | 文件超出个数限制时的钩子 | function(files, fileList) | — | — |
299
302
300
303
### Methods
301
304
| Event Name | Description | Parameters |
Original file line number Diff line number Diff line change @@ -300,6 +300,9 @@ submitUpload() {
300
300
| listType | 文件列表的类型 | string | text/picture/picture-card | text |
301
301
| autoUpload | 是否在选取文件后立即进行上传 | boolean | — | true |
302
302
| fileList | 上传的文件列表, 例如: [ {name: 'food.jpeg', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg'} ] | array | — | [ ] |
303
+ | disabled | 是否禁用 | boolean | — | false|
304
+ | limit | 最大允许上传个数 | number | — | — |
305
+ | onExceed | 文件超出个数限制时的钩子 | function(files, fileList) | — | — |
303
306
304
307
### Methods
305
308
| 方法名 | 说明 | 参数 |
You can’t perform that action at this time.
0 commit comments