This commit is contained in:
liuye
2022-02-11 15:03:46 +08:00
parent 9354b8e0f7
commit 0a0a82a5eb
3 changed files with 11 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
<div class="right">
<div class="rightTop">
<span class="name">{{ item.name }}</span>
<span class="btn">
<span class="btn" v-if="item.doRight == 1">
<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>