Commit 8edb4ccb authored by 高滢's avatar 高滢

证书判断空

parent 3e37954d
......@@ -44,10 +44,13 @@
</el-col>
<el-col :span="8">
<el-form-item prop="name" label="证书">
<el-image
style="width: 100px; height: 100px"
:src="baseURL+doctorForm.certificateUrl"
/>
<span v-if="doctorForm.certificateUrl===null || doctorForm.certificateUrl===''">-</span>
<div v-else>
<el-image
style="width: 100px; height: 100px"
:src="baseURL+doctorForm.certificateUrl"
/>
</div>
</el-form-item>
</el-col>
<el-col :span="8">
......
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