refactor: title显示

This commit is contained in:
dap
2025-08-19 16:41:33 +08:00
parent 3525571fab
commit 4ffb781f0a
4 changed files with 13 additions and 3 deletions

View File

@@ -17,6 +17,10 @@ export interface TaskInfo {
businessId: string;
nodeCode: string;
nodeName: string;
/**
* >5.5.0版本才有自定义标题
*/
businessTitle?: string;
nodeType: number;
permissionList?: any;
userList?: any;