兰宝车间质量管理系统-前端
LiuHao
2024-04-15 1fbc5afe75516b3d6d08c7dbeb2d47642d7ce30d
src/bpmn/panel/index.vue
@@ -50,6 +50,7 @@
  if (type === 'bpmn:Participant') return ParticipantPanel;
  if (type === 'bpmn:SubProcess') return SubProcessPanel;
  //return proxy?.$modal.msgWarning('面板开发中....');
  return undefined;
});
const nodeName = computed(() => {
@@ -58,6 +59,7 @@
    const type = bizObj?.eventDefinitions && bizObj?.eventDefinitions.length > 0 ? bizObj.eventDefinitions[0].$type : bizObj.$type;
    return NodeName[type] || type;
  }
  return '';
});
const handleModeler = () => {