fix: 导入用户上传组件button拼写错误

This commit is contained in:
lzzz0359
2025-05-16 01:48:44 +00:00
committed by Charles7c
parent b680ee3fac
commit 86fb09efaa

View File

@@ -27,7 +27,7 @@
draggable
:custom-request="handleUpload"
:limit="1"
:show-retry-butto="false"
:show-retry-button="false"
:show-cancel-button="false" tip="仅支持xls、xlsx格式"
:file-list="uploadFile"
accept=".xls, .xlsx, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"