fix: use right variable instead item.name #1048

Merged
jsegarra merged 1 commits from hotfix_ticketSale_concept into master 2024-12-04 14:06:21 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ watch(
</template> </template>
<template #column-item="{ row }"> <template #column-item="{ row }">
<div class="row column full-width justify-between items-start"> <div class="row column full-width justify-between items-start">
{{ row?.item?.name }} {{ row?.concept }}
<div v-if="row?.item?.subName" class="subName"> <div v-if="row?.item?.subName" class="subName">
{{ row?.item?.subName.toUpperCase() }} {{ row?.item?.subName.toUpperCase() }}
</div> </div>