forked from verdnatura/salix-front
refactor: refs #7553 added order to Expedition table and tootltip in delete button
This commit is contained in:
parent
cb7d729b0f
commit
5471607d32
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue