order filter sort by created desc
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
a44bb2a13c
commit
a0a6c49349
|
@ -4,7 +4,7 @@
|
|||
filter="::$ctrl.filter"
|
||||
limit="20"
|
||||
data="routes"
|
||||
order="id ASC">
|
||||
order="created DESC">
|
||||
</vn-crud-model>
|
||||
<div class="content-block">
|
||||
<div class="vn-list">
|
||||
|
|
|
@ -32,8 +32,7 @@ export default class Controller {
|
|||
}
|
||||
}
|
||||
},
|
||||
],
|
||||
order: 'created DESC'
|
||||
]
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue