居民档案编辑删除权限
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="rightTop">
|
<div class="rightTop">
|
||||||
<span class="name">{{ item.name }}</span>
|
<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/edit-icon.png" alt="" @click.stop="edit(item.id)">
|
||||||
<img src="./components/img/del-icon.png" alt="" @click.stop="del(item.id)">
|
<img src="./components/img/del-icon.png" alt="" @click.stop="del(item.id)">
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user