健康上报成功页面,特殊人群编辑删除权限判断

This commit is contained in:
liuye
2022-02-11 16:19:34 +08:00
parent f773c78f55
commit 27cf0aeac1
5 changed files with 73 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
</div>
<div class="user-info">
<p class="name">{{e.name}}
<span class="btn-icon" v-if="userGird != 0">
<span class="btn-icon" v-if="userGird != 0 && user.wxUserId == e.createUserId">
<img src="./img/edit-icon.png" alt="" @click="toEdit(e,item.dictValue)">
<img src="./img/del-icon.png" alt="" @click="del(e,item.dictValue)">
</span>