Skip to content

Commit 5ad2a63

Browse files
fix: Modify text
1 parent 6169870 commit 5ad2a63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/src/views/dataset/component/UploadComponent.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<em class="hover" @click.prevent="handlePreview(true)"> 选择文件夹 </em>
5858
</p>
5959
<div class="upload__decoration">
60-
<p>支持格式:EXCEL、CSV</p>
60+
<p>支持格式:XLS、XLSX、CSV、ZIP</p>
6161
</div>
6262
</div>
6363
</el-upload>
@@ -105,7 +105,7 @@
105105
<em class="hover" @click.prevent="handlePreview(true)"> 选择文件夹 </em>
106106
</p>
107107
<div class="upload__decoration">
108-
<p>支持格式:EXCEL 和 CSV</p>
108+
<p>支持格式:XLS、XLSX、CSV、ZIP</p>
109109
</div>
110110
</div>
111111
</el-upload>
@@ -143,7 +143,7 @@
143143
<em class="hover" @click.prevent="handlePreview(true)"> 选择文件夹 </em>
144144
</p>
145145
<div class="upload__decoration">
146-
<p>支持格式:TXT、Markdown、PDF、DOCX、HTML、ZIP、XLSX、XLS、CSV</p>
146+
<p>支持格式:TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP</p>
147147
</div>
148148
</div>
149149
</el-upload>

0 commit comments

Comments
 (0)