支持csv
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -29,9 +29,9 @@ const fileFormRef = ref(); | ... | @@ -29,9 +29,9 @@ const fileFormRef = ref(); |
| 29 | const fileFormItems: any = ref([ | 29 | const fileFormItems: any = ref([ |
| 30 | { | 30 | { |
| 31 | label: '选择文件上传', | 31 | label: '选择文件上传', |
| 32 | tip: '支持扩展名:xlsx、xls,文件大小不超过20MB', | 32 | tip: '支持扩展名:xlsx、xls、csv,文件大小不超过20MB', |
| 33 | type: 'upload-file', | 33 | type: 'upload-file', |
| 34 | accept: '.xlsx, .xls', | 34 | accept: '.xlsx, .xls, .csv', |
| 35 | limit: 1, | 35 | limit: 1, |
| 36 | limitSize: 20, | 36 | limitSize: 20, |
| 37 | isExcel: true, | 37 | isExcel: true, | ... | ... |
-
Please register or sign in to post a comment