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