This commit is contained in:
2022-10-28 23:19:32 +00:00
parent 8b52cd43e2
commit fdea5e3e4b
2 changed files with 8 additions and 2 deletions

View File

@@ -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>