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" effect="dark"
:content="item.patientName" :content="item.patientName"
placement="top" placement="top"
@click="handleAuth(item, index)"
> >
<span> {{ item.patientName }} </span> <span @click="handleAuth(item, index)">
{{ item.patientName }}
</span>
</el-tooltip> </el-tooltip>
<div class="agesex"> <div class="agesex">
{{ item.sex == "MALE" ? "男" : "" }} {{ item.sex == "MALE" ? "男" : "" }}