File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/components/bpmnProcessDesigner/package/penal/task Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
() => props .type ,
71
71
() => {
72
72
if (props .type ) {
73
- witchTaskComponent .value = installedComponent [props .type ].componet
73
+ witchTaskComponent .value = installedComponent [props .type ].component
74
74
}
75
75
},
76
76
{ immediate: true }
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ import ReceiveTask from './task-components/ReceiveTask.vue'
6
6
export const installedComponent = {
7
7
UserTask : {
8
8
name : '用户任务' ,
9
- componet : UserTask
9
+ component : UserTask
10
10
} ,
11
11
ServiceTask : {
12
12
name : '服务任务' ,
13
- componet : ServiceTask
13
+ component : ServiceTask
14
14
} ,
15
15
ScriptTask : {
16
16
name : '脚本任务' ,
17
- componet : ScriptTask
17
+ component : ScriptTask
18
18
} ,
19
19
ReceiveTask : {
20
20
name : '接收任务' ,
21
- componet : ReceiveTask
21
+ component : ReceiveTask
22
22
}
23
23
}
24
24
You can’t perform that action at this time.
0 commit comments