mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 08:52:41 +08:00
14 lines
341 B
TypeScript
14 lines
341 B
TypeScript
![]() |
import UserTask from './components/UserTask.vue'
|
||
|
import BoundaryEventTimer from './components/BoundaryEventTimer.vue'
|
||
|
|
||
|
export const CustomConfigMap = {
|
||
|
UserTask: {
|
||
|
name: '用户任务',
|
||
|
componet: UserTask
|
||
|
},
|
||
|
BoundaryEventTimerEventDefinition: {
|
||
|
name: '定时边界事件(非中断)',
|
||
|
componet: BoundaryEventTimer
|
||
|
}
|
||
|
}
|