workflow-editor 0.9.64 → 0.9.65-boe2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-editor",
3
- "version": "0.9.64",
3
+ "version": "0.9.65-boe2",
4
4
  "description": "流程编辑器",
5
5
  "main": "lib/workflow-editor.umd.min.js",
6
6
  "private": false,
@@ -33,7 +33,7 @@
33
33
  "element-ui": "2.15.3",
34
34
  "eslint": "5.16.0",
35
35
  "eslint-plugin-vue": "5.2.2",
36
- "imatrix-ui": "2.8.12",
36
+ "imatrix-ui": "2.8.6",
37
37
  "node-sass": "4.12.0",
38
38
  "nprogress": "^0.2.0",
39
39
  "sass-loader": "^7.1.0",
@@ -224,6 +224,8 @@ const cn = {
224
224
  handlingYyThePersonnelOfTheDepartmentOfTheInitiator: '发起人所在部门人员办理',
225
225
  personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling: '发起人所在部门人员参与办理',
226
226
  selectSpecificHandler: '选择具体办理人',
227
+ selectOneFromDept: '同一部门仅需一人办理',
228
+ generateOneInstanceFromDept: '同一部门生成一个实例',
227
229
  selectionMethod: '选择方式',
228
230
  manualSelection: '人工选择',
229
231
  autoSelect: '自动选择',
@@ -313,7 +315,8 @@ const cn = {
313
315
  isNull: '等于Null',
314
316
  isNotNull: '不等于Null',
315
317
  defaultMailTemplate: '默认邮件模板',
316
- trustTask: '委托任务'
318
+ trustTask: '委托任务',
319
+ subprocessIsSharedForm: '主子流程共用表单'
317
320
  },
318
321
  // 环节属性
319
322
  task: {
@@ -224,6 +224,8 @@ const en = {
224
224
  handlingYyThePersonnelOfTheDepartmentOfTheInitiator: 'Handling By The Personnel Of The Department Of The Initiator',
225
225
  personnelOfTheDepartmentWhereTheInitiatorWorksParticipateInTheHandling: 'Personnel Of The Department Where The Initiator Works Participate In The Handling',
226
226
  selectSpecificHandler: 'Select Specific Handler',
227
+ selectOneFromDept: 'Only one person is required to handle the same department',
228
+ generateOneInstanceFromDept: 'Generate an instance from the same department',
227
229
  selectionMethod: 'Selection Method',
228
230
  manualSelection: 'Manual Selection',
229
231
  autoSelect: 'Auto Select',
@@ -313,7 +315,8 @@ const en = {
313
315
  isNull: 'Is Null',
314
316
  isNotNull: 'Is Not Null',
315
317
  defaultMailTemplate: 'Default Mail Template',
316
- trustTask: 'Trust Task'
318
+ trustTask: 'Trust Task',
319
+ subprocessIsSharedForm: 'Main process and subprocess shared form'
317
320
  },
318
321
  // 环节属性
319
322
  task: {