update values in loop

This commit is contained in:
Kseninia Mikhaylova 2024-08-22 16:40:37 +03:00
parent f63a9ef6b3
commit d57429d9c6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const getData = async () => {
<UCard v-for="item in data" class="col-span-6" v-if="data && isOrg == false">
<template #header>
<template v-for="el in item.tmc">
{{ el.tmc__name }}, всего {{ el.count }}
{{ el.tmc__name }}
</template>
<UBadge>{{ item.inv_count }}</UBadge>
</template>