WIP: #6943 improve_sections_and_e2e #998

Draft
jsegarra wants to merge 10 commits from 6943_improve_sections_and_e2e into dev
1 changed files with 0 additions and 4 deletions
Showing only changes of commit dde4c1bd2c - Show all commits

View File

@ -321,10 +321,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<div class="column">
<span v-for="(saleComponent, index) in row.components" :key="index">
{{ toCurrency(saleComponent.value * row.quantity, 'EUR', 3) }}
<!-- <QTooltip>
{{ saleComponent.component?.name }}:
{{ toCurrency(saleComponent.value, 'EUR', 3) }}
</QTooltip> -->
</span>
</div>
</template>