流程图绘制条件流转
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"bpmn-moddle": "^6.0.0",
|
||||
"camunda-bpmn-moddle": "^4.5.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"diagram-js": "^11.4.1",
|
||||
"diagram-js-minimap": "^2.0.4",
|
||||
"echarts": "^5.4.3",
|
||||
"echarts-gl": "^2.0.9",
|
||||
@@ -49,7 +50,8 @@
|
||||
"vue-router": "4",
|
||||
"vxe-table": "^4.5.17",
|
||||
"vxe-table-plugin-export-xlsx": "^4.0.1",
|
||||
"xe-utils": "^3.5.14"
|
||||
"xe-utils": "^3.5.14",
|
||||
"yarn": "^1.22.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
消息与信号
|
||||
</template>
|
||||
<SignalAndMassage />
|
||||
</el-collapse-item>
|
||||
</el-collapse-item>-->
|
||||
<el-collapse-item name="condition" v-if="conditionFormVisible" key="condition">
|
||||
<template #title>
|
||||
<Icon name="el-icon-Promotion" />
|
||||
@@ -31,7 +31,7 @@
|
||||
</template>
|
||||
<FlowCondition :business-object="elementBusinessObject" :type="elementType" />
|
||||
</el-collapse-item>
|
||||
<el-collapse-item name="condition" v-if="formVisible" key="form">
|
||||
<!-- <el-collapse-item name="condition" v-if="formVisible" key="form">
|
||||
<template #title>
|
||||
<Icon name="el-icon-List" />
|
||||
表单
|
||||
@@ -89,7 +89,7 @@ import ElementBaseInfo from './base/ElementBaseInfo.vue'
|
||||
import ElementOtherConfig from './other/ElementOtherConfig.vue'
|
||||
// // import ElementTask from './task/ElementTask.vue'
|
||||
// import ElementMultiInstance from './multi-instance/ElementMultiInstance.vue'
|
||||
// import FlowCondition from './flow-condition/FlowCondition.vue'
|
||||
import FlowCondition from './flow-condition/FlowCondition.vue'
|
||||
// import SignalAndMassage from './signal-message/SignalAndMessage.vue'
|
||||
// import ElementListeners from './listeners/ElementListeners.vue'
|
||||
// import ElementProperties from './properties/ElementProperties.vue'
|
||||
|
||||
Reference in New Issue
Block a user