From a2ace383a45675d43ebd5f4df243c3ced5773fc4 Mon Sep 17 00:00:00 2001 From: luzhe Date: Fri, 16 May 2025 09:31:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AF=BC=E5=85=A5=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BB=84=E4=BB=B6button=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/UserImportDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/UserImportDrawer.vue b/src/views/system/user/UserImportDrawer.vue index be74ed9..bbb7546 100644 --- a/src/views/system/user/UserImportDrawer.vue +++ b/src/views/system/user/UserImportDrawer.vue @@ -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" -- Gitee