修改
This commit is contained in:
parent
d620c7274d
commit
8be9292c21
@ -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" ? "男" : "" }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user