#7671 - Fix minor bugs ItemFixedPrices #692

Merged
jsegarra merged 7 commits from 7671_dense_itemFixedPrices into dev 2024-09-10 05:19:47 +00:00
1 changed files with 12 additions and 10 deletions
Showing only changes of commit 41939315be - Show all commits

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: