Last report implemented throughout

This commit is contained in:
2021-09-09 22:36:00 +00:00
parent 3fb25fce47
commit 130a6d5f03
104 changed files with 634 additions and 2169 deletions

View File

@@ -217,7 +217,8 @@
</v-list-item-action>
<v-list-item-content>
<v-list-item-title>
<span>{{ $ay.t(item.title) }}</span>
<span v-if="item.notrans">{{ item.title }}</span>
<span v-else>{{ $ay.t(item.title) }}</span>
</v-list-item-title>
</v-list-item-content>
</v-list-item>