|
@@ -7,6 +7,7 @@
|
|
|
>
|
|
|
<el-upload
|
|
|
action="string"
|
|
|
+ :key="'upload-prove_purchase-' + form.prove_purchase"
|
|
|
:http-request="(file) => uploadFileHandle(file, 'prove_purchase')"
|
|
|
:limit="1"
|
|
|
:show-file-list="false"
|
|
@@ -39,6 +40,7 @@
|
|
|
<el-form-item label="·无被执行记录证明:" prop="prove_executed">
|
|
|
<el-upload
|
|
|
action="string"
|
|
|
+ :key="'upload-prove_executed-' + form.prove_executed"
|
|
|
:http-request="(file) => uploadFileHandle(file, 'prove_executed')"
|
|
|
:limit="1"
|
|
|
:show-file-list="false"
|
|
@@ -71,6 +73,7 @@
|
|
|
<el-form-item label="无失信被执行记录证明:" prop="prove_dishonesty">
|
|
|
<el-upload
|
|
|
action="string"
|
|
|
+ :key="'upload-prove_dishonesty-' + form.prove_dishonesty"
|
|
|
:http-request="(file) => uploadFileHandle(file, 'prove_dishonesty')"
|
|
|
:limit="1"
|
|
|
:show-file-list="false"
|
|
@@ -103,6 +106,7 @@
|
|
|
<el-form-item label="无安全生产严重失信记录证明:" prop="prove_produce">
|
|
|
<el-upload
|
|
|
action="string"
|
|
|
+ :key="'upload-prove_produce-' + form.prove_produce"
|
|
|
:http-request="(file) => uploadFileHandle(file, 'prove_produce')"
|
|
|
:limit="1"
|
|
|
:show-file-list="false"
|
|
@@ -131,6 +135,7 @@
|
|
|
<el-form-item label="信用中国:">
|
|
|
<el-upload
|
|
|
action="string"
|
|
|
+ :key="'upload-creditchina-' + form.creditchina"
|
|
|
:http-request="(file) => uploadFileHandle(file, 'creditchina')"
|
|
|
:limit="1"
|
|
|
:show-file-list="false"
|