page รอ API // ui เมนู
This commit is contained in:
parent
acdc6d19f7
commit
621f965151
8 changed files with 319 additions and 23 deletions
|
|
@ -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>("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue