forked from verdnatura/salix-front
fix: refs #7648 Fix order property
This commit is contained in:
parent
a0350fe5e4
commit
50c8b3c672
|
@ -98,7 +98,6 @@ const printBuys = (rowId) => {
|
||||||
ref="myEntriesRef"
|
ref="myEntriesRef"
|
||||||
data-key="myEntriesList"
|
data-key="myEntriesList"
|
||||||
url="Entries/filter"
|
url="Entries/filter"
|
||||||
:order="['landed DESC', 'id DESC']"
|
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
default-mode="card"
|
default-mode="card"
|
||||||
auto-load
|
auto-load
|
||||||
|
|
Loading…
Reference in New Issue