居民档案编辑删除权限

This commit is contained in:
liuye
2022-03-15 14:02:30 +08:00
parent 52729c9f65
commit d1d6ef69c1

View File

@@ -30,7 +30,7 @@
<div class="right">
<div class="rightTop">
<span class="name">{{ item.name }}</span>
<span class="btn" v-if="item.doRight == 1">
<span class="btn" v-if="user.id == item.createUserId">
<img src="./components/img/edit-icon.png" alt="" @click.stop="edit(item.id)">
<img src="./components/img/del-icon.png" alt="" @click.stop="del(item.id)">
</span>