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

@ -207,7 +207,8 @@ const routeMap: RouteMap = {
"workflow_process-instance": "/workflow/process-instance",
"workflow_task": "/workflow/task",
"workflow_task_all-task-waiting": "/workflow/task/all-task-waiting",
"workflow_task_my-document": "/workflow/task/my-document"
"workflow_task_my-document": "/workflow/task/my-document",
"workflow_task_task-waiting": "/workflow/task/task-waiting"
};
/**