Commit c9c265e4 authored by wangxl's avatar wangxl

444

parent e15e46d6
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<a-icon type="delete" class="hover-pointer" @click="deletefile" style="margin-left: 8px" /> <a-icon type="delete" class="hover-pointer" @click="deletefile" style="margin-left: 8px" />
</div> </div>
<div v-else> <div v-else>
<input type="file" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" ref="fileElem" class="visually-hidden" @change="handleFiles"> <input type="file" ref="fileElem" class="visually-hidden" @change="handleFiles">
<a-button @click="fileSelect"> <a-button @click="fileSelect">
<a-icon type="upload" />选择文件 <a-icon type="upload" />选择文件
</a-button> </a-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment