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