feat-wip(projects): 新增我的待办列表

This commit is contained in:
AN
2025-07-01 22:13:57 +08:00
parent baa0584bdc
commit 4e1f539576
14 changed files with 367 additions and 28 deletions

View File

@ -62,6 +62,7 @@ declare module "@elegant-router/types" {
"workflow_task": "/workflow/task";
"workflow_task_all-task-waiting": "/workflow/task/all-task-waiting";
"workflow_task_my-document": "/workflow/task/my-document";
"workflow_task_task-waiting": "/workflow/task/task-waiting";
};
/**
@ -162,6 +163,7 @@ declare module "@elegant-router/types" {
| "workflow_process-instance"
| "workflow_task_all-task-waiting"
| "workflow_task_my-document"
| "workflow_task_task-waiting"
>;
/**