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"
/>