forked from verdnatura/salix-front
fix: refs #8083 add order
This commit is contained in:
parent
9f3c834ce4
commit
da4c1e9c12
|
@ -321,6 +321,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
|||
}
|
||||
}
|
||||
"
|
||||
order="created DESC"
|
||||
>
|
||||
<template #column-packagingItemFk="{ row }">
|
||||
<span class="link" @click.stop>
|
||||
|
|
Loading…
Reference in New Issue