0
0
Fork 0

refactor: refs #7553 added order to Expedition table and tootltip in delete button

This commit is contained in:
Jon Elias 2024-09-04 08:18:10 +02:00
parent cb7d729b0f
commit 5471607d32
1 changed files with 9 additions and 1 deletions

View File

@ -302,7 +302,9 @@ onUnmounted(() => (stateStore.rightDrawer = false));
deleteExpedition deleteExpedition
) )
" "
/> >
<QTooltip>{{ t('Delete expedition') }}</QTooltip>
</QBtn>
</QBtnGroup> </QBtnGroup>
</template> </template>
</VnSubToolbar> </VnSubToolbar>
@ -320,6 +322,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
}" }"
default-mode="table" default-mode="table"
auto-load auto-load
order="created DESC"
> >
<template #column-packagingItemFk="{ row }"> <template #column-packagingItemFk="{ row }">
<span class="link" @click.stop> <span class="link" @click.stop>
@ -363,3 +366,8 @@ onUnmounted(() => (stateStore.rightDrawer = false));
</QTable> </QTable>
</QDialog> </QDialog>
</template> </template>
<i18n>
es:
Delete expedition: Eliminar expedición
</i18n>