feat: bpmn设计器添加assignStartUserHandlerType适配Simple模式

This commit is contained in:
LesanOuO
2024-11-17 14:43:52 +08:00
parent 6ac0ee5844
commit eefabf34a5
3 changed files with 99 additions and 0 deletions

View File

@ -54,6 +54,10 @@
<template #title><Icon icon="ep:promotion" />其他</template>
<element-other-config :id="elementId" />
</el-collapse-item>
<el-collapse-item name="customConfig" v-if="elementType.indexOf('Task') !== -1" key="customConfig">
<template #title><Icon icon="ep:circle-plus-filled" />自定义配置</template>
<element-custom-config :id="elementId" :type="elementType" />
</el-collapse-item>
</el-collapse>
</div>
</template>