8093-devToTest_2442_3 #831

Merged
alexm merged 335 commits from 8093-devToTest_2442_3 into test 2024-10-15 07:22:05 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit 5471607d32 - Show all commits

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>