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