0
0
Fork 0

perf: remove comments

This commit is contained in:
Javier Segarra 2024-11-24 08:49:03 +01:00
parent 8d59cfa9c3
commit a45bf4c83b
2 changed files with 0 additions and 5 deletions

View File

@ -77,7 +77,6 @@ const filterClientFindOne = {
</template> </template>
</FormModel> </FormModel>
</QCard> </QCard>
<!-- </div> -->
</template> </template>
<i18n> <i18n>

View File

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