|
@@ -1,10 +1,10 @@
|
|
|
-import UserTask from './components/UserTask.vue'
|
|
|
+import UserTaskCustomConfig from './components/UserTaskCustomConfig.vue'
|
|
|
import BoundaryEventTimer from './components/BoundaryEventTimer.vue'
|
|
|
|
|
|
export const CustomConfigMap = {
|
|
|
UserTask: {
|
|
|
name: '用户任务',
|
|
|
- componet: UserTask
|
|
|
+ componet: UserTaskCustomConfig
|
|
|
},
|
|
|
BoundaryEventTimerEventDefinition: {
|
|
|
name: '定时边界事件(非中断)',
|