#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 2 additions and 17 deletions
Showing only changes of commit 4cbca1ca64 - Show all commits

View File

@ -628,7 +628,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<QTd class="col">
<VnInputDate
style="max-width: 125px"
:show-event="false"
:show-event="true"
v-model="props.row.started"
v-on="getRowUpdateInputEvents(props, false, 'date')"
v-bind="
@ -646,7 +646,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<QTd class="col">
<VnInputDate
style="max-width: 125px"
:show-event="false"
:show-event="true"
v-model="props.row.ended"
v-on="getRowUpdateInputEvents(props, false, 'date')"
v-bind="
@ -693,21 +693,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</QIcon>
</QTd>
</template>
<template #bottom-row>
<QTd align="center">
<QIcon
@click.stop="addRow()"
class="fill-icon-on-hover"
color="primary"
name="add_circle"
size="sm"
>
<QTooltip>
{{ t('Add fixed price') }}
</QTooltip>
</QIcon>
</QTd>
</template>
</QTable>
<QPageSticky :offset="[20, 0]">
<QBtn @click="addRow()" color="primary" fab icon="add" />