兰宝车间质量管理系统-前端
bleachtred
2024-04-18 4aa42f5c20d56661a3d7dbaad8a9d0a21bbb5f73
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 = () => {