diff --git a/apps/web-antd/src/views/workflow/task/myDocument.vue b/apps/web-antd/src/views/workflow/task/myDocument.vue index 5b6a5e20..5a1804bc 100644 --- a/apps/web-antd/src/views/workflow/task/myDocument.vue +++ b/apps/web-antd/src/views/workflow/task/myDocument.vue @@ -111,7 +111,7 @@ async function handleCardClick(item: TaskInfo) { class="bg-background sticky bottom-0 w-full rounded-b-lg border-t-[1px] py-2" >
- 共 {{ taskList.length }} 条记录 + 共 {{ taskTotal }} 条记录
diff --git a/apps/web-antd/src/views/workflow/task/taskFinish.vue b/apps/web-antd/src/views/workflow/task/taskFinish.vue index 6cf02a03..e70d46e1 100644 --- a/apps/web-antd/src/views/workflow/task/taskFinish.vue +++ b/apps/web-antd/src/views/workflow/task/taskFinish.vue @@ -112,7 +112,7 @@ async function handleCardClick(item: TaskInfo) { class="bg-background sticky bottom-0 w-full rounded-b-lg border-t-[1px] py-2" >
- 共 {{ taskList.length }} 条记录 + 共 {{ taskTotal }} 条记录
diff --git a/apps/web-antd/src/views/workflow/task/taskWaiting.vue b/apps/web-antd/src/views/workflow/task/taskWaiting.vue index a27d3055..e7454d28 100644 --- a/apps/web-antd/src/views/workflow/task/taskWaiting.vue +++ b/apps/web-antd/src/views/workflow/task/taskWaiting.vue @@ -112,7 +112,7 @@ async function handleCardClick(item: TaskInfo) { class="bg-background sticky bottom-0 w-full rounded-b-lg border-t-[1px] py-2" >
- 共 {{ taskList.length }} 条记录 + 共 {{ taskTotal }} 条记录