|
|
@ -57,7 +57,6 @@ import getInitStr from './flowable/init' |
|
|
|
// 引入flowable的节点文件 |
|
|
|
import FlowableModule from './flowable/flowable.json' |
|
|
|
import customControlsModule from './customPanel' |
|
|
|
import BpmnColorPickerModule from 'bpmn-js-color-picker'; |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'WorkflowBpmnModeler', |
|
|
@ -109,7 +108,6 @@ export default { |
|
|
|
container: this.$refs.canvas, |
|
|
|
additionalModules: [ |
|
|
|
customControlsModule, |
|
|
|
BpmnColorPickerModule, |
|
|
|
{ //汉化 |
|
|
|
translate: ['value', customTranslate] |
|
|
|
}, |
|
|
|