This commit is contained in:
闫晓茹 2024-08-09 16:00:42 +08:00
parent d620c7274d
commit 8be9292c21

View File

@ -23,9 +23,10 @@
effect="dark"
:content="item.patientName"
placement="top"
@click="handleAuth(item, index)"
>
<span> {{ item.patientName }} </span>
<span @click="handleAuth(item, index)">
{{ item.patientName }}
</span>
</el-tooltip>
<div class="agesex">
{{ item.sex == "MALE" ? "男" : "" }}