修改
This commit is contained in:
parent
d620c7274d
commit
8be9292c21
@ -3,7 +3,7 @@
|
||||
<div v-for="(item, index) in patientInfoList" :key="item.id">
|
||||
<div @click="handleAuthRole(item, index)" class="cards">
|
||||
<div class="carditem">
|
||||
<div class="top" >
|
||||
<div class="top">
|
||||
<img
|
||||
v-if="item.sex == 'FEMALE'"
|
||||
src="../../../assets/manage/nvtouxiang.png"
|
||||
@ -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" ? "男" : "" }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user