3c8b8e8a by lihua

支持csv

1 parent c37fbefc
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!