|
@ -4,7 +4,7 @@
|
|
|
<img :src="setImg(patientInfo.photo)" alt="" class="info-avatar" />
|
|
|
<div>
|
|
|
<div style="margin-bottom: 6px">
|
|
|
{{patientInfo.name}} {{patientInfo.sex}} {{patientInfo.age}}岁 {{patientInfo.idcard}}
|
|
|
{{patientInfo.name}} {{patientInfo.sex}} {{patientInfo.age}}岁 {{patientInfo.idcardStr}}
|
|
|
<el-button type="primary" size="mini" @click="copyToClipboard(patientInfo.idcard)">复制证件号码</el-button>
|
|
|
</div>
|
|
|
<div v-if="patientInfo.label">
|