fix(evaluate):sort
This commit is contained in:
parent
00fc7eac26
commit
9b11502663
6 changed files with 81 additions and 184 deletions
|
|
@ -20,7 +20,7 @@ const total = computed(() => {
|
|||
});
|
||||
|
||||
const pagination = ref({
|
||||
sortBy: "desc",
|
||||
sortBy: "",
|
||||
descending: false,
|
||||
page: 1,
|
||||
rowsPerPage: 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue