3c8b8e8a by lihua

支持csv

1 parent c37fbefc
......@@ -29,9 +29,9 @@ const fileFormRef = ref();
const fileFormItems: any = ref([
{
label: '选择文件上传',
tip: '支持扩展名:xlsx、xls,文件大小不超过20MB',
tip: '支持扩展名:xlsx、xls、csv,文件大小不超过20MB',
type: 'upload-file',
accept: '.xlsx, .xls',
accept: '.xlsx, .xls, .csv',
limit: 1,
limitSize: 20,
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!