电子证书
This commit is contained in:
parent
74ce9a2841
commit
0d2fb669f6
@ -516,15 +516,15 @@
|
|||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<a-row :gutter="24" style="margin-top: 35px;"
|
<a-row :gutter="24" style="margin-top: 35px;"
|
||||||
v-if="(modalForm.register_cert)">
|
v-if="(modalForm.user_doctor_info.register_cert)">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<div class="titletip"><span
|
<div class="titletip"><span
|
||||||
class="arco-form-item-label-required-symbol red">*</span>电子注册证<span>(点击图片查看大图)</span></div>
|
class="arco-form-item-label-required-symbol red"></span>电子注册证<span>(点击图片查看大图)</span></div>
|
||||||
<a-form-item field="work_cert" label="" :hide-label="true">
|
<a-form-item field="work_cert" label="" :hide-label="true">
|
||||||
<a-image-preview-group infinite>
|
<a-image-preview-group infinite>
|
||||||
<a-space v-show="modalSatus == 'detail'">
|
<a-space v-show="modalSatus == 'detail'">
|
||||||
<a-image width="120" height="120" fit="cover"
|
<a-image width="120" height="120" fit="cover"
|
||||||
show-loader :src="modalForm.register_cert" />
|
show-loader :src="modalForm.user_doctor_info.register_cert" />
|
||||||
</a-space>
|
</a-space>
|
||||||
</a-image-preview-group>
|
</a-image-preview-group>
|
||||||
<!-- <upload v-show="modalSatus != 'detail'" :isMultiple="true" :fileList="work_cert_list"
|
<!-- <upload v-show="modalSatus != 'detail'" :isMultiple="true" :fileList="work_cert_list"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user