no message
This commit is contained in:
parent
eac10d3f3a
commit
0f78a86e65
2 changed files with 2 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ const props = defineProps({
|
|||
roleAdmin: Boolean,
|
||||
});
|
||||
const pagination = ref({
|
||||
sortBy: "number",
|
||||
sortBy: "examNumber",
|
||||
descending: false,
|
||||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue