Skip to content

Commit

Permalink
fix: Modify text
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Dec 19, 2024
1 parent 6169870 commit 5ad2a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/views/dataset/component/UploadComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<em class="hover" @click.prevent="handlePreview(true)"> 选择文件夹 </em>
</p>
<div class="upload__decoration">
<p>支持格式:EXCEL、CSV</p>
<p>支持格式:XLS、XLSX、CSV、ZIP</p>
</div>
</div>
</el-upload>
Expand Down Expand Up @@ -105,7 +105,7 @@
<em class="hover" @click.prevent="handlePreview(true)"> 选择文件夹 </em>
</p>
<div class="upload__decoration">
<p>支持格式:EXCEL 和 CSV</p>
<p>支持格式:XLS、XLSX、CSV、ZIP</p>
</div>
</div>
</el-upload>
Expand Down Expand Up @@ -143,7 +143,7 @@
<em class="hover" @click.prevent="handlePreview(true)"> 选择文件夹 </em>
</p>
<div class="upload__decoration">
<p>支持格式:TXT、Markdown、PDF、DOCX、HTML、ZIP、XLSX、XLS、CSV</p>
<p>支持格式:TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP</p>
</div>
</div>
</el-upload>
Expand Down

0 comments on commit 5ad2a63

Please sign in to comment.