diff --git a/web/src/views/tasks/Tasks.vue b/web/src/views/tasks/Tasks.vue index d48d2b0..d95b161 100644 --- a/web/src/views/tasks/Tasks.vue +++ b/web/src/views/tasks/Tasks.vue @@ -571,7 +571,7 @@ watch(() => route.query.agent_id, (newVal: any) => {
-
#{{ (currentPage - 1) * pageSize + index + 1 }}
+
#{{ total - (currentPage - 1) * pageSize - index }}
@@ -666,7 +666,7 @@ watch(() => route.query.agent_id, (newVal: any) => {
-
#{{ (currentPage - 1) * pageSize + index + 1 }}
+
#{{ total - (currentPage - 1) * pageSize - index }}
@@ -734,7 +734,7 @@ watch(() => route.query.agent_id, (newVal: any) => {
- #{{ (currentPage - 1) * pageSize + index + 1 }} + #{{ total - (currentPage - 1) * pageSize - index }}