【代码评审】工作流:快搭部分的 code review

This commit is contained in:
YunaiV
2024-08-11 00:48:07 +08:00
parent 5376eb4051
commit fd13eb7f8f
8 changed files with 48 additions and 42 deletions

View File

@@ -146,7 +146,7 @@ onMounted(async () => {
processNodeTree.value = {
name: '开始',
type: NodeType.START_EVENT_NODE,
id: 'StartEvent_1',
id: 'StartEvent_1', // TODO @jason这个我们要不要 StartEvent 哈?
childNode: {
id: 'EndEvent_1',
name: '结束',

View File

@@ -213,7 +213,7 @@ export type ButtonSetting = {
enable: boolean
}
// 操作按钮类型枚举 (用于审批节点)
// 操作按钮类型枚举 (用于审批节点) // TODO @jason建议不缩写哈
export enum OpsButtonType {
/**
* 通过