update values in loop
This commit is contained in:
parent
f63a9ef6b3
commit
d57429d9c6
|
@ -43,7 +43,7 @@ const getData = async () => {
|
||||||
<UCard v-for="item in data" class="col-span-6" v-if="data && isOrg == false">
|
<UCard v-for="item in data" class="col-span-6" v-if="data && isOrg == false">
|
||||||
<template #header>
|
<template #header>
|
||||||
<template v-for="el in item.tmc">
|
<template v-for="el in item.tmc">
|
||||||
{{ el.tmc__name }}, всего {{ el.count }}
|
{{ el.tmc__name }}
|
||||||
</template>
|
</template>
|
||||||
<UBadge>{{ item.inv_count }}</UBadge>
|
<UBadge>{{ item.inv_count }}</UBadge>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue