mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-22 17:48:37 +00:00
14 lines
377 B
TypeScript
14 lines
377 B
TypeScript
import UserTaskCustomConfig from './components/UserTaskCustomConfig.vue'
|
|
import BoundaryEventTimer from './components/BoundaryEventTimer.vue'
|
|
|
|
export const CustomConfigMap = {
|
|
UserTask: {
|
|
name: '用户任务',
|
|
componet: UserTaskCustomConfig
|
|
},
|
|
BoundaryEventTimerEventDefinition: {
|
|
name: '定时边界事件(非中断)',
|
|
componet: BoundaryEventTimer
|
|
}
|
|
}
|