ผูก api จัดสรร
This commit is contained in:
parent
88e928e69f
commit
27340c9ca8
10 changed files with 895 additions and 1120 deletions
|
|
@ -86,7 +86,7 @@ const pagination = ref({
|
|||
rowsPerPage: 10,
|
||||
});
|
||||
const paging = ref<boolean>(true);
|
||||
const paginationLabel = (start: string, end: string, total: string) => {
|
||||
const paginationLabel = (start: number, end: number, total: number) => {
|
||||
if (paging.value == true) return " " + start + "-" + end + " ใน " + total;
|
||||
else return start + "-" + end + " ใน " + total;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue