#7671 - ItemFixedPrices dense rows #527

Merged
jsegarra merged 47 commits from 7671_dense_itemFixedPrices into dev 2024-09-09 12:33:12 +00:00
1 changed files with 1 additions and 26 deletions
Showing only changes of commit 5518fa98e0 - Show all commits

View File

@ -524,32 +524,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</template>
<template #header="props">
<QTr :props="props" class="bg">
<QTh>
<QIcon
@click.stop="addRow()"
class="fill-icon-on-hover"
color="primary"
name="add_circle"
size="sm"
>
<QTooltip>
{{ t('Add fixed price') }}
</QTooltip>
</QIcon>
<!-- <QIcon
v-if="!(checked && rowsSelected.length > 0)"
v-else-if="tableRef?.rows?.length > 0"
@click.stop="removeFuturePrice()"
class="fill-icon-on-hover"
color="primary"
name="delete"
size="sm"
>
<QTooltip>
{{ t('Add fixed price') }}
</QTooltip>
</QIcon>-->
</QTh>
<QTh />
<QTh
v-for="col in props.cols"
:key="col.name"