fd16f7fd by lihua

建表按文件上传支持csv

1 parent f731d304
......@@ -24,9 +24,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!