This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
<v-list-item
|
||||
v-for="item in reportList"
|
||||
:key="item.id"
|
||||
class="my-n3"
|
||||
@click="renderReport(item.id, item.name)"
|
||||
>
|
||||
<v-list-item-title>{{ item.name }}</v-list-item-title>
|
||||
<v-list-item-action class="d-none d-sm-flex">
|
||||
<v-btn icon @click.stop="editReport(item.id)">
|
||||
<v-btn x-small icon @click.stop="editReport(item.id)">
|
||||
<v-icon color="primary">$ayiEdit</v-icon>
|
||||
</v-btn>
|
||||
</v-list-item-action>
|
||||
|
||||
Reference in New Issue
Block a user