feat-wip(components): 抽取leaveEdit组件,适配流程编辑和预览功能

This commit is contained in:
AN
2025-06-17 23:57:04 +08:00
parent 1cbeb59c0b
commit 85115ce327
10 changed files with 233 additions and 80 deletions

View File

@ -43,4 +43,6 @@ declare namespace CommonType {
/** filter function */
filterFn?: (node: any) => boolean;
};
/** the type of workflow table operate */
type WorkflowTableOperateType = 'add' | 'edit' | 'detail' | 'approval';
}