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;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const pagination = ref({
|
|
||||||
sortBy: "fullname",
|
|
||||||
descending: true,
|
|
||||||
page: 1,
|
|
||||||
rowsPerPage: 10,
|
|
||||||
});
|
|
||||||
const paginationLabel = (start: number, end: number, total: number) => {
|
const paginationLabel = (start: number, end: number, total: number) => {
|
||||||
if (paging.value == true) return " " + start + "-" + end + " ใน " + total;
|
if (paging.value == true) return " " + start + "-" + end + " ใน " + total;
|
||||||
else return start + "-" + end + " ใน " + total;
|
else return start + "-" + end + " ใน " + total;
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ const props = defineProps({
|
||||||
roleAdmin: Boolean,
|
roleAdmin: Boolean,
|
||||||
});
|
});
|
||||||
const pagination = ref({
|
const pagination = ref({
|
||||||
sortBy: "number",
|
sortBy: "examNumber",
|
||||||
descending: false,
|
descending: false,
|
||||||
page: 1,
|
page: 1,
|
||||||
rowsPerPage: 10,
|
rowsPerPage: 10,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue