0
0
Fork 0

style: show subName value

This commit is contained in:
Javier Segarra 2024-09-10 00:17:39 +02:00
parent 9c86fd0ed5
commit 41939315be
1 changed files with 12 additions and 10 deletions

View File

@ -519,16 +519,12 @@ function handleOnDataSave({ CrudModelRef }) {
</QTd>
</template>
<template #column-description="{ row }">
<QTd class="col">
<span class="link">
{{ row.name }}
</span>
<ItemDescriptorProxy :id="row.itemFk" />
<FetchedTags
style="width: max-content; max-width: 220px"
:item="row"
/>
</QTd>
<span class="link">
{{ row.name }}
</span>
<span class="subName">{{ row.subName }}</span>
<ItemDescriptorProxy :id="row.itemFk" />
<FetchedTags style="width: max-content; max-width: 220px" :item="row" />
</template>
<template #column-rate2="props">
<QTd class="col">
@ -682,6 +678,12 @@ tbody tr.highlight .q-td {
background-color: transparent;
}
}
.subName {
margin-left: 5%;
font-size: 0.75rem;
text-transform: uppercase;
color: var(--vn-label-color);
}
</style>
<i18n>
es: