修改头像
This commit is contained in:
parent
4947309e04
commit
5ab925cfe7
@ -8,6 +8,8 @@
|
||||
@click="handleAuth(item, index)" />
|
||||
<img v-if="item.sex == 'MALE'" src="../../../assets/manage/touxiang.png" alt="" class="img"
|
||||
@click="handleAuth(item, index)" />
|
||||
<img v-if="!item.sex" src="../../../assets/manage/touxiang.png" alt="" class="img"
|
||||
@click="handleAuth(item, index)" />
|
||||
<el-tooltip class="name" effect="dark" :content="item.patientName" placement="top">
|
||||
<span @click="handleAuth(item, index)">
|
||||
{{ item.patientName }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user