消除antdv新版本警告

This commit is contained in:
thinkgem
2023-04-21 19:47:55 +08:00
parent 4969b642c3
commit d4c375077c

View File

@@ -25,8 +25,8 @@
<Upload
accept=".xls,.xlsx"
:file-list="fileList"
:remove="handleRemove"
:before-upload="beforeUpload"
@remove="handleRemove"
>
<a-button> <Icon icon="ant-design:upload-outlined" /> {{ t('选择文件') }} </a-button>
<span class="ml-4">{{ uploadInfo }}</span>