fix(evaluate):sort

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-30 15:30:30 +07:00
parent 00fc7eac26
commit 9b11502663
6 changed files with 81 additions and 184 deletions

View file

@ -20,7 +20,7 @@ const total = computed(() => {
});
const pagination = ref({
sortBy: "desc",
sortBy: "",
descending: false,
page: 1,
rowsPerPage: 10,