From 81a4fc571796ad558266891ad4e9c6541ef965a4 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Sun, 7 Apr 2024 10:55:54 +0800 Subject: [PATCH 01/21] =?UTF-8?q?fix:=20=20=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E9=99=90=E5=88=B6=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataset/component/UploadComponent.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/ui/src/views/dataset/component/UploadComponent.vue b/ui/src/views/dataset/component/UploadComponent.vue index aadac6b3c..c9d42bdd9 100644 --- a/ui/src/views/dataset/component/UploadComponent.vue +++ b/ui/src/views/dataset/component/UploadComponent.vue @@ -19,6 +19,7 @@ accept=".txt, .md, .csv, .log, .doc, .docx, .pdf" :limit="50" :on-exceed="onExceed" + :on-change="filehandleChange" >
@@ -27,7 +28,9 @@ 选择文件上传

-

支持格式:TXT、Markdown、PDF、DOC、DOCX,每次最多上传50个文件,每个文件不超过 10MB

+

+ 支持格式:TXT、Markdown、PDF、DOC、DOCX,每次最多上传50个文件,每个文件不超过 10MB +

若使用【高级分段】建议上传前规范文件的分段标识

@@ -57,7 +60,7 @@