mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat-wip(components): 抽取leaveEdit组件,适配流程编辑和预览功能
This commit is contained in:
2
src/typings/common.d.ts
vendored
2
src/typings/common.d.ts
vendored
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user