@ui-ddy-process/design 1.5.5
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/LICENSE +34 -0
- package/README.md +1 -0
- package/lib/favicon.ico +0 -0
- package/lib/locale/lang/en.js +274 -0
- package/lib/locale/lang/zh.js +301 -0
- package/lib/nf-design-elp.js +396 -0
- package/package.json +40 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
NutFlow流程设计商业授权许可协议
|
|
2
|
+
|
|
3
|
+
一、 知识产权:
|
|
4
|
+
NutFlow流程设计系列软件知识产权归 孙寿辰(273702440@qq.com) 个人独立所有。
|
|
5
|
+
|
|
6
|
+
二、 许可:
|
|
7
|
+
1. 在您完全接受并遵守本协议的基础上,本协议授予您使用NutFlow流程设计的某些权利和非独占性许可。
|
|
8
|
+
2. 本协议中,将本产品使用用途分为“专业版用途”和“企业版用途”。
|
|
9
|
+
3. “专业版用途”定义:指个人在非团体机构中出于任何目的使用本产品(任何目的包括商业目的或非盈利目的)。
|
|
10
|
+
4. “企业版用途”定义:指团体机构(例如公司企业、政府、学校、军队、医院、社会团体等各类组织)(不包含集团,若集团使用则需为各个子公司分别购买企业授权)出于任何目的使用本产品(任何目的包括商业目的或非盈利目的)。
|
|
11
|
+
|
|
12
|
+
三、 约束和限制:
|
|
13
|
+
1. 本产品只能由您为本协议许可的目的而使用,您不得透露给任何第三方;
|
|
14
|
+
2. 从本产品取得的任何信息、软件、产品或服务,您不得对其进行修改、改编或基于以上内容创建同种类别的衍生产品并售卖。
|
|
15
|
+
3. 您不得对本产品以及与之关联的商业授权进行发布、出租、销售、分销、抵押、转让、许可或发放子许可证。
|
|
16
|
+
4. 本产品商业授权版可能包含一些独立功能或特性,这些功能只有在您购买商业授权后才可以使用。在未取得商业授权的情况下,您不得使用、尝试使用或复制这些授权版独立功能。
|
|
17
|
+
5. 若您的客户要求以源码方式交付软件,需缴纳企业版授权费用,否则本产品部分不得提供源码。
|
|
18
|
+
|
|
19
|
+
四、 不得用于非法或禁止的用途:
|
|
20
|
+
您在使用本产品或服务时,不得将本产品产品或服务用于任何非法用途或本协议条款、条件和声明禁止的用途。
|
|
21
|
+
|
|
22
|
+
五、 免责说明:
|
|
23
|
+
1. 本产品按“现状”授予许可,您须自行承担使用本产品的风险。本人不对此提供任何明示、暗示或任何其它形式的担保和表示。在任何情况下,对于因使用或无法使用本软件而导致的任何损失(包括但不仅限于商业利润损失、业务中断或业务信息丢失),本人无需向您或任何第三方负责,即使本人已被告知可能会造成此类损失。在任何情况下, 本人均不就任何直接的、间接的、附带的、后果性的、特别的、惩戒性的和处罚性的损害赔偿承担任何责任,无论该主张是基于保证、合同、侵权(包括疏忽)或是基于其他原因作出。
|
|
24
|
+
2. 本产品可能内置有第三方服务,您应自行评估使用这些第三方服务的风险,由使用此类第三方服务而产生的纠纷,全部责任由您自行承担。
|
|
25
|
+
3. 本人不对使用本产品构建的网站中任何信息内容以及导致的任何版权纠纷、法律争议和后果承担任何责任,全部责任由您自行承担。
|
|
26
|
+
4. 本人可能会经常提供产品更新或升级,但本人没有为根据本协议许可的产品提供维护或更新的责任。
|
|
27
|
+
5. 本人可能会按照官方制定的答疑规则为您进行答疑,但本人没有为根据本协议许可的产品提供技术支持的义务或责任。
|
|
28
|
+
|
|
29
|
+
六、 权利和所有权的保留:
|
|
30
|
+
本人保留所有未在本协议中明确授予您的所有权利。本人保留随时更新本协议的权利,并只需公示于对应产品项目的LICENSE文件,无需征得您的事先同意且无需另行通知,更新后的内容应于公示即时生效。您可以随时访问产品地址并查阅最新版许可条款,在更新生效后您继续使用本产品则被视作您已接受了新的条款。
|
|
31
|
+
|
|
32
|
+
七、 协议终止
|
|
33
|
+
1. 您一旦开始复制、下载、安装或者使用本产品,即被视为完全理解并接受本协议的各项条款,在享有上述条款授予的许可权力同时,也受到相关的约束和限制,本协议许可范围以外的行为,将直接违反本协议并构成侵权。
|
|
34
|
+
2. 一旦您违反本协议的条款,本人随时可能终止本协议、收回许可和授权,并要求您承担相应法律和经济责任。
|
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
流程设计器Vue3版本
|
package/lib/favicon.ico
ADDED
|
Binary file
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
nf: {
|
|
3
|
+
lang: 'en',
|
|
4
|
+
panel: {
|
|
5
|
+
process: {
|
|
6
|
+
tab: 'Process',
|
|
7
|
+
basic: {
|
|
8
|
+
label: 'Basic',
|
|
9
|
+
key: 'Key',
|
|
10
|
+
name: 'Name',
|
|
11
|
+
description: 'Description',
|
|
12
|
+
skipFirstNode: 'Skip first node',
|
|
13
|
+
skipWhenStartUser: 'Skip when task assignee is start user',
|
|
14
|
+
skipWhenAssignee: 'Skip when task assignee was handled',
|
|
15
|
+
rollbackNode: {
|
|
16
|
+
label: 'Default rejection node',
|
|
17
|
+
placeholder: 'Default reject to the previous node'
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
sn: {
|
|
21
|
+
label: 'Serial Number',
|
|
22
|
+
useExistSN: 'Use Existing SN',
|
|
23
|
+
useExistSNTip: 'Please keep the name and prefix consistent with the existing serial number',
|
|
24
|
+
configure: 'Configuration',
|
|
25
|
+
format: 'SN Format',
|
|
26
|
+
name: 'Name',
|
|
27
|
+
prefix: 'Prefix',
|
|
28
|
+
dateFormat: 'Date Format',
|
|
29
|
+
suffixLength: 'Suffix Digits',
|
|
30
|
+
initialValue: 'Initial Value',
|
|
31
|
+
connector: 'Connector',
|
|
32
|
+
resetCycle: {
|
|
33
|
+
label: 'Reset Period',
|
|
34
|
+
dicData: [{
|
|
35
|
+
label: 'Do not reset',
|
|
36
|
+
value: 'none'
|
|
37
|
+
}, {
|
|
38
|
+
label: 'Reset By Day',
|
|
39
|
+
value: 'day'
|
|
40
|
+
}, {
|
|
41
|
+
label: 'Reset By Week',
|
|
42
|
+
value: 'week'
|
|
43
|
+
}, {
|
|
44
|
+
label: 'Reset By Month',
|
|
45
|
+
value: 'month'
|
|
46
|
+
}, {
|
|
47
|
+
label: 'Reset By Year',
|
|
48
|
+
value: 'year'
|
|
49
|
+
}]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
title: {
|
|
53
|
+
label: 'Process Title',
|
|
54
|
+
},
|
|
55
|
+
callBack: {
|
|
56
|
+
label: 'Callback',
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
node: {
|
|
60
|
+
tab: 'Node',
|
|
61
|
+
message: 'Configure after node selection',
|
|
62
|
+
basic: {
|
|
63
|
+
title: 'Basic',
|
|
64
|
+
id: 'ID',
|
|
65
|
+
name: 'Name',
|
|
66
|
+
text: 'Annotation',
|
|
67
|
+
description: 'Description',
|
|
68
|
+
rollbackNode: {
|
|
69
|
+
label: 'Rejection node',
|
|
70
|
+
placeholder: 'Default use process option',
|
|
71
|
+
backToRejecter: 'Back to rejecter',
|
|
72
|
+
backToRejecterText: '假如D驳回到A,A重新发起时直接到D,跳过B、C'
|
|
73
|
+
},
|
|
74
|
+
priority: 'Priority',
|
|
75
|
+
async: {
|
|
76
|
+
label: 'Async',
|
|
77
|
+
yes: 'Yes',
|
|
78
|
+
no: 'No'
|
|
79
|
+
},
|
|
80
|
+
dueDate: 'Due Date',
|
|
81
|
+
skipExpression: 'Skip Expression',
|
|
82
|
+
},
|
|
83
|
+
assignee: {
|
|
84
|
+
title: 'Staffing',
|
|
85
|
+
v1: {
|
|
86
|
+
assignee: 'Assignee',
|
|
87
|
+
candidateUsers: 'Candidate Users',
|
|
88
|
+
candidateGroups: 'Candidate Groups',
|
|
89
|
+
title: 'Personnel Selection',
|
|
90
|
+
unselected: 'Not selected',
|
|
91
|
+
selected: 'Selected',
|
|
92
|
+
message: 'Please select at least one item'
|
|
93
|
+
},
|
|
94
|
+
v2: {
|
|
95
|
+
configure: 'Staffing',
|
|
96
|
+
type: 'Type',
|
|
97
|
+
value: 'Value',
|
|
98
|
+
typeDic: {
|
|
99
|
+
user: 'User',
|
|
100
|
+
role: 'Role',
|
|
101
|
+
dept: 'Dept.',
|
|
102
|
+
post: 'Position',
|
|
103
|
+
custom: 'Customize'
|
|
104
|
+
},
|
|
105
|
+
typeList: [{
|
|
106
|
+
label: 'User',
|
|
107
|
+
value: 'user'
|
|
108
|
+
}, {
|
|
109
|
+
label: 'Role',
|
|
110
|
+
value: 'role'
|
|
111
|
+
}, {
|
|
112
|
+
label: 'Dept.',
|
|
113
|
+
value: 'dept'
|
|
114
|
+
}, {
|
|
115
|
+
label: 'Post',
|
|
116
|
+
value: 'post'
|
|
117
|
+
}, {
|
|
118
|
+
label: 'Custom',
|
|
119
|
+
value: 'custom'
|
|
120
|
+
}],
|
|
121
|
+
customRemark: 'Please make sure that the selected/filled option has implemented the relevant logic',
|
|
122
|
+
title: 'Personnel Selection',
|
|
123
|
+
cancel: 'Cancel',
|
|
124
|
+
submit: 'Confirm',
|
|
125
|
+
user: {
|
|
126
|
+
avatar: 'Avatar',
|
|
127
|
+
name: 'Name',
|
|
128
|
+
dept: 'Dept.',
|
|
129
|
+
post: 'Post'
|
|
130
|
+
},
|
|
131
|
+
message: 'Please select at least one item',
|
|
132
|
+
dept: {
|
|
133
|
+
title: 'Department Selection',
|
|
134
|
+
name: 'Name',
|
|
135
|
+
fullName: 'Full Name',
|
|
136
|
+
category: 'Category'
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
button: {
|
|
141
|
+
title: 'Button',
|
|
142
|
+
label: 'Field',
|
|
143
|
+
prop: 'Attribute',
|
|
144
|
+
display: 'Display'
|
|
145
|
+
},
|
|
146
|
+
condition: {
|
|
147
|
+
title: 'Conditions',
|
|
148
|
+
conditionExpression: 'Circulation Conditions'
|
|
149
|
+
},
|
|
150
|
+
examine: {
|
|
151
|
+
hideAttachment: 'Hide attachment',
|
|
152
|
+
hideCopy: 'Hide selected cc',
|
|
153
|
+
copyUser: 'Default copy user',
|
|
154
|
+
hideAssignee: 'Hide assignee'
|
|
155
|
+
},
|
|
156
|
+
form: {
|
|
157
|
+
title: 'Form',
|
|
158
|
+
exFormKey: 'Form Key',
|
|
159
|
+
exFormUrl: 'Form Routing',
|
|
160
|
+
router: 'Routing',
|
|
161
|
+
remark: {
|
|
162
|
+
r1: 'The initiation process will automatically match',
|
|
163
|
+
r2: 'View details will automatically match',
|
|
164
|
+
r3: 'Please copy the template page or refer to the demo project to implement your own logic',
|
|
165
|
+
r4: 'Routes are added dynamically without configuration. Known small problem: frame limit, refresh 404',
|
|
166
|
+
r5: 'If this item is configured, the automatic matching route of form key will be invalid',
|
|
167
|
+
r6: 'Please configure the corresponding route by yourself',
|
|
168
|
+
r7: 'The App will automatically match',
|
|
169
|
+
},
|
|
170
|
+
exAppFormUrl: 'App Form Routing',
|
|
171
|
+
label: 'Field',
|
|
172
|
+
prop: 'Attribute',
|
|
173
|
+
readable: 'Readable',
|
|
174
|
+
writable: 'Writable',
|
|
175
|
+
required: 'Required',
|
|
176
|
+
unknown: 'Unknown form configuration, please control the field display and hidden attributes yourself'
|
|
177
|
+
},
|
|
178
|
+
listener: {
|
|
179
|
+
taskTitle: 'Task Listener',
|
|
180
|
+
executionTitle: 'Execution Listener',
|
|
181
|
+
add: 'Add',
|
|
182
|
+
edit: 'Edit',
|
|
183
|
+
delete: 'Delete',
|
|
184
|
+
event: 'Event',
|
|
185
|
+
type: 'Class',
|
|
186
|
+
value: 'Value',
|
|
187
|
+
operations: 'Operation',
|
|
188
|
+
submit: 'Confirm',
|
|
189
|
+
listenerType: {
|
|
190
|
+
class: 'Class',
|
|
191
|
+
expression: 'Expression',
|
|
192
|
+
delegateExpression: 'Delegate Expression'
|
|
193
|
+
},
|
|
194
|
+
message: 'Are you sure you want to delete?',
|
|
195
|
+
warning: 'Warning',
|
|
196
|
+
name: 'Name',
|
|
197
|
+
quick: 'Quick',
|
|
198
|
+
quickTip: 'Quick configuration of the following options has no practical effect',
|
|
199
|
+
},
|
|
200
|
+
multiInstance: {
|
|
201
|
+
title: 'Multi-instance',
|
|
202
|
+
type: 'Type',
|
|
203
|
+
parallel: 'Parallel',
|
|
204
|
+
sequential: 'Serial',
|
|
205
|
+
completionCondition: 'Completion Conditions'
|
|
206
|
+
},
|
|
207
|
+
event: {
|
|
208
|
+
title: 'Event',
|
|
209
|
+
isInterrupting: 'Is Interrupting',
|
|
210
|
+
condition: 'Condition',
|
|
211
|
+
activityRef: 'Activity Ref',
|
|
212
|
+
errorRef: 'Error Ref',
|
|
213
|
+
escalationRef: 'Escalation Ref',
|
|
214
|
+
messageRef: 'Message Ref',
|
|
215
|
+
signalRef: 'Signal Ref',
|
|
216
|
+
terminateAll: 'Terminate All',
|
|
217
|
+
timer: {
|
|
218
|
+
timeCycle: 'Time Cycle',
|
|
219
|
+
timeDate: 'Time Date',
|
|
220
|
+
timeDuration: 'Time Duration'
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
call: {
|
|
224
|
+
title: 'Call Activity',
|
|
225
|
+
calledElement: 'Call Element',
|
|
226
|
+
inheritVariables: 'Inherit Variables',
|
|
227
|
+
sameDeployment: 'Same Deployment'
|
|
228
|
+
},
|
|
229
|
+
service: {
|
|
230
|
+
title: 'Service Configuration',
|
|
231
|
+
type: 'Type',
|
|
232
|
+
typeOption: [{
|
|
233
|
+
label: 'Class',
|
|
234
|
+
value: 'class'
|
|
235
|
+
}, {
|
|
236
|
+
label: 'Delegate Expression',
|
|
237
|
+
value: 'delegateExpression'
|
|
238
|
+
}, {
|
|
239
|
+
label: 'Expression',
|
|
240
|
+
value: 'expression'
|
|
241
|
+
}, {
|
|
242
|
+
label: 'HTTP',
|
|
243
|
+
value: 'http'
|
|
244
|
+
}, {
|
|
245
|
+
label: 'Shell',
|
|
246
|
+
value: 'shell'
|
|
247
|
+
}, {
|
|
248
|
+
label: 'Mail',
|
|
249
|
+
value: 'mail'
|
|
250
|
+
}],
|
|
251
|
+
},
|
|
252
|
+
script: {
|
|
253
|
+
title: 'Script Configuration'
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
toolbar: {
|
|
258
|
+
open: 'Open',
|
|
259
|
+
create: 'New',
|
|
260
|
+
fit: 'Adaptive Screen',
|
|
261
|
+
center: 'Center',
|
|
262
|
+
zoomIn: 'Enlarge',
|
|
263
|
+
zoomOut: 'Minify',
|
|
264
|
+
undo: 'Back',
|
|
265
|
+
redo: 'Forward',
|
|
266
|
+
download: 'Download',
|
|
267
|
+
downloadXml: 'Download XML',
|
|
268
|
+
downloadSvg: 'Download SVG',
|
|
269
|
+
importXml: 'Import XML',
|
|
270
|
+
previewXml: 'View XML',
|
|
271
|
+
getXml: 'Obtain XML'
|
|
272
|
+
},
|
|
273
|
+
}
|
|
274
|
+
}
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
nf: {
|
|
3
|
+
lang: 'zh',
|
|
4
|
+
panel: {
|
|
5
|
+
process: {
|
|
6
|
+
tab: '流程配置',
|
|
7
|
+
basic: {
|
|
8
|
+
label: '基本配置',
|
|
9
|
+
key: '流程key',
|
|
10
|
+
name: '流程名称',
|
|
11
|
+
description: '流程描述',
|
|
12
|
+
skipFirstNode: '跳过第一节点',
|
|
13
|
+
skipWhenStartUser: '任务审核人为发起人时跳过',
|
|
14
|
+
skipWhenAssignee: '任务审核人之前审核过时跳过',
|
|
15
|
+
rollbackNode: {
|
|
16
|
+
label: '默认驳回节点',
|
|
17
|
+
placeholder: '不选择默认驳回到上一节点'
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
sn: {
|
|
21
|
+
label: '流水号配置',
|
|
22
|
+
useExistSN: '使用已有流水号',
|
|
23
|
+
useExistSNTip: '请保持名称和前缀与已有流水号一致',
|
|
24
|
+
configure: '配置',
|
|
25
|
+
format: '流水号格式',
|
|
26
|
+
name: '名称',
|
|
27
|
+
prefix: '前缀',
|
|
28
|
+
dateFormat: '日期格式',
|
|
29
|
+
suffixLength: '后缀位数',
|
|
30
|
+
initialValue: '初始数值',
|
|
31
|
+
connector: '连接符',
|
|
32
|
+
resetCycle: {
|
|
33
|
+
label: '重置周期',
|
|
34
|
+
dicData: [{
|
|
35
|
+
label: '不重置',
|
|
36
|
+
value: 'none'
|
|
37
|
+
}, {
|
|
38
|
+
label: '按天重置',
|
|
39
|
+
value: 'day'
|
|
40
|
+
}, {
|
|
41
|
+
label: '按周重置',
|
|
42
|
+
value: 'week'
|
|
43
|
+
}, {
|
|
44
|
+
label: '按月重置',
|
|
45
|
+
value: 'month'
|
|
46
|
+
}, {
|
|
47
|
+
label: '按年重置',
|
|
48
|
+
value: 'year'
|
|
49
|
+
}]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
title: {
|
|
53
|
+
label: '流程标题配置',
|
|
54
|
+
},
|
|
55
|
+
callBack: {
|
|
56
|
+
label: '回调配置',
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
node: {
|
|
60
|
+
tab: '节点配置',
|
|
61
|
+
message: '选择节点后配置',
|
|
62
|
+
basic: {
|
|
63
|
+
title: '基本配置',
|
|
64
|
+
id: '节点id',
|
|
65
|
+
name: '节点名称',
|
|
66
|
+
text: '注解内容',
|
|
67
|
+
description: '节点描述',
|
|
68
|
+
rollbackNode: {
|
|
69
|
+
label: '驳回节点',
|
|
70
|
+
placeholder: '不选择默认使用流程配置',
|
|
71
|
+
backToRejecter: '重新提交后回到驳回人',
|
|
72
|
+
backToRejecterText: '假如D驳回到A,A重新发起时直接到D,跳过B、C'
|
|
73
|
+
},
|
|
74
|
+
priority: '优先级',
|
|
75
|
+
async: {
|
|
76
|
+
label: '异步',
|
|
77
|
+
yes: '是',
|
|
78
|
+
no: '否'
|
|
79
|
+
},
|
|
80
|
+
dueDate: '超时',
|
|
81
|
+
skipExpression: '跳过表达式',
|
|
82
|
+
},
|
|
83
|
+
assignee: {
|
|
84
|
+
title: '人员配置',
|
|
85
|
+
v1: {
|
|
86
|
+
assignee: '处理人',
|
|
87
|
+
candidateUsers: '候选用户',
|
|
88
|
+
candidateGroups: '候选组',
|
|
89
|
+
title: '人员选择',
|
|
90
|
+
unselected: '未选择',
|
|
91
|
+
selected: '已选择',
|
|
92
|
+
message: '请至少选择一项'
|
|
93
|
+
},
|
|
94
|
+
v2: {
|
|
95
|
+
configure: '人员配置',
|
|
96
|
+
type: '类型',
|
|
97
|
+
value: '值',
|
|
98
|
+
typeDic: {
|
|
99
|
+
user: '用户',
|
|
100
|
+
role: '角色',
|
|
101
|
+
dept: '部门',
|
|
102
|
+
post: '职位',
|
|
103
|
+
custom: '自定义'
|
|
104
|
+
},
|
|
105
|
+
typeList: [{
|
|
106
|
+
label: '用户',
|
|
107
|
+
value: 'user'
|
|
108
|
+
}, {
|
|
109
|
+
label: '角色',
|
|
110
|
+
value: 'role'
|
|
111
|
+
}, {
|
|
112
|
+
label: '部门',
|
|
113
|
+
value: 'dept'
|
|
114
|
+
}, {
|
|
115
|
+
label: '职位',
|
|
116
|
+
value: 'post'
|
|
117
|
+
}, {
|
|
118
|
+
label: '自定义',
|
|
119
|
+
value: 'custom'
|
|
120
|
+
}],
|
|
121
|
+
customRemark: '请确保选择/填写的选项已实现相关逻辑',
|
|
122
|
+
title: '人员选择',
|
|
123
|
+
cancel: '取 消',
|
|
124
|
+
submit: '确 定',
|
|
125
|
+
user: {
|
|
126
|
+
avatar: '头像',
|
|
127
|
+
name: '姓名',
|
|
128
|
+
dept: '部门',
|
|
129
|
+
post: '职位'
|
|
130
|
+
},
|
|
131
|
+
message: '请至少选择一项',
|
|
132
|
+
dept: {
|
|
133
|
+
title: '部门选择',
|
|
134
|
+
name: '部门名称',
|
|
135
|
+
fullName: '部门全称',
|
|
136
|
+
category: '部门类型'
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
button: {
|
|
141
|
+
title: '按钮配置',
|
|
142
|
+
label: '字段',
|
|
143
|
+
prop: '属性',
|
|
144
|
+
display: '是否显示'
|
|
145
|
+
},
|
|
146
|
+
condition: {
|
|
147
|
+
title: '流转条件',
|
|
148
|
+
conditionExpression: '流转条件'
|
|
149
|
+
},
|
|
150
|
+
examine: {
|
|
151
|
+
hideAttachment: '隐藏审批附件',
|
|
152
|
+
hideCopy: '隐藏选择抄送人',
|
|
153
|
+
copyUser: '默认抄送人',
|
|
154
|
+
hideAssignee: '隐藏选择审核人'
|
|
155
|
+
},
|
|
156
|
+
form: {
|
|
157
|
+
title: '表单配置',
|
|
158
|
+
exFormKey: '表单key',
|
|
159
|
+
exFormUrl: '表单路由',
|
|
160
|
+
router: '路由',
|
|
161
|
+
remark: {
|
|
162
|
+
r1: '发起流程会自动匹配',
|
|
163
|
+
r2: '查看详情会自动匹配',
|
|
164
|
+
r3: '请拷贝模版页面或参考demo项目实现自己的逻辑',
|
|
165
|
+
r4: '会动态添加路由,无需配置。已知小问题:框架限制,刷新404',
|
|
166
|
+
r5: '若配置此项,表单key的自动匹配路由将失效',
|
|
167
|
+
r6: '请自行配置相应路由',
|
|
168
|
+
r7: '移动端会自动匹配'
|
|
169
|
+
},
|
|
170
|
+
exAppFormUrl: '移动端路由',
|
|
171
|
+
label: '字段',
|
|
172
|
+
prop: '属性',
|
|
173
|
+
readable: '可读',
|
|
174
|
+
writable: '可写',
|
|
175
|
+
required: '必填',
|
|
176
|
+
unknown: '未知表单配置,请自行控制字段显隐等属性。'
|
|
177
|
+
},
|
|
178
|
+
listener: {
|
|
179
|
+
taskTitle: '任务监听',
|
|
180
|
+
executionTitle: '执行监听',
|
|
181
|
+
add: '添加',
|
|
182
|
+
edit: '编辑',
|
|
183
|
+
delete: '删除',
|
|
184
|
+
event: '事件',
|
|
185
|
+
type: '类型',
|
|
186
|
+
value: '值',
|
|
187
|
+
operations: '操作',
|
|
188
|
+
submit: '确定',
|
|
189
|
+
listenerType: {
|
|
190
|
+
class: '类',
|
|
191
|
+
expression: '表达式',
|
|
192
|
+
delegateExpression: '代理表达式'
|
|
193
|
+
},
|
|
194
|
+
message: '确定要删除吗',
|
|
195
|
+
warning: '警告',
|
|
196
|
+
name: '名称',
|
|
197
|
+
quick: '快捷配置',
|
|
198
|
+
quickTip: '快捷配置以下选项,无实际作用',
|
|
199
|
+
},
|
|
200
|
+
extendedProperties: {
|
|
201
|
+
taskTitle: '扩展属性',
|
|
202
|
+
executionTitle: '执行扩展属性',
|
|
203
|
+
add: '添加',
|
|
204
|
+
edit: '编辑',
|
|
205
|
+
name: '属性名',
|
|
206
|
+
value: '属性值',
|
|
207
|
+
remark: '备注',
|
|
208
|
+
delete: '删除',
|
|
209
|
+
event: '事件',
|
|
210
|
+
type: '类型',
|
|
211
|
+
operations: '操作',
|
|
212
|
+
submit: '确定',
|
|
213
|
+
listenerType: {
|
|
214
|
+
class: '类',
|
|
215
|
+
expression: '表达式',
|
|
216
|
+
delegateExpression: '代理表达式'
|
|
217
|
+
},
|
|
218
|
+
isDeleteType: {
|
|
219
|
+
yes: '是',
|
|
220
|
+
no: '否'
|
|
221
|
+
},
|
|
222
|
+
message: '确定要删除吗',
|
|
223
|
+
warning: '警告',
|
|
224
|
+
quick: '快捷配置',
|
|
225
|
+
quickTip: '快捷配置以下选项,无实际作用',
|
|
226
|
+
},
|
|
227
|
+
multiInstance: {
|
|
228
|
+
title: '多实例配置',
|
|
229
|
+
type: '类型',
|
|
230
|
+
parallel: '并行',
|
|
231
|
+
sequential: '串行',
|
|
232
|
+
completionCondition: '完成条件'
|
|
233
|
+
},
|
|
234
|
+
event: {
|
|
235
|
+
title: '事件配置',
|
|
236
|
+
isInterrupting: '是否中断',
|
|
237
|
+
condition: '表达式',
|
|
238
|
+
activityRef: '活动引用',
|
|
239
|
+
errorRef: '错误引用',
|
|
240
|
+
escalationRef: '升级引用',
|
|
241
|
+
messageRef: '消息引用',
|
|
242
|
+
signalRef: '信号引用',
|
|
243
|
+
terminateAll: '全部终止',
|
|
244
|
+
timer: {
|
|
245
|
+
timeCycle: '时间周期',
|
|
246
|
+
timeDate: '时间日期',
|
|
247
|
+
timeDuration: '持续时间'
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
call: {
|
|
251
|
+
title: '调用活动',
|
|
252
|
+
calledElement: '子流程key',
|
|
253
|
+
inheritVariables: '继承变量',
|
|
254
|
+
sameDeployment: '同一部署'
|
|
255
|
+
},
|
|
256
|
+
service: {
|
|
257
|
+
title: '服务配置',
|
|
258
|
+
type: '类型',
|
|
259
|
+
typeOption: [{
|
|
260
|
+
label: '类',
|
|
261
|
+
value: 'class'
|
|
262
|
+
}, {
|
|
263
|
+
label: '代理表达式',
|
|
264
|
+
value: 'delegateExpression'
|
|
265
|
+
}, {
|
|
266
|
+
label: '表达式',
|
|
267
|
+
value: 'expression'
|
|
268
|
+
}, {
|
|
269
|
+
label: 'Http',
|
|
270
|
+
value: 'http'
|
|
271
|
+
}, {
|
|
272
|
+
label: 'Shell',
|
|
273
|
+
value: 'shell'
|
|
274
|
+
}, {
|
|
275
|
+
label: 'Mail',
|
|
276
|
+
value: 'mail'
|
|
277
|
+
}],
|
|
278
|
+
},
|
|
279
|
+
script: {
|
|
280
|
+
title: '脚本配置'
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
toolbar: {
|
|
285
|
+
open: '打开',
|
|
286
|
+
create: '新建',
|
|
287
|
+
fit: '自适应屏幕',
|
|
288
|
+
center: '居中',
|
|
289
|
+
zoomIn: '放大',
|
|
290
|
+
zoomOut: '缩小',
|
|
291
|
+
undo: '后退',
|
|
292
|
+
redo: '前进',
|
|
293
|
+
download: '下载',
|
|
294
|
+
downloadXml: '下载XML',
|
|
295
|
+
downloadSvg: '下载SVG',
|
|
296
|
+
importXml: '导入',
|
|
297
|
+
previewXml: '查看',
|
|
298
|
+
getXml: '获取XML'
|
|
299
|
+
},
|
|
300
|
+
}
|
|
301
|
+
}
|