bug
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
<div class="right">
|
||||
<div class="rightTop">
|
||||
<span class="name">{{ item.name }}</span>
|
||||
<!-- <span class="btn" v-if="item.doRight == 1"> -->
|
||||
<span class="btn">
|
||||
<span class="btn" v-if="item.doRight == 1">
|
||||
<!-- <span class="btn"> -->
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user