แก้ลา
This commit is contained in:
parent
f2378ff1c7
commit
c6ef482bb5
25 changed files with 26 additions and 26 deletions
|
|
@ -52,8 +52,8 @@ const table = ref<any>(null);
|
|||
*/
|
||||
const currentPage = ref<number>(1);
|
||||
const pagination = ref({
|
||||
sortBy: "desc",
|
||||
descending: false,
|
||||
sortBy: "dateSendLeave",
|
||||
descending: true,
|
||||
page: 1,
|
||||
rowsPerPage: Number(props.pageSize),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue