feat(projects): 新增 '我发起的' 功能

This commit is contained in:
AN
2025-06-30 22:37:29 +08:00
parent c3ea81dc0d
commit a77edc2e36
16 changed files with 454 additions and 39 deletions

View File

@ -61,6 +61,7 @@ declare module "@elegant-router/types" {
"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";
};
/**
@ -160,6 +161,7 @@ declare module "@elegant-router/types" {
| "workflow_process-definition"
| "workflow_process-instance"
| "workflow_task_all-task-waiting"
| "workflow_task_my-document"
>;
/**