no message

This commit is contained in:
setthawutttty 2023-09-13 09:37:51 +07:00
parent eac10d3f3a
commit 0f78a86e65
2 changed files with 2 additions and 7 deletions

View file

@ -567,12 +567,7 @@ const checkSelected = computed(() => {
return true;
}
});
const pagination = ref({
sortBy: "fullname",
descending: true,
page: 1,
rowsPerPage: 10,
});
const paginationLabel = (start: number, end: number, total: number) => {
if (paging.value == true) return " " + start + "-" + end + " ใน " + total;
else return start + "-" + end + " ใน " + total;

View file

@ -96,7 +96,7 @@ const props = defineProps({
roleAdmin: Boolean,
});
const pagination = ref({
sortBy: "number",
sortBy: "examNumber",
descending: false,
page: 1,
rowsPerPage: 10,