From b67be915c4979638634f2407925a117003e021d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Fri, 27 Jun 2025 10:15:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/company-manage/key-person/index.vue | 4 ++-- src/views/company-manage/other-person/index.vue | 4 ++-- src/views/sub-manage/sub-manage/components/addAndEditForm.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/company-manage/key-person/index.vue b/src/views/company-manage/key-person/index.vue index 97da94f..4b14fbe 100644 --- a/src/views/company-manage/key-person/index.vue +++ b/src/views/company-manage/key-person/index.vue @@ -14,11 +14,11 @@ - + diff --git a/src/views/company-manage/other-person/index.vue b/src/views/company-manage/other-person/index.vue index c65f4cd..6cfa9c4 100644 --- a/src/views/company-manage/other-person/index.vue +++ b/src/views/company-manage/other-person/index.vue @@ -14,11 +14,11 @@ - + diff --git a/src/views/sub-manage/sub-manage/components/addAndEditForm.vue b/src/views/sub-manage/sub-manage/components/addAndEditForm.vue index c9fbd6f..01ed007 100644 --- a/src/views/sub-manage/sub-manage/components/addAndEditForm.vue +++ b/src/views/sub-manage/sub-manage/components/addAndEditForm.vue @@ -76,7 +76,7 @@ :file-type="['jpg', 'png', 'jpeg']" :upload-file-url="uploadFileUrl" :file-list.sync="addAndEditForm.fileList" - :is-uploaded="addAndEditForm.fileList.length >= 20" + :is-uploaded="addAndEditForm.fileList.length >= 30" />