แก้ลา

This commit is contained in:
setthawutttty 2025-03-27 11:47:20 +07:00
parent f2378ff1c7
commit c6ef482bb5
25 changed files with 26 additions and 26 deletions

View file

@ -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),
});