0
0
Fork 0

feat: showdate icons

This commit is contained in:
Javier Segarra 2024-07-12 13:13:50 +02:00
parent 5518fa98e0
commit 4cbca1ca64
1 changed files with 2 additions and 17 deletions

View File

@ -628,7 +628,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<QTd class="col"> <QTd class="col">
<VnInputDate <VnInputDate
style="max-width: 125px" style="max-width: 125px"
:show-event="false" :show-event="true"
v-model="props.row.started" v-model="props.row.started"
v-on="getRowUpdateInputEvents(props, false, 'date')" v-on="getRowUpdateInputEvents(props, false, 'date')"
v-bind=" v-bind="
@ -646,7 +646,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<QTd class="col"> <QTd class="col">
<VnInputDate <VnInputDate
style="max-width: 125px" style="max-width: 125px"
:show-event="false" :show-event="true"
v-model="props.row.ended" v-model="props.row.ended"
v-on="getRowUpdateInputEvents(props, false, 'date')" v-on="getRowUpdateInputEvents(props, false, 'date')"
v-bind=" v-bind="
@ -693,21 +693,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</QIcon> </QIcon>
</QTd> </QTd>
</template> </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> </QTable>
<QPageSticky :offset="[20, 0]"> <QPageSticky :offset="[20, 0]">
<QBtn @click="addRow()" color="primary" fab icon="add" /> <QBtn @click="addRow()" color="primary" fab icon="add" />