Merge branch 'dev'
This commit is contained in:
commit
7143000064
@ -49,7 +49,7 @@ const handleConfirm = async () => {
|
|||||||
Message.success("成功");
|
Message.success("成功");
|
||||||
//proxy.$refs.modalFormRef.resetFields();
|
//proxy.$refs.modalFormRef.resetFields();
|
||||||
}else{
|
}else{
|
||||||
proxy.$notification.error(response.message);
|
proxy.$notification.error(data.message);
|
||||||
}
|
}
|
||||||
emits('closeChangeOk',true);
|
emits('closeChangeOk',true);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -515,6 +515,26 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
|
<a-row :gutter="24" style="margin-top: 35px;"
|
||||||
|
v-if="(modalForm.user_doctor_info.register_cert)">
|
||||||
|
<a-col :span="24">
|
||||||
|
<div class="titletip"><span
|
||||||
|
class="arco-form-item-label-required-symbol red"></span>电子注册证<span>(点击图片查看大图)</span></div>
|
||||||
|
<a-form-item field="work_cert" label="" :hide-label="true">
|
||||||
|
<a-image-preview-group infinite>
|
||||||
|
<a-space v-show="modalSatus == 'detail'">
|
||||||
|
<a-image width="120" height="120" fit="cover"
|
||||||
|
show-loader :src="modalForm.user_doctor_info.register_cert" />
|
||||||
|
</a-space>
|
||||||
|
</a-image-preview-group>
|
||||||
|
<!-- <upload v-show="modalSatus != 'detail'" :isMultiple="true" :fileList="work_cert_list"
|
||||||
|
:dataType="'work_cert_list'" @changeData="changeData"></upload> -->
|
||||||
|
<!-- <a-upload v-show="modalSatus!='detail'" list-type="picture-card" :auto-upload="false"
|
||||||
|
@change="onChangeFile" accept="image/*" :file-list="work_cert_list"
|
||||||
|
@before-upload="beforeUpload('avatar')" action="/" image-preview /> -->
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
<a-row :gutter="24" style="margin-top: 35px;"
|
<a-row :gutter="24" style="margin-top: 35px;"
|
||||||
v-if="modalForm.user_doctor_info.id_card_front || modalSatus != 'detail'">
|
v-if="modalForm.user_doctor_info.id_card_front || modalSatus != 'detail'">
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user