|
@@ -52,6 +52,7 @@
|
|
:upload-from-orange-status="true"
|
|
:upload-from-orange-status="true"
|
|
placeholder="请上传证照正面"
|
|
placeholder="请上传证照正面"
|
|
:disabled="type==='view'"
|
|
:disabled="type==='view'"
|
|
|
|
+ :limit="1"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="证照反面" prop="cardRevPhoto" style="width: 100%">
|
|
<el-form-item label="证照反面" prop="cardRevPhoto" style="width: 100%">
|
|
@@ -64,6 +65,7 @@
|
|
:upload-from-orange-status="true"
|
|
:upload-from-orange-status="true"
|
|
placeholder="请上传证照反面"
|
|
placeholder="请上传证照反面"
|
|
:disabled="type==='view'"
|
|
:disabled="type==='view'"
|
|
|
|
+ :limit="1"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
@@ -100,6 +102,7 @@
|
|
:upload-from-orange-status="true"
|
|
:upload-from-orange-status="true"
|
|
placeholder="请上传征信报告"
|
|
placeholder="请上传征信报告"
|
|
:disabled="type==='view'"
|
|
:disabled="type==='view'"
|
|
|
|
+ :limit="1"
|
|
/>
|
|
/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</template>
|
|
</template>
|