From b369a7913192a2ff8856b3944c9d736302e8d948 Mon Sep 17 00:00:00 2001 From: duorameng <2997944583@qq.com> Date: Wed, 29 Apr 2026 18:23:32 +0800 Subject: [PATCH] feat: add task pin #89 --- web/src/views/tasks/Tasks.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}