refactor: 使用映射方式替换iframe来显示流程详情

This commit is contained in:
dap
2025-08-08 10:07:16 +08:00
parent 46e642a2ce
commit c401a3092f
8 changed files with 73 additions and 118 deletions

View File

@@ -21,7 +21,7 @@ export interface TaskInfo {
permissionList?: any;
userList?: any;
formCustom: string;
formPath?: any;
formPath: string;
flowCode: string;
version: string;
flowStatus: string;