forked from verdnatura/salix-front
style: show subName value
This commit is contained in:
parent
9c86fd0ed5
commit
41939315be
|
@ -519,16 +519,12 @@ function handleOnDataSave({ CrudModelRef }) {
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
<template #column-description="{ row }">
|
<template #column-description="{ row }">
|
||||||
<QTd class="col">
|
<span class="link">
|
||||||
<span class="link">
|
{{ row.name }}
|
||||||
{{ row.name }}
|
</span>
|
||||||
</span>
|
<span class="subName">{{ row.subName }}</span>
|
||||||
<ItemDescriptorProxy :id="row.itemFk" />
|
<ItemDescriptorProxy :id="row.itemFk" />
|
||||||
<FetchedTags
|
<FetchedTags style="width: max-content; max-width: 220px" :item="row" />
|
||||||
style="width: max-content; max-width: 220px"
|
|
||||||
:item="row"
|
|
||||||
/>
|
|
||||||
</QTd>
|
|
||||||
</template>
|
</template>
|
||||||
<template #column-rate2="props">
|
<template #column-rate2="props">
|
||||||
<QTd class="col">
|
<QTd class="col">
|
||||||
|
@ -682,6 +678,12 @@ tbody tr.highlight .q-td {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.subName {
|
||||||
|
margin-left: 5%;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: var(--vn-label-color);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
<i18n>
|
||||||
es:
|
es:
|
||||||
|
|
Loading…
Reference in New Issue