From 4f3d7fc4c3237a0f62f86ffe53bc30fd44500e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Wed, 16 Nov 2022 11:43:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Abug#7614?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/main/system/organization/org-form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/main/system/organization/org-form.vue b/src/page/main/system/organization/org-form.vue index 75b0991..c58e7b8 100644 --- a/src/page/main/system/organization/org-form.vue +++ b/src/page/main/system/organization/org-form.vue @@ -33,7 +33,7 @@ v-model="orgForm.attachment" customTips :limit="3" - :fileTypes="['doc','docx','xls','xlsx','pdf','jpg','jpeg','png','zip','rar']" + :fileTypes="['zip','rar','doc','docx','xlsx','xls','png','jpg']" :otherInfo="'最多可上传三个附件,可上传zip,rar,doc,docx,xlsx,xls,png,jpg,可上传营业执照和相关协议文件等'" > 将文件拖到此处,或 点击上传 -- 2.26.0