fix: 更新流程设计面板
parent
56864b81f4
commit
b57ccd6a8f
|
|
@ -364,7 +364,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
|
|||
'append.append-user-task': appendAction(
|
||||
'bpmn:Task',
|
||||
'bpmn-icon-user-task',
|
||||
translate('添加用户任务')
|
||||
'添加用户任务'
|
||||
),
|
||||
'append.intermediate-event': appendAction(
|
||||
'bpmn:IntermediateThrowEvent',
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@ export default {
|
|||
'Append Task': '添加任务',
|
||||
'Append Gateway': '添加网关',
|
||||
'Append EndEvent': '添加结束事件',
|
||||
"Append Intermediate/Boundary Event": '添加开始事件',
|
||||
'Append StartEvent': '添加开始事件',
|
||||
"Append Intermediate/Boundary Event": '添加边界事件',
|
||||
'Add Lane above': '在上面添加道',
|
||||
'Divide into two Lanes': '分割成两个道',
|
||||
'Divide into three Lanes': '分割成三个道',
|
||||
|
|
|
|||
Loading…
Reference in New Issue