page รอ API // ui เมนู

This commit is contained in:
STW_TTTY\stwtt 2024-03-29 18:05:19 +07:00
parent acdc6d19f7
commit 621f965151
8 changed files with 319 additions and 23 deletions

View file

@ -190,7 +190,8 @@ const employeePosition = ref<string>("");
const employeeLevel = ref<string>("");
const posNo = ref<string>("");
const initialPagination = ref<Pagination>({
rowsPerPage: 0,
page: 1,
rowsPerPage: 10,
});
const expanded = ref<string[]>([]);
const selected = ref<string>("");