@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3
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/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/es/rootConfig/mobile/BusiComp.js +22 -22
- package/es/rootConfig/mobile/MobileModal.js +38 -38
- package/es/rootConfig/mobile/MobilePopover.js +22 -22
- package/es/rootConfig/mobile/page.js +42 -42
- package/es/rootConfig/pc/BusiComp.js +41 -41
- package/es/rootConfig/pc/Drawer.js +64 -64
- package/es/rootConfig/pc/Modal.js +63 -63
- package/es/rootConfig/pc/Popover.js +42 -42
- package/es/rootConfig/pc/page.js +55 -55
- package/es/rootConfig/todoActionList.js +691 -691
- package/es/rootConfig/todoCallback.js +9 -9
- package/es/rootConfig/todoOptionList.js +203 -203
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/lib/rootConfig/mobile/BusiComp.js +22 -22
- package/lib/rootConfig/mobile/MobileModal.js +38 -38
- package/lib/rootConfig/mobile/MobilePopover.js +22 -22
- package/lib/rootConfig/mobile/page.js +42 -42
- package/lib/rootConfig/pc/BusiComp.js +41 -41
- package/lib/rootConfig/pc/Drawer.js +64 -64
- package/lib/rootConfig/pc/Modal.js +63 -63
- package/lib/rootConfig/pc/Popover.js +42 -42
- package/lib/rootConfig/pc/page.js +55 -55
- package/lib/rootConfig/todoActionList.js +691 -691
- package/lib/rootConfig/todoCallback.js +9 -9
- package/lib/rootConfig/todoOptionList.js +203 -203
- package/package.json +1 -1
|
@@ -40,12 +40,12 @@ var todoOptionList = {
|
|
|
40
40
|
},
|
|
41
41
|
sqlServiceFields: {
|
|
42
42
|
key: 'sqlServiceFields',
|
|
43
|
-
label:
|
|
43
|
+
label: '导出字段',
|
|
44
44
|
type: 'SelectSQLServiceFields'
|
|
45
45
|
},
|
|
46
46
|
target: {
|
|
47
47
|
key: 'target',
|
|
48
|
-
label:
|
|
48
|
+
label: '联动来源',
|
|
49
49
|
type: 'SelectObject'
|
|
50
50
|
},
|
|
51
51
|
arelStaticData: {
|
|
@@ -70,7 +70,7 @@ var todoOptionList = {
|
|
|
70
70
|
},
|
|
71
71
|
staticData: {
|
|
72
72
|
key: 'staticData',
|
|
73
|
-
label:
|
|
73
|
+
label: '静态数据',
|
|
74
74
|
type: 'SelectStaticData'
|
|
75
75
|
},
|
|
76
76
|
custTargetVal: {
|
|
@@ -80,18 +80,18 @@ var todoOptionList = {
|
|
|
80
80
|
},
|
|
81
81
|
visible: {
|
|
82
82
|
key: 'visible',
|
|
83
|
-
label:
|
|
83
|
+
label: '显隐设置',
|
|
84
84
|
type: 'RadioButton',
|
|
85
85
|
defaultValue: '',
|
|
86
86
|
props: {
|
|
87
87
|
options: [{
|
|
88
|
-
title:
|
|
88
|
+
title: '显示',
|
|
89
89
|
value: 'true'
|
|
90
90
|
}, {
|
|
91
|
-
title:
|
|
91
|
+
title: '隐藏',
|
|
92
92
|
value: ''
|
|
93
93
|
}, {
|
|
94
|
-
title:
|
|
94
|
+
title: '切换',
|
|
95
95
|
value: 'toggle'
|
|
96
96
|
}]
|
|
97
97
|
}
|
|
@@ -103,20 +103,20 @@ var todoOptionList = {
|
|
|
103
103
|
defaultValue: '',
|
|
104
104
|
props: {
|
|
105
105
|
options: [{
|
|
106
|
-
title:
|
|
106
|
+
title: '只读',
|
|
107
107
|
value: 'true'
|
|
108
108
|
}, {
|
|
109
|
-
title:
|
|
109
|
+
title: '启用',
|
|
110
110
|
value: ''
|
|
111
111
|
}, {
|
|
112
|
-
title:
|
|
112
|
+
title: '切换',
|
|
113
113
|
value: 'toggle'
|
|
114
114
|
}]
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
bsSelectType: {
|
|
118
118
|
key: 'selectType',
|
|
119
|
-
label:
|
|
119
|
+
label: '控制类型',
|
|
120
120
|
type: 'RadioButton',
|
|
121
121
|
defaultValue: 'id',
|
|
122
122
|
props: {
|
|
@@ -124,38 +124,38 @@ var todoOptionList = {
|
|
|
124
124
|
title: localeKey('bsSelectType.props.options.0.title'),
|
|
125
125
|
value: 'id'
|
|
126
126
|
}, {
|
|
127
|
-
title:
|
|
127
|
+
title: '循环项索引',
|
|
128
128
|
value: 'index'
|
|
129
129
|
}]
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
editor: {
|
|
133
133
|
key: 'editor',
|
|
134
|
-
label:
|
|
134
|
+
label: '是否可编辑',
|
|
135
135
|
type: 'Select',
|
|
136
136
|
props: {
|
|
137
137
|
options: [{
|
|
138
|
-
title:
|
|
138
|
+
title: '是',
|
|
139
139
|
value: false
|
|
140
140
|
}, {
|
|
141
|
-
title:
|
|
141
|
+
title: '否',
|
|
142
142
|
value: true
|
|
143
143
|
}]
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
146
|
value: {
|
|
147
147
|
key: 'value',
|
|
148
|
-
label:
|
|
148
|
+
label: '内容',
|
|
149
149
|
type: 'SetExpression'
|
|
150
150
|
},
|
|
151
151
|
valueArray: {
|
|
152
152
|
key: 'value',
|
|
153
|
-
label:
|
|
153
|
+
label: '内容',
|
|
154
154
|
type: 'SetValueByArray'
|
|
155
155
|
},
|
|
156
156
|
startVal: {
|
|
157
157
|
key: 'startVal',
|
|
158
|
-
label:
|
|
158
|
+
label: '开始值',
|
|
159
159
|
type: 'SetExpression',
|
|
160
160
|
props: {
|
|
161
161
|
placeholder: localeKey('startVal.props.placeholder')
|
|
@@ -163,7 +163,7 @@ var todoOptionList = {
|
|
|
163
163
|
},
|
|
164
164
|
endVal: {
|
|
165
165
|
key: 'endVal',
|
|
166
|
-
label:
|
|
166
|
+
label: '结束值',
|
|
167
167
|
type: 'SetExpression',
|
|
168
168
|
props: {
|
|
169
169
|
placeholder: localeKey('endVal.props.placeholder')
|
|
@@ -171,38 +171,38 @@ var todoOptionList = {
|
|
|
171
171
|
},
|
|
172
172
|
loading: {
|
|
173
173
|
key: 'loading',
|
|
174
|
-
label:
|
|
174
|
+
label: '是否加载中',
|
|
175
175
|
type: 'Select',
|
|
176
176
|
props: {
|
|
177
177
|
options: [{
|
|
178
|
-
title:
|
|
178
|
+
title: '是',
|
|
179
179
|
value: true
|
|
180
180
|
}, {
|
|
181
|
-
title:
|
|
181
|
+
title: '否',
|
|
182
182
|
value: false
|
|
183
183
|
}]
|
|
184
184
|
}
|
|
185
185
|
},
|
|
186
186
|
msgType: {
|
|
187
187
|
key: 'type',
|
|
188
|
-
label:
|
|
188
|
+
label: '类型',
|
|
189
189
|
type: 'Select',
|
|
190
190
|
defaultValue: 'success',
|
|
191
191
|
props: {
|
|
192
192
|
options: [{
|
|
193
|
-
title:
|
|
193
|
+
title: '成功',
|
|
194
194
|
value: 'success'
|
|
195
195
|
}, {
|
|
196
|
-
title:
|
|
196
|
+
title: '提示',
|
|
197
197
|
value: 'info'
|
|
198
198
|
}, {
|
|
199
|
-
title:
|
|
199
|
+
title: '警告',
|
|
200
200
|
value: 'warn'
|
|
201
201
|
}, {
|
|
202
|
-
title:
|
|
202
|
+
title: '错误',
|
|
203
203
|
value: 'error'
|
|
204
204
|
}, {
|
|
205
|
-
title:
|
|
205
|
+
title: '加载动画',
|
|
206
206
|
value: 'loading',
|
|
207
207
|
terminal: ['mobile']
|
|
208
208
|
}]
|
|
@@ -210,66 +210,66 @@ var todoOptionList = {
|
|
|
210
210
|
},
|
|
211
211
|
duration: {
|
|
212
212
|
key: 'duration',
|
|
213
|
-
label:
|
|
213
|
+
label: '加载时长',
|
|
214
214
|
type: 'InputNumber',
|
|
215
215
|
props: {
|
|
216
|
-
unit:
|
|
216
|
+
unit: '秒'
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
swiperIndex: {
|
|
220
220
|
key: 'swiperIndex',
|
|
221
|
-
label:
|
|
221
|
+
label: '索引',
|
|
222
222
|
type: 'SwiperIndex'
|
|
223
223
|
},
|
|
224
224
|
validateType: {
|
|
225
225
|
key: 'validateStatus',
|
|
226
|
-
label:
|
|
226
|
+
label: '校验类型',
|
|
227
227
|
type: 'RadioButton',
|
|
228
228
|
defaultValue: 'success',
|
|
229
229
|
props: {
|
|
230
230
|
options: [{
|
|
231
|
-
title:
|
|
231
|
+
title: '成功',
|
|
232
232
|
value: 'success'
|
|
233
233
|
}, {
|
|
234
|
-
title:
|
|
234
|
+
title: '提示',
|
|
235
235
|
value: 'validating'
|
|
236
236
|
}, {
|
|
237
|
-
title:
|
|
237
|
+
title: '错误',
|
|
238
238
|
value: 'error'
|
|
239
239
|
}, {
|
|
240
|
-
title:
|
|
240
|
+
title: '警告',
|
|
241
241
|
value: 'warning'
|
|
242
242
|
}, {
|
|
243
|
-
title:
|
|
243
|
+
title: '正常',
|
|
244
244
|
value: ''
|
|
245
245
|
}]
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
validateMsg: {
|
|
249
249
|
key: 'help',
|
|
250
|
-
label:
|
|
250
|
+
label: '校验文案',
|
|
251
251
|
type: 'Input',
|
|
252
252
|
props: {
|
|
253
|
-
placeholder:
|
|
253
|
+
placeholder: '请输入'
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
expType: {
|
|
257
257
|
key: 'type',
|
|
258
|
-
label:
|
|
258
|
+
label: '类型',
|
|
259
259
|
type: 'Select',
|
|
260
260
|
props: {
|
|
261
261
|
options: [{
|
|
262
262
|
title: localeKey('expType.props.options.0.title'),
|
|
263
263
|
value: 'pdf'
|
|
264
264
|
}, {
|
|
265
|
-
title:
|
|
265
|
+
title: '图片',
|
|
266
266
|
value: 'png'
|
|
267
267
|
}]
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
expFileName: {
|
|
271
271
|
key: 'fileName',
|
|
272
|
-
label:
|
|
272
|
+
label: '文件名',
|
|
273
273
|
type: 'input',
|
|
274
274
|
props: {
|
|
275
275
|
placeholder: localeKey('expFileName.props.placeholder')
|
|
@@ -277,23 +277,23 @@ var todoOptionList = {
|
|
|
277
277
|
},
|
|
278
278
|
modalType: {
|
|
279
279
|
key: 'type',
|
|
280
|
-
label:
|
|
280
|
+
label: '类型',
|
|
281
281
|
type: 'Select',
|
|
282
282
|
props: {
|
|
283
283
|
options: [{
|
|
284
|
-
title:
|
|
284
|
+
title: '成功',
|
|
285
285
|
value: 'success'
|
|
286
286
|
}, {
|
|
287
|
-
title:
|
|
287
|
+
title: '提示',
|
|
288
288
|
value: 'info'
|
|
289
289
|
}, {
|
|
290
|
-
title:
|
|
290
|
+
title: '警告',
|
|
291
291
|
value: 'warning'
|
|
292
292
|
}, {
|
|
293
|
-
title:
|
|
293
|
+
title: '错误',
|
|
294
294
|
value: 'error'
|
|
295
295
|
}, {
|
|
296
|
-
title:
|
|
296
|
+
title: '确认',
|
|
297
297
|
value: 'confirm'
|
|
298
298
|
}]
|
|
299
299
|
}
|
|
@@ -312,45 +312,45 @@ var todoOptionList = {
|
|
|
312
312
|
},
|
|
313
313
|
historyType: {
|
|
314
314
|
key: 'type',
|
|
315
|
-
label:
|
|
315
|
+
label: '类型',
|
|
316
316
|
type: 'Select',
|
|
317
317
|
props: {
|
|
318
318
|
options: [{
|
|
319
|
-
title:
|
|
319
|
+
title: '路由跳转',
|
|
320
320
|
value: 'push'
|
|
321
321
|
}, {
|
|
322
|
-
title:
|
|
322
|
+
title: '路由替换',
|
|
323
323
|
value: 'replace'
|
|
324
324
|
}]
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
327
|
timerType: {
|
|
328
328
|
key: 'type',
|
|
329
|
-
label:
|
|
329
|
+
label: '定时器类型',
|
|
330
330
|
type: 'Select',
|
|
331
331
|
props: {
|
|
332
332
|
options: [{
|
|
333
|
-
title:
|
|
333
|
+
title: '单次定时器',
|
|
334
334
|
value: 'timeout'
|
|
335
335
|
}, {
|
|
336
|
-
title:
|
|
336
|
+
title: '循环定时器',
|
|
337
337
|
value: 'interval'
|
|
338
338
|
}]
|
|
339
339
|
}
|
|
340
340
|
},
|
|
341
341
|
title: {
|
|
342
342
|
key: 'title',
|
|
343
|
-
label:
|
|
343
|
+
label: '标题',
|
|
344
344
|
type: 'Input'
|
|
345
345
|
},
|
|
346
346
|
content: {
|
|
347
347
|
key: 'content',
|
|
348
|
-
label:
|
|
348
|
+
label: '内容',
|
|
349
349
|
type: 'Input'
|
|
350
350
|
},
|
|
351
351
|
params: {
|
|
352
352
|
key: 'params',
|
|
353
|
-
label:
|
|
353
|
+
label: '参数赋值',
|
|
354
354
|
// label: '参数',
|
|
355
355
|
type: 'SelectParams'
|
|
356
356
|
},
|
|
@@ -362,12 +362,12 @@ var todoOptionList = {
|
|
|
362
362
|
// },
|
|
363
363
|
setParams: {
|
|
364
364
|
key: 'params',
|
|
365
|
-
label:
|
|
365
|
+
label: '参数',
|
|
366
366
|
type: 'SetExpression'
|
|
367
367
|
},
|
|
368
368
|
actionType: {
|
|
369
369
|
key: 'actionType',
|
|
370
|
-
label:
|
|
370
|
+
label: '表单类型',
|
|
371
371
|
// type: 'Select',
|
|
372
372
|
// options: [
|
|
373
373
|
// { title: '新增', value: 'add' },
|
|
@@ -386,7 +386,7 @@ var todoOptionList = {
|
|
|
386
386
|
},
|
|
387
387
|
dataSource: {
|
|
388
388
|
key: 'data',
|
|
389
|
-
label:
|
|
389
|
+
label: '内容',
|
|
390
390
|
type: 'SetExpression'
|
|
391
391
|
},
|
|
392
392
|
parentKey: {
|
|
@@ -429,7 +429,7 @@ var todoOptionList = {
|
|
|
429
429
|
},
|
|
430
430
|
selectValueKey: {
|
|
431
431
|
key: 'valueKey',
|
|
432
|
-
label:
|
|
432
|
+
label: '选项值字段',
|
|
433
433
|
type: 'SetExpressionKey'
|
|
434
434
|
},
|
|
435
435
|
selectLabelKey: {
|
|
@@ -439,7 +439,7 @@ var todoOptionList = {
|
|
|
439
439
|
},
|
|
440
440
|
selectValueKeyForRC: {
|
|
441
441
|
key: 'valueKey',
|
|
442
|
-
label:
|
|
442
|
+
label: '显示值字段',
|
|
443
443
|
type: 'SetExpressionKey'
|
|
444
444
|
},
|
|
445
445
|
selectLabelKeyForRC: {
|
|
@@ -449,22 +449,22 @@ var todoOptionList = {
|
|
|
449
449
|
},
|
|
450
450
|
total: {
|
|
451
451
|
key: 'total',
|
|
452
|
-
label:
|
|
452
|
+
label: '总条数',
|
|
453
453
|
type: 'SetExpression'
|
|
454
454
|
},
|
|
455
455
|
curPage: {
|
|
456
456
|
key: 'current',
|
|
457
|
-
label:
|
|
457
|
+
label: '更新页码',
|
|
458
458
|
type: 'SetExpression'
|
|
459
459
|
},
|
|
460
460
|
pathname: {
|
|
461
461
|
key: 'pathname',
|
|
462
|
-
label:
|
|
462
|
+
label: '页面',
|
|
463
463
|
type: 'SelectPage'
|
|
464
464
|
},
|
|
465
465
|
dropPathname: {
|
|
466
466
|
key: 'dropPathname',
|
|
467
|
-
label:
|
|
467
|
+
label: '页面',
|
|
468
468
|
type: 'MultiselectPage'
|
|
469
469
|
},
|
|
470
470
|
searchParams: {
|
|
@@ -474,7 +474,7 @@ var todoOptionList = {
|
|
|
474
474
|
},
|
|
475
475
|
routerData: {
|
|
476
476
|
key: 'search',
|
|
477
|
-
label:
|
|
477
|
+
label: '路由数据',
|
|
478
478
|
type: 'RouterData'
|
|
479
479
|
},
|
|
480
480
|
// TODO: 这个key在todoActionList中没找到,应该是没被使用,暂时注释。
|
|
@@ -484,17 +484,17 @@ var todoOptionList = {
|
|
|
484
484
|
// },
|
|
485
485
|
modalname: {
|
|
486
486
|
key: 'modalname',
|
|
487
|
-
label:
|
|
487
|
+
label: '弹窗',
|
|
488
488
|
type: 'SelectModal'
|
|
489
489
|
},
|
|
490
490
|
drawerPath: {
|
|
491
491
|
key: 'drawerPath',
|
|
492
|
-
label:
|
|
492
|
+
label: '推拉门',
|
|
493
493
|
type: 'SelectDrawer'
|
|
494
494
|
},
|
|
495
495
|
compState: {
|
|
496
496
|
key: 'compState',
|
|
497
|
-
label:
|
|
497
|
+
label: '组件状态',
|
|
498
498
|
type: 'CompState'
|
|
499
499
|
},
|
|
500
500
|
activeTabKey: {
|
|
@@ -509,7 +509,7 @@ var todoOptionList = {
|
|
|
509
509
|
},
|
|
510
510
|
uploadProps: {
|
|
511
511
|
key: 'uploadProps',
|
|
512
|
-
label:
|
|
512
|
+
label: '上传参数',
|
|
513
513
|
type: 'SelectParams'
|
|
514
514
|
},
|
|
515
515
|
inlineeditnow: {
|
|
@@ -518,58 +518,58 @@ var todoOptionList = {
|
|
|
518
518
|
type: 'Select',
|
|
519
519
|
props: {
|
|
520
520
|
options: [{
|
|
521
|
-
title:
|
|
521
|
+
title: '否',
|
|
522
522
|
value: false
|
|
523
523
|
}, {
|
|
524
|
-
title:
|
|
524
|
+
title: '是',
|
|
525
525
|
value: true
|
|
526
526
|
}]
|
|
527
527
|
}
|
|
528
528
|
},
|
|
529
529
|
disabled: {
|
|
530
530
|
key: 'disabled',
|
|
531
|
-
label:
|
|
531
|
+
label: '状态设置',
|
|
532
532
|
type: 'RadioButton',
|
|
533
533
|
defaultValue: 'toggle',
|
|
534
534
|
props: {
|
|
535
535
|
options: [{
|
|
536
|
-
title:
|
|
536
|
+
title: '启动',
|
|
537
537
|
value: ''
|
|
538
538
|
}, {
|
|
539
|
-
title:
|
|
539
|
+
title: '禁用',
|
|
540
540
|
value: 'true'
|
|
541
541
|
}, {
|
|
542
|
-
title:
|
|
542
|
+
title: '切换',
|
|
543
543
|
value: 'toggle'
|
|
544
544
|
}]
|
|
545
545
|
}
|
|
546
546
|
},
|
|
547
547
|
required: {
|
|
548
548
|
key: 'required',
|
|
549
|
-
label:
|
|
549
|
+
label: '必填设置',
|
|
550
550
|
type: 'RadioButton',
|
|
551
551
|
defaultValue: 'toggle',
|
|
552
552
|
props: {
|
|
553
553
|
options: [{
|
|
554
|
-
title:
|
|
554
|
+
title: '必填',
|
|
555
555
|
value: 'true'
|
|
556
556
|
}, {
|
|
557
|
-
title:
|
|
557
|
+
title: '非必填',
|
|
558
558
|
value: ''
|
|
559
559
|
}, {
|
|
560
|
-
title:
|
|
560
|
+
title: '切换',
|
|
561
561
|
value: 'toggle'
|
|
562
562
|
}]
|
|
563
563
|
}
|
|
564
564
|
},
|
|
565
565
|
colName: {
|
|
566
566
|
key: 'colName',
|
|
567
|
-
label:
|
|
567
|
+
label: '翻译字段',
|
|
568
568
|
type: 'SelectTableCol'
|
|
569
569
|
},
|
|
570
570
|
colNameForEdit: {
|
|
571
571
|
key: 'colNameForEdit',
|
|
572
|
-
label:
|
|
572
|
+
label: '字段',
|
|
573
573
|
type: 'SelectTableCol'
|
|
574
574
|
},
|
|
575
575
|
nodeKey: {
|
|
@@ -599,7 +599,7 @@ var todoOptionList = {
|
|
|
599
599
|
},
|
|
600
600
|
stateval: {
|
|
601
601
|
key: 'stateval',
|
|
602
|
-
label:
|
|
602
|
+
label: '内容',
|
|
603
603
|
type: 'SetExpression'
|
|
604
604
|
},
|
|
605
605
|
timername: {
|
|
@@ -609,36 +609,36 @@ var todoOptionList = {
|
|
|
609
609
|
},
|
|
610
610
|
interval: {
|
|
611
611
|
key: 'interval',
|
|
612
|
-
label:
|
|
612
|
+
label: '时间间隔',
|
|
613
613
|
type: 'InputNumber',
|
|
614
614
|
props: {
|
|
615
|
-
unit:
|
|
615
|
+
unit: '毫秒'
|
|
616
616
|
}
|
|
617
617
|
},
|
|
618
618
|
targettimer: {
|
|
619
619
|
key: 'targettimer',
|
|
620
|
-
label:
|
|
620
|
+
label: '定时器名称',
|
|
621
621
|
type: 'SelectTimer'
|
|
622
622
|
},
|
|
623
623
|
customCallback: {
|
|
624
624
|
key: 'customCallback',
|
|
625
|
-
label:
|
|
625
|
+
label: '回调',
|
|
626
626
|
type: 'SelectCustomCallback'
|
|
627
627
|
},
|
|
628
628
|
stepsCurrent: {
|
|
629
629
|
key: 'current',
|
|
630
|
-
label:
|
|
630
|
+
label: '当前步骤',
|
|
631
631
|
type: 'SetExpression'
|
|
632
632
|
},
|
|
633
633
|
compId: {
|
|
634
634
|
key: 'compid',
|
|
635
635
|
// 避免与action options对象中默认compId重名
|
|
636
|
-
label:
|
|
636
|
+
label: '组件选择',
|
|
637
637
|
type: 'CompTree'
|
|
638
638
|
},
|
|
639
639
|
selectComp: {
|
|
640
640
|
key: 'compid',
|
|
641
|
-
label:
|
|
641
|
+
label: '组件选择',
|
|
642
642
|
type: 'SelectComp'
|
|
643
643
|
},
|
|
644
644
|
fileName: {
|
|
@@ -652,7 +652,7 @@ var todoOptionList = {
|
|
|
652
652
|
},
|
|
653
653
|
loadmoreKey: {
|
|
654
654
|
key: 'loadmoreKey',
|
|
655
|
-
label:
|
|
655
|
+
label: '更新参数',
|
|
656
656
|
type: 'SetCustomParams'
|
|
657
657
|
},
|
|
658
658
|
wechatappId: {
|
|
@@ -665,7 +665,7 @@ var todoOptionList = {
|
|
|
665
665
|
},
|
|
666
666
|
jsonId: {
|
|
667
667
|
key: 'jsonId',
|
|
668
|
-
label:
|
|
668
|
+
label: '页面',
|
|
669
669
|
type: 'SelectPage'
|
|
670
670
|
},
|
|
671
671
|
fileId: {
|
|
@@ -676,22 +676,22 @@ var todoOptionList = {
|
|
|
676
676
|
},
|
|
677
677
|
loadMoreTotal: {
|
|
678
678
|
key: 'total',
|
|
679
|
-
label:
|
|
679
|
+
label: '总条数',
|
|
680
680
|
type: 'SetExpression'
|
|
681
681
|
},
|
|
682
682
|
loadMoreData: {
|
|
683
683
|
key: 'data',
|
|
684
|
-
label:
|
|
684
|
+
label: '数据源',
|
|
685
685
|
type: 'SetExpression'
|
|
686
686
|
},
|
|
687
687
|
aliasPageNum: {
|
|
688
688
|
key: 'pageNum',
|
|
689
|
-
label:
|
|
689
|
+
label: '页码字段名',
|
|
690
690
|
type: 'SetExpression'
|
|
691
691
|
},
|
|
692
692
|
jsBridgeMethod: {
|
|
693
693
|
key: 'method',
|
|
694
|
-
label:
|
|
694
|
+
label: '方法名',
|
|
695
695
|
type: 'input',
|
|
696
696
|
props: {
|
|
697
697
|
placeholder: localeKey('jsBridgeMethod.props.placeholder')
|
|
@@ -739,12 +739,12 @@ var todoOptionList = {
|
|
|
739
739
|
},
|
|
740
740
|
customParams: {
|
|
741
741
|
key: 'customParams',
|
|
742
|
-
label:
|
|
742
|
+
label: '自定义入参',
|
|
743
743
|
type: 'SelectCustomParams'
|
|
744
744
|
},
|
|
745
745
|
selectScene: {
|
|
746
746
|
key: 'scene',
|
|
747
|
-
label:
|
|
747
|
+
label: '选择场景',
|
|
748
748
|
type: 'SelectScene'
|
|
749
749
|
},
|
|
750
750
|
flowUrl: {
|
|
@@ -754,23 +754,23 @@ var todoOptionList = {
|
|
|
754
754
|
},
|
|
755
755
|
flowType: {
|
|
756
756
|
key: 'flowType',
|
|
757
|
-
label:
|
|
757
|
+
label: '流程类型',
|
|
758
758
|
type: 'Select',
|
|
759
759
|
props: {
|
|
760
760
|
options: [{
|
|
761
|
-
title:
|
|
761
|
+
title: '启动',
|
|
762
762
|
value: 'initiate'
|
|
763
763
|
}, {
|
|
764
|
-
title:
|
|
764
|
+
title: '通过',
|
|
765
765
|
value: 'pass'
|
|
766
766
|
}, {
|
|
767
|
-
title:
|
|
767
|
+
title: '拒绝',
|
|
768
768
|
value: 'refuse'
|
|
769
769
|
}, {
|
|
770
|
-
title:
|
|
770
|
+
title: '转派',
|
|
771
771
|
value: 'transfer'
|
|
772
772
|
}, {
|
|
773
|
-
title:
|
|
773
|
+
title: '通用',
|
|
774
774
|
value: 'customized'
|
|
775
775
|
}]
|
|
776
776
|
}
|
|
@@ -797,7 +797,7 @@ var todoOptionList = {
|
|
|
797
797
|
// 流程编辑
|
|
798
798
|
flowCode: {
|
|
799
799
|
key: 'flowCode',
|
|
800
|
-
label:
|
|
800
|
+
label: '选择流程',
|
|
801
801
|
type: 'SelectFlowCode'
|
|
802
802
|
},
|
|
803
803
|
// 业务工单类型
|
|
@@ -808,7 +808,7 @@ var todoOptionList = {
|
|
|
808
808
|
},
|
|
809
809
|
flowAuditDesc: {
|
|
810
810
|
key: 'flowAuditDesc',
|
|
811
|
-
label:
|
|
811
|
+
label: '审核意见',
|
|
812
812
|
type: 'SetExpression'
|
|
813
813
|
},
|
|
814
814
|
flowFileId: {
|
|
@@ -818,7 +818,7 @@ var todoOptionList = {
|
|
|
818
818
|
},
|
|
819
819
|
configDealUserId: {
|
|
820
820
|
key: 'configDealUserId',
|
|
821
|
-
label:
|
|
821
|
+
label: '指定处理人',
|
|
822
822
|
type: 'SetExpression'
|
|
823
823
|
},
|
|
824
824
|
flowBtnActionType: {
|
|
@@ -843,7 +843,7 @@ var todoOptionList = {
|
|
|
843
843
|
},
|
|
844
844
|
flowCustParams: {
|
|
845
845
|
key: 'flowCustParams',
|
|
846
|
-
label:
|
|
846
|
+
label: '自定义参数',
|
|
847
847
|
type: 'SetCustomParams'
|
|
848
848
|
},
|
|
849
849
|
workItemId: {
|
|
@@ -853,7 +853,7 @@ var todoOptionList = {
|
|
|
853
853
|
},
|
|
854
854
|
flowExtraParams: {
|
|
855
855
|
key: 'flowExtraParams',
|
|
856
|
-
label:
|
|
856
|
+
label: '目标环节',
|
|
857
857
|
type: 'SetRollbackFlowOptions',
|
|
858
858
|
props: {
|
|
859
859
|
isRequired: true
|
|
@@ -886,7 +886,7 @@ var todoOptionList = {
|
|
|
886
886
|
},
|
|
887
887
|
diagramFlowCode: {
|
|
888
888
|
key: 'diagramFlowCode',
|
|
889
|
-
label:
|
|
889
|
+
label: '选择流程',
|
|
890
890
|
type: 'SelectFlowCode'
|
|
891
891
|
},
|
|
892
892
|
diagramWorkOrderId: {
|
|
@@ -896,7 +896,7 @@ var todoOptionList = {
|
|
|
896
896
|
},
|
|
897
897
|
selectServerDataSource: {
|
|
898
898
|
key: 'selectServerDataSource',
|
|
899
|
-
label:
|
|
899
|
+
label: '选择数据源',
|
|
900
900
|
props: {
|
|
901
901
|
options: {
|
|
902
902
|
key: 'dataSourceReloadFilter',
|
|
@@ -908,7 +908,7 @@ var todoOptionList = {
|
|
|
908
908
|
},
|
|
909
909
|
selectAllDataSource: {
|
|
910
910
|
key: 'selectAllDataSource',
|
|
911
|
-
label:
|
|
911
|
+
label: '选择数据源',
|
|
912
912
|
type: 'SelectAllDataSource',
|
|
913
913
|
props: {
|
|
914
914
|
options: {
|
|
@@ -920,24 +920,24 @@ var todoOptionList = {
|
|
|
920
920
|
},
|
|
921
921
|
selectCompFunc: {
|
|
922
922
|
key: 'selectCompFunc',
|
|
923
|
-
label:
|
|
923
|
+
label: '方法',
|
|
924
924
|
type: 'SelectCompFunc'
|
|
925
925
|
},
|
|
926
926
|
setCompParams: {
|
|
927
927
|
key: 'uploadProps',
|
|
928
|
-
label:
|
|
928
|
+
label: '参数',
|
|
929
929
|
type: 'SetCompParams'
|
|
930
930
|
},
|
|
931
931
|
dataSourceReloadFilter: {
|
|
932
932
|
key: 'dataSourceReloadFilter',
|
|
933
933
|
// label: '参数',
|
|
934
|
-
label:
|
|
934
|
+
label: '数据源赋值',
|
|
935
935
|
// label: '数据源过滤条件',
|
|
936
936
|
type: 'dataSourceReloadFilter'
|
|
937
937
|
},
|
|
938
938
|
dataSourceSetValue: {
|
|
939
939
|
key: 'dataSourceSetValue',
|
|
940
|
-
label:
|
|
940
|
+
label: '数据源赋值',
|
|
941
941
|
type: 'dataSourceSetValue'
|
|
942
942
|
},
|
|
943
943
|
// onlySetPatch: {
|
|
@@ -951,14 +951,14 @@ var todoOptionList = {
|
|
|
951
951
|
// },
|
|
952
952
|
onlySetPatch: {
|
|
953
953
|
key: 'onlySetPatch',
|
|
954
|
-
label:
|
|
954
|
+
label: '赋值范围',
|
|
955
955
|
type: 'Radio',
|
|
956
956
|
props: {
|
|
957
957
|
options: [{
|
|
958
|
-
title:
|
|
958
|
+
title: '局部赋值',
|
|
959
959
|
value: true
|
|
960
960
|
}, {
|
|
961
|
-
title:
|
|
961
|
+
title: '全部赋值',
|
|
962
962
|
value: false
|
|
963
963
|
}]
|
|
964
964
|
}
|
|
@@ -974,12 +974,12 @@ var todoOptionList = {
|
|
|
974
974
|
},
|
|
975
975
|
iframeData: {
|
|
976
976
|
key: 'iframeData',
|
|
977
|
-
label:
|
|
977
|
+
label: '发送内容',
|
|
978
978
|
type: 'SetExpression'
|
|
979
979
|
},
|
|
980
980
|
iframeOrigin: {
|
|
981
981
|
key: 'iframeOrigin',
|
|
982
|
-
label:
|
|
982
|
+
label: '发送目标源',
|
|
983
983
|
type: 'SetExpression'
|
|
984
984
|
},
|
|
985
985
|
rProps: {
|
|
@@ -993,10 +993,10 @@ var todoOptionList = {
|
|
|
993
993
|
type: 'Select',
|
|
994
994
|
props: {
|
|
995
995
|
options: [{
|
|
996
|
-
title:
|
|
996
|
+
title: '是',
|
|
997
997
|
value: 'T'
|
|
998
998
|
}, {
|
|
999
|
-
title:
|
|
999
|
+
title: '否',
|
|
1000
1000
|
value: 'F'
|
|
1001
1001
|
}]
|
|
1002
1002
|
}
|
|
@@ -1025,18 +1025,18 @@ var todoOptionList = {
|
|
|
1025
1025
|
},
|
|
1026
1026
|
busiObjectFilterParams: {
|
|
1027
1027
|
key: 'busiObjectFilterParams',
|
|
1028
|
-
label:
|
|
1028
|
+
label: '查询条件',
|
|
1029
1029
|
type: 'SetExpression'
|
|
1030
1030
|
},
|
|
1031
1031
|
filterParams: {
|
|
1032
1032
|
// 入参
|
|
1033
1033
|
key: 'filterParams',
|
|
1034
|
-
label:
|
|
1034
|
+
label: '查询条件',
|
|
1035
1035
|
type: 'SetExpression'
|
|
1036
1036
|
},
|
|
1037
1037
|
busiObjectFields: {
|
|
1038
1038
|
key: 'busiObjectFields',
|
|
1039
|
-
label:
|
|
1039
|
+
label: '筛选字段',
|
|
1040
1040
|
type: 'SelectBusiObjectFields',
|
|
1041
1041
|
props: {
|
|
1042
1042
|
isRequired: true,
|
|
@@ -1050,26 +1050,26 @@ var todoOptionList = {
|
|
|
1050
1050
|
defaultValue: 'F',
|
|
1051
1051
|
props: {
|
|
1052
1052
|
options: [{
|
|
1053
|
-
title:
|
|
1053
|
+
title: '是',
|
|
1054
1054
|
value: 'T'
|
|
1055
1055
|
}, {
|
|
1056
|
-
title:
|
|
1056
|
+
title: '否',
|
|
1057
1057
|
value: 'F'
|
|
1058
1058
|
}]
|
|
1059
1059
|
}
|
|
1060
1060
|
},
|
|
1061
1061
|
objectFields: {
|
|
1062
1062
|
key: 'objectFields',
|
|
1063
|
-
label:
|
|
1063
|
+
label: '导出字段',
|
|
1064
1064
|
type: 'SelectServiceObjectFields',
|
|
1065
1065
|
props: {
|
|
1066
1066
|
isRequired: true,
|
|
1067
1067
|
options: {
|
|
1068
1068
|
fieldKey: 'serviceData',
|
|
1069
1069
|
customKeyMap: {
|
|
1070
|
-
fieldData:
|
|
1071
|
-
attrCode:
|
|
1072
|
-
attrName:
|
|
1070
|
+
fieldData: '字段数据',
|
|
1071
|
+
attrCode: '字段编码',
|
|
1072
|
+
attrName: '字段名称'
|
|
1073
1073
|
}
|
|
1074
1074
|
}
|
|
1075
1075
|
}
|
|
@@ -1090,32 +1090,32 @@ var todoOptionList = {
|
|
|
1090
1090
|
},
|
|
1091
1091
|
className: {
|
|
1092
1092
|
key: 'className',
|
|
1093
|
-
label:
|
|
1093
|
+
label: '类名称',
|
|
1094
1094
|
type: 'Input'
|
|
1095
1095
|
},
|
|
1096
1096
|
funcName: {
|
|
1097
1097
|
key: 'funcName',
|
|
1098
|
-
label:
|
|
1098
|
+
label: '函数名称',
|
|
1099
1099
|
type: 'Input'
|
|
1100
1100
|
},
|
|
1101
1101
|
funcParams: {
|
|
1102
1102
|
key: 'funcParams',
|
|
1103
|
-
label:
|
|
1103
|
+
label: '自定义入参',
|
|
1104
1104
|
type: 'SetExpressionByArray'
|
|
1105
1105
|
},
|
|
1106
1106
|
valueList: {
|
|
1107
1107
|
key: 'valueList',
|
|
1108
|
-
label:
|
|
1108
|
+
label: '组件赋值',
|
|
1109
1109
|
type: 'SetSysExpression'
|
|
1110
1110
|
},
|
|
1111
1111
|
customFuncName: {
|
|
1112
1112
|
key: 'customFuncName',
|
|
1113
|
-
label:
|
|
1113
|
+
label: '自定义事件',
|
|
1114
1114
|
type: 'SelectCustomFunc'
|
|
1115
1115
|
},
|
|
1116
1116
|
customFuncParams: {
|
|
1117
1117
|
key: 'customFuncParams',
|
|
1118
|
-
label:
|
|
1118
|
+
label: '事件入参',
|
|
1119
1119
|
type: 'SelectParams'
|
|
1120
1120
|
},
|
|
1121
1121
|
// sceneCode: {
|
|
@@ -1125,7 +1125,7 @@ var todoOptionList = {
|
|
|
1125
1125
|
// },
|
|
1126
1126
|
custUrl: {
|
|
1127
1127
|
key: 'custUrl',
|
|
1128
|
-
label:
|
|
1128
|
+
label: '导入服务',
|
|
1129
1129
|
type: 'SelectCustomExportService',
|
|
1130
1130
|
props: {
|
|
1131
1131
|
isRequired: true,
|
|
@@ -1148,7 +1148,7 @@ var todoOptionList = {
|
|
|
1148
1148
|
},
|
|
1149
1149
|
custParams: {
|
|
1150
1150
|
key: 'custParams',
|
|
1151
|
-
label:
|
|
1151
|
+
label: '自定义参数',
|
|
1152
1152
|
type: 'SetCustomParams'
|
|
1153
1153
|
},
|
|
1154
1154
|
compToPrint: {
|
|
@@ -1163,18 +1163,18 @@ var todoOptionList = {
|
|
|
1163
1163
|
},
|
|
1164
1164
|
returnType: {
|
|
1165
1165
|
key: 'returnType',
|
|
1166
|
-
label:
|
|
1166
|
+
label: '返回类型',
|
|
1167
1167
|
type: 'RadioButton',
|
|
1168
1168
|
labelTip: localeKey('returnType.labelTip'),
|
|
1169
1169
|
props: {
|
|
1170
1170
|
options: [{
|
|
1171
|
-
title:
|
|
1171
|
+
title: '值',
|
|
1172
1172
|
value: 'value'
|
|
1173
1173
|
}, {
|
|
1174
|
-
title:
|
|
1174
|
+
title: '成功',
|
|
1175
1175
|
value: 'success'
|
|
1176
1176
|
}, {
|
|
1177
|
-
title:
|
|
1177
|
+
title: '失败',
|
|
1178
1178
|
value: 'failure'
|
|
1179
1179
|
}]
|
|
1180
1180
|
}
|
|
@@ -1186,7 +1186,7 @@ var todoOptionList = {
|
|
|
1186
1186
|
},
|
|
1187
1187
|
copyText: {
|
|
1188
1188
|
key: 'copyText',
|
|
1189
|
-
label:
|
|
1189
|
+
label: '复制内容',
|
|
1190
1190
|
type: 'SetExpression'
|
|
1191
1191
|
},
|
|
1192
1192
|
isPreventDefault: {
|
|
@@ -1195,10 +1195,10 @@ var todoOptionList = {
|
|
|
1195
1195
|
type: 'Select',
|
|
1196
1196
|
props: {
|
|
1197
1197
|
options: [{
|
|
1198
|
-
title:
|
|
1198
|
+
title: '是',
|
|
1199
1199
|
value: 'T'
|
|
1200
1200
|
}, {
|
|
1201
|
-
title:
|
|
1201
|
+
title: '否',
|
|
1202
1202
|
value: 'F'
|
|
1203
1203
|
}]
|
|
1204
1204
|
},
|
|
@@ -1211,10 +1211,10 @@ var todoOptionList = {
|
|
|
1211
1211
|
labelTip: localeKey('isStopPropagation.labelTip'),
|
|
1212
1212
|
props: {
|
|
1213
1213
|
options: [{
|
|
1214
|
-
title:
|
|
1214
|
+
title: '是',
|
|
1215
1215
|
value: 'T'
|
|
1216
1216
|
}, {
|
|
1217
|
-
title:
|
|
1217
|
+
title: '否',
|
|
1218
1218
|
value: 'F'
|
|
1219
1219
|
}]
|
|
1220
1220
|
}
|
|
@@ -1289,7 +1289,7 @@ var todoOptionList = {
|
|
|
1289
1289
|
// },
|
|
1290
1290
|
accept: {
|
|
1291
1291
|
key: 'accept',
|
|
1292
|
-
label:
|
|
1292
|
+
label: '文件类型',
|
|
1293
1293
|
type: 'SetExpression'
|
|
1294
1294
|
},
|
|
1295
1295
|
custTplUrl: {
|
|
@@ -1299,28 +1299,28 @@ var todoOptionList = {
|
|
|
1299
1299
|
},
|
|
1300
1300
|
name: {
|
|
1301
1301
|
key: 'name',
|
|
1302
|
-
label:
|
|
1302
|
+
label: '修改名称',
|
|
1303
1303
|
type: 'Input',
|
|
1304
1304
|
props: {
|
|
1305
|
-
placeholder:
|
|
1305
|
+
placeholder: '请输入名称'
|
|
1306
1306
|
}
|
|
1307
1307
|
},
|
|
1308
1308
|
icon: {
|
|
1309
1309
|
key: 'icon',
|
|
1310
|
-
label:
|
|
1310
|
+
label: '修改图标',
|
|
1311
1311
|
type: 'ChooseIcon',
|
|
1312
1312
|
props: {
|
|
1313
|
-
placeholder:
|
|
1313
|
+
placeholder: '请选择图标'
|
|
1314
1314
|
}
|
|
1315
1315
|
},
|
|
1316
1316
|
editorCode: {
|
|
1317
1317
|
key: 'editorCode',
|
|
1318
|
-
label:
|
|
1318
|
+
label: '自定义内容',
|
|
1319
1319
|
type: 'CustomActionCode'
|
|
1320
1320
|
},
|
|
1321
1321
|
actionTitle: {
|
|
1322
1322
|
key: 'actionTitle',
|
|
1323
|
-
label:
|
|
1323
|
+
label: '动作说明',
|
|
1324
1324
|
type: 'CustomActionTitle',
|
|
1325
1325
|
props: {
|
|
1326
1326
|
placeholder: localeKey('actionTitle.props.placeholder'),
|
|
@@ -1334,17 +1334,17 @@ var todoOptionList = {
|
|
|
1334
1334
|
defaultValue: false,
|
|
1335
1335
|
props: {
|
|
1336
1336
|
options: [{
|
|
1337
|
-
title:
|
|
1337
|
+
title: '异步加载',
|
|
1338
1338
|
value: false
|
|
1339
1339
|
}, {
|
|
1340
|
-
title:
|
|
1340
|
+
title: '同步加载',
|
|
1341
1341
|
value: true
|
|
1342
1342
|
}]
|
|
1343
1343
|
}
|
|
1344
1344
|
},
|
|
1345
1345
|
setItemKey: {
|
|
1346
1346
|
key: 'key',
|
|
1347
|
-
label:
|
|
1347
|
+
label: '字段名称',
|
|
1348
1348
|
type: 'Input',
|
|
1349
1349
|
props: {
|
|
1350
1350
|
required: true,
|
|
@@ -1353,7 +1353,7 @@ var todoOptionList = {
|
|
|
1353
1353
|
},
|
|
1354
1354
|
mapKey: {
|
|
1355
1355
|
key: 'mapKey',
|
|
1356
|
-
label:
|
|
1356
|
+
label: '地图秘钥',
|
|
1357
1357
|
type: 'Input',
|
|
1358
1358
|
props: {
|
|
1359
1359
|
placeholder: localeKey('mapKey.props.placeholder'),
|
|
@@ -1376,25 +1376,25 @@ var todoOptionList = {
|
|
|
1376
1376
|
defaultValue: 'BD09',
|
|
1377
1377
|
props: {
|
|
1378
1378
|
options: [{
|
|
1379
|
-
title:
|
|
1379
|
+
title: '大地坐标系',
|
|
1380
1380
|
value: 'WGS84'
|
|
1381
1381
|
}, {
|
|
1382
|
-
title:
|
|
1382
|
+
title: '火星坐标系',
|
|
1383
1383
|
value: 'GCJ02'
|
|
1384
1384
|
}, {
|
|
1385
|
-
title:
|
|
1385
|
+
title: '百度坐标系',
|
|
1386
1386
|
value: 'BD09'
|
|
1387
1387
|
}]
|
|
1388
1388
|
}
|
|
1389
1389
|
},
|
|
1390
1390
|
appTableData: {
|
|
1391
1391
|
key: 'appTableData',
|
|
1392
|
-
label:
|
|
1392
|
+
label: '表头数据',
|
|
1393
1393
|
type: 'SetExpression'
|
|
1394
1394
|
},
|
|
1395
1395
|
appTableDataSource: {
|
|
1396
1396
|
key: 'appTableDataSource',
|
|
1397
|
-
label:
|
|
1397
|
+
label: '表格数据',
|
|
1398
1398
|
type: 'SetExpression'
|
|
1399
1399
|
},
|
|
1400
1400
|
locationAddress: {
|
|
@@ -1416,7 +1416,7 @@ var todoOptionList = {
|
|
|
1416
1416
|
type: 'SetExpression'
|
|
1417
1417
|
}, {
|
|
1418
1418
|
key: 'serviceData',
|
|
1419
|
-
label:
|
|
1419
|
+
label: '数据来源',
|
|
1420
1420
|
type: 'SelectCustomExportService',
|
|
1421
1421
|
props: {
|
|
1422
1422
|
isRequired: true,
|
|
@@ -1430,20 +1430,20 @@ var todoOptionList = {
|
|
|
1430
1430
|
}, {
|
|
1431
1431
|
// 入参
|
|
1432
1432
|
key: 'filterParams',
|
|
1433
|
-
label:
|
|
1433
|
+
label: '查询条件',
|
|
1434
1434
|
type: 'SetExpression'
|
|
1435
1435
|
}, {
|
|
1436
1436
|
key: 'objectFields',
|
|
1437
|
-
label:
|
|
1437
|
+
label: '导出字段',
|
|
1438
1438
|
type: 'SelectServiceObjectFields',
|
|
1439
1439
|
props: {
|
|
1440
1440
|
isRequired: true,
|
|
1441
1441
|
options: {
|
|
1442
1442
|
fieldKey: 'serviceData',
|
|
1443
1443
|
customKeyMap: {
|
|
1444
|
-
fieldData:
|
|
1445
|
-
attrCode:
|
|
1446
|
-
attrName:
|
|
1444
|
+
fieldData: '字段数据',
|
|
1445
|
+
attrCode: '字段编码',
|
|
1446
|
+
attrName: '字段名称'
|
|
1447
1447
|
}
|
|
1448
1448
|
}
|
|
1449
1449
|
}
|
|
@@ -1452,7 +1452,7 @@ var todoOptionList = {
|
|
|
1452
1452
|
},
|
|
1453
1453
|
serviceData: {
|
|
1454
1454
|
key: 'serviceData',
|
|
1455
|
-
label:
|
|
1455
|
+
label: '数据来源',
|
|
1456
1456
|
type: 'SelectCustomExportService',
|
|
1457
1457
|
props: {
|
|
1458
1458
|
isRequired: true,
|
|
@@ -1471,7 +1471,7 @@ var todoOptionList = {
|
|
|
1471
1471
|
},
|
|
1472
1472
|
addTransferValue: {
|
|
1473
1473
|
key: 'transferValue',
|
|
1474
|
-
label:
|
|
1474
|
+
label: '内容',
|
|
1475
1475
|
type: 'SetExpression',
|
|
1476
1476
|
props: {
|
|
1477
1477
|
placeholder: localeKey('addTransferValue.props.placeholder')
|
|
@@ -1479,7 +1479,7 @@ var todoOptionList = {
|
|
|
1479
1479
|
},
|
|
1480
1480
|
removeTransferValue: {
|
|
1481
1481
|
key: 'transferValue',
|
|
1482
|
-
label:
|
|
1482
|
+
label: '内容',
|
|
1483
1483
|
type: 'SetExpression',
|
|
1484
1484
|
props: {
|
|
1485
1485
|
placeholder: localeKey('removeTransferValue.props.placeholder')
|
|
@@ -1487,22 +1487,22 @@ var todoOptionList = {
|
|
|
1487
1487
|
},
|
|
1488
1488
|
defaultOpenKey: {
|
|
1489
1489
|
key: 'defaultOpenKey',
|
|
1490
|
-
label:
|
|
1490
|
+
label: '内容',
|
|
1491
1491
|
type: 'SetExpression'
|
|
1492
1492
|
},
|
|
1493
1493
|
inlineCollapsed: {
|
|
1494
1494
|
key: 'inlineCollapsed',
|
|
1495
|
-
label:
|
|
1495
|
+
label: '是否收缩',
|
|
1496
1496
|
type: 'Select',
|
|
1497
1497
|
props: {
|
|
1498
1498
|
options: [{
|
|
1499
|
-
title:
|
|
1499
|
+
title: '缩起',
|
|
1500
1500
|
value: 'true'
|
|
1501
1501
|
}, {
|
|
1502
|
-
title:
|
|
1502
|
+
title: '展开',
|
|
1503
1503
|
value: ''
|
|
1504
1504
|
}, {
|
|
1505
|
-
title:
|
|
1505
|
+
title: '切换',
|
|
1506
1506
|
value: 'toggle'
|
|
1507
1507
|
}]
|
|
1508
1508
|
}
|
|
@@ -1519,22 +1519,22 @@ var todoOptionList = {
|
|
|
1519
1519
|
},
|
|
1520
1520
|
lineChartData: {
|
|
1521
1521
|
key: 'lineChartData',
|
|
1522
|
-
label:
|
|
1522
|
+
label: '数据源',
|
|
1523
1523
|
type: 'SetExpression'
|
|
1524
1524
|
},
|
|
1525
1525
|
spCount: {
|
|
1526
1526
|
key: 'spCount',
|
|
1527
|
-
label:
|
|
1527
|
+
label: '当前数量',
|
|
1528
1528
|
type: 'SetExpression'
|
|
1529
1529
|
},
|
|
1530
1530
|
spTotal: {
|
|
1531
1531
|
key: 'spTotal',
|
|
1532
|
-
label:
|
|
1532
|
+
label: '总数量',
|
|
1533
1533
|
type: 'SetExpression'
|
|
1534
1534
|
},
|
|
1535
1535
|
spRightNode: {
|
|
1536
1536
|
key: 'spRightNode',
|
|
1537
|
-
label:
|
|
1537
|
+
label: '右侧文字',
|
|
1538
1538
|
type: 'SetExpression'
|
|
1539
1539
|
},
|
|
1540
1540
|
donutX: {
|
|
@@ -1549,17 +1549,17 @@ var todoOptionList = {
|
|
|
1549
1549
|
},
|
|
1550
1550
|
donutData: {
|
|
1551
1551
|
key: 'donutData',
|
|
1552
|
-
label:
|
|
1552
|
+
label: '数据源',
|
|
1553
1553
|
type: 'SetExpression'
|
|
1554
1554
|
},
|
|
1555
1555
|
donutSumText: {
|
|
1556
1556
|
key: 'donutSumText',
|
|
1557
|
-
label:
|
|
1557
|
+
label: '总数据',
|
|
1558
1558
|
type: 'SetExpression'
|
|
1559
1559
|
},
|
|
1560
1560
|
mpData: {
|
|
1561
1561
|
key: 'mpData',
|
|
1562
|
-
label:
|
|
1562
|
+
label: '数据源',
|
|
1563
1563
|
type: 'SetExpression',
|
|
1564
1564
|
props: {
|
|
1565
1565
|
placeholder: localeKey('mpData.props.placeholder')
|
|
@@ -1572,7 +1572,7 @@ var todoOptionList = {
|
|
|
1572
1572
|
},
|
|
1573
1573
|
gcLegendParams: {
|
|
1574
1574
|
key: 'gcLegendParams',
|
|
1575
|
-
label:
|
|
1575
|
+
label: '图例内容',
|
|
1576
1576
|
type: 'SetExpression',
|
|
1577
1577
|
props: {
|
|
1578
1578
|
placeholder: localeKey('gcLegendParams.props.placeholder')
|
|
@@ -1580,7 +1580,7 @@ var todoOptionList = {
|
|
|
1580
1580
|
},
|
|
1581
1581
|
gcData: {
|
|
1582
1582
|
key: 'gcData',
|
|
1583
|
-
label:
|
|
1583
|
+
label: '数据源',
|
|
1584
1584
|
type: 'SetExpression',
|
|
1585
1585
|
props: {
|
|
1586
1586
|
placeholder: localeKey('gcData.props.placeholder')
|
|
@@ -1598,7 +1598,7 @@ var todoOptionList = {
|
|
|
1598
1598
|
},
|
|
1599
1599
|
scData: {
|
|
1600
1600
|
key: 'scData',
|
|
1601
|
-
label:
|
|
1601
|
+
label: '数据源',
|
|
1602
1602
|
type: 'SetExpression',
|
|
1603
1603
|
props: {
|
|
1604
1604
|
placeholder: localeKey('scData.props.placeholder')
|
|
@@ -1611,7 +1611,7 @@ var todoOptionList = {
|
|
|
1611
1611
|
},
|
|
1612
1612
|
stcLegendParams: {
|
|
1613
1613
|
key: 'stcLegendParams',
|
|
1614
|
-
label:
|
|
1614
|
+
label: '图例内容',
|
|
1615
1615
|
type: 'SetExpression',
|
|
1616
1616
|
props: {
|
|
1617
1617
|
placeholder: localeKey('stcLegendParams.props.placeholder')
|
|
@@ -1619,7 +1619,7 @@ var todoOptionList = {
|
|
|
1619
1619
|
},
|
|
1620
1620
|
stcData: {
|
|
1621
1621
|
key: 'stcData',
|
|
1622
|
-
label:
|
|
1622
|
+
label: '数据源',
|
|
1623
1623
|
type: 'SetExpression',
|
|
1624
1624
|
props: {
|
|
1625
1625
|
placeholder: localeKey('stcData.props.placeholder')
|
|
@@ -1627,7 +1627,7 @@ var todoOptionList = {
|
|
|
1627
1627
|
},
|
|
1628
1628
|
valueMapKey: {
|
|
1629
1629
|
key: 'valueKey',
|
|
1630
|
-
label:
|
|
1630
|
+
label: '值映射字段',
|
|
1631
1631
|
type: 'SetExpressionKey'
|
|
1632
1632
|
},
|
|
1633
1633
|
labelMapKey: {
|
|
@@ -1652,18 +1652,18 @@ var todoOptionList = {
|
|
|
1652
1652
|
},
|
|
1653
1653
|
updateMediaState: {
|
|
1654
1654
|
key: 'updateMediaState',
|
|
1655
|
-
label:
|
|
1655
|
+
label: '状态设置',
|
|
1656
1656
|
type: 'RadioButton',
|
|
1657
1657
|
defaultValue: 'play',
|
|
1658
1658
|
props: {
|
|
1659
1659
|
options: [{
|
|
1660
|
-
title:
|
|
1660
|
+
title: '播放',
|
|
1661
1661
|
value: 'play'
|
|
1662
1662
|
}, {
|
|
1663
|
-
title:
|
|
1663
|
+
title: '暂停',
|
|
1664
1664
|
value: 'pasue'
|
|
1665
1665
|
}, {
|
|
1666
|
-
title:
|
|
1666
|
+
title: '切换',
|
|
1667
1667
|
value: 'toggle'
|
|
1668
1668
|
}]
|
|
1669
1669
|
}
|
|
@@ -1687,25 +1687,25 @@ var todoOptionList = {
|
|
|
1687
1687
|
},
|
|
1688
1688
|
viewMode: {
|
|
1689
1689
|
key: 'viewMode',
|
|
1690
|
-
label:
|
|
1690
|
+
label: '预览方式',
|
|
1691
1691
|
type: 'RadioButton',
|
|
1692
1692
|
defaultValue: 'modal',
|
|
1693
1693
|
props: {
|
|
1694
1694
|
options: [{
|
|
1695
|
-
title:
|
|
1695
|
+
title: '页面弹窗',
|
|
1696
1696
|
value: 'popUp'
|
|
1697
1697
|
}, {
|
|
1698
|
-
title:
|
|
1698
|
+
title: '标签页',
|
|
1699
1699
|
value: 'newTab'
|
|
1700
1700
|
}, {
|
|
1701
|
-
title:
|
|
1701
|
+
title: '新窗口',
|
|
1702
1702
|
value: 'window'
|
|
1703
1703
|
}]
|
|
1704
1704
|
}
|
|
1705
1705
|
},
|
|
1706
1706
|
modalWidth: {
|
|
1707
1707
|
key: 'modalWidth',
|
|
1708
|
-
label:
|
|
1708
|
+
label: '窗口宽度',
|
|
1709
1709
|
type: 'SetExpression',
|
|
1710
1710
|
defaultValue: '960',
|
|
1711
1711
|
visibleFlag: 'viewMode',
|
|
@@ -1714,7 +1714,7 @@ var todoOptionList = {
|
|
|
1714
1714
|
},
|
|
1715
1715
|
modalHeight: {
|
|
1716
1716
|
key: 'modalHeight',
|
|
1717
|
-
label:
|
|
1717
|
+
label: '窗口高度',
|
|
1718
1718
|
type: 'SetExpression',
|
|
1719
1719
|
defaultValue: '648',
|
|
1720
1720
|
visibleFlag: 'viewMode',
|