fix: 去除流程设计器节点颜色选择

This commit is contained in:
tony
2022-12-27 08:58:20 +08:00
parent ae4b725f2e
commit 2ffb755f8c
2 changed files with 0 additions and 3 deletions

View File

@@ -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]
},