Browse Source

fix: 更新流程设计面板

master
tony 3 years ago
parent
commit
b57ccd6a8f
  1. 2
      ruoyi-ui/src/components/Process/customPanel/CustomContextPad.js
  2. 3
      ruoyi-ui/src/components/Process/lang/zh.js

2
ruoyi-ui/src/components/Process/customPanel/CustomContextPad.js

@ -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',

3
ruoyi-ui/src/components/Process/lang/zh.js

@ -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': '分割成三个道',

Loading…
Cancel
Save