Commit 83f4225b authored by 小费同学阿's avatar 小费同学阿 💬

65984 挂号管理-新增挂号,兽医头像加载失败(需求变更 证书多张展示)

parent c12c7eae
......@@ -46,10 +46,7 @@
<el-form-item prop="name" label="证书">
<span v-if="doctorForm.certificateUrl===null || doctorForm.certificateUrl===''">-</span>
<div v-else>
<el-image
style="width: 100px; height: 100px"
:src="baseURL+doctorForm.certificateUrl"
/>
<image-preview :src="doctorForm.certificateUrl" />
</div>
</el-form-item>
</el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment