feat: 添加流程实例功能

This commit is contained in:
AN
2025-05-24 00:49:15 +08:00
parent 11aba9e2c8
commit f9d57f1b71
14 changed files with 628 additions and 9 deletions

View File

@ -358,6 +358,15 @@ export const generatedRoutes: GeneratedRoute[] = [
title: 'workflow_process-definition',
i18nKey: 'route.workflow_process-definition'
}
},
{
name: 'workflow_process-instance',
path: '/workflow/process-instance',
component: 'view.workflow_process-instance',
meta: {
title: 'workflow_process-instance',
i18nKey: 'route.workflow_process-instance'
}
}
]
}