mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-23 17:58:37 +00:00
feat: 重构自定义配置,支持对不同类型节点绩效配置
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import UserTask from './components/UserTask.vue'
|
||||
import BoundaryEventTimer from './components/BoundaryEventTimer.vue'
|
||||
|
||||
export const CustomConfigMap = {
|
||||
UserTask: {
|
||||
name: '用户任务',
|
||||
componet: UserTask
|
||||
},
|
||||
BoundaryEventTimerEventDefinition: {
|
||||
name: '定时边界事件(非中断)',
|
||||
componet: BoundaryEventTimer
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user