feat: 将草稿箱分拆为单独页面

This commit is contained in:
gaoyunqi
2024-02-20 15:03:32 +08:00
parent e657310fd3
commit 4e4ef58105
4 changed files with 168 additions and 13 deletions

View File

@ -36,7 +36,7 @@
});
const Drafts = defineAsyncComponent({
loader: () => import('../workflow/task/components/processTasks/Drafts.vue')
loader: () => import('../workflow/task/components/processTasks/DraftsV2.vue')
});
const componentByType: Map<string, any> = new Map([
['ToDoTasks', ToDoTasks],