|
@@ -242,7 +242,7 @@
|
|
|
:action="upAction"
|
|
|
:show-file-list="false"
|
|
|
:on-success="logoUploadSuccess"
|
|
|
- :limit="2"
|
|
|
+ :limit="10"
|
|
|
list-type="picture"
|
|
|
>
|
|
|
<img
|
|
@@ -258,7 +258,7 @@
|
|
|
:action="upAction"
|
|
|
:show-file-list="true"
|
|
|
multiple
|
|
|
- :limit="10"
|
|
|
+ :limit="2"
|
|
|
:file-list="licenseFileList"
|
|
|
list-type="picture"
|
|
|
:on-success="licenseUpSuccess"
|
|
@@ -271,7 +271,7 @@
|
|
|
:action="upAction"
|
|
|
:show-file-list="true"
|
|
|
multiple
|
|
|
- :limit="2"
|
|
|
+ :limit="10"
|
|
|
:file-list="companyfileList"
|
|
|
list-type="picture"
|
|
|
:on-success="companyfileUpSuccess"
|