@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
|
@@ -46,12 +46,12 @@ var todoOptionList = {
|
|
|
46
46
|
},
|
|
47
47
|
sqlServiceFields: {
|
|
48
48
|
key: 'sqlServiceFields',
|
|
49
|
-
label:
|
|
49
|
+
label: '导出字段',
|
|
50
50
|
type: 'SelectSQLServiceFields'
|
|
51
51
|
},
|
|
52
52
|
target: {
|
|
53
53
|
key: 'target',
|
|
54
|
-
label:
|
|
54
|
+
label: '联动来源',
|
|
55
55
|
type: 'SelectObject'
|
|
56
56
|
},
|
|
57
57
|
arelStaticData: {
|
|
@@ -76,7 +76,7 @@ var todoOptionList = {
|
|
|
76
76
|
},
|
|
77
77
|
staticData: {
|
|
78
78
|
key: 'staticData',
|
|
79
|
-
label:
|
|
79
|
+
label: '静态数据',
|
|
80
80
|
type: 'SelectStaticData'
|
|
81
81
|
},
|
|
82
82
|
custTargetVal: {
|
|
@@ -86,18 +86,18 @@ var todoOptionList = {
|
|
|
86
86
|
},
|
|
87
87
|
visible: {
|
|
88
88
|
key: 'visible',
|
|
89
|
-
label:
|
|
89
|
+
label: '显隐设置',
|
|
90
90
|
type: 'RadioButton',
|
|
91
91
|
defaultValue: '',
|
|
92
92
|
props: {
|
|
93
93
|
options: [{
|
|
94
|
-
title:
|
|
94
|
+
title: '显示',
|
|
95
95
|
value: 'true'
|
|
96
96
|
}, {
|
|
97
|
-
title:
|
|
97
|
+
title: '隐藏',
|
|
98
98
|
value: ''
|
|
99
99
|
}, {
|
|
100
|
-
title:
|
|
100
|
+
title: '切换',
|
|
101
101
|
value: 'toggle'
|
|
102
102
|
}]
|
|
103
103
|
}
|
|
@@ -109,20 +109,20 @@ var todoOptionList = {
|
|
|
109
109
|
defaultValue: '',
|
|
110
110
|
props: {
|
|
111
111
|
options: [{
|
|
112
|
-
title:
|
|
112
|
+
title: '只读',
|
|
113
113
|
value: 'true'
|
|
114
114
|
}, {
|
|
115
|
-
title:
|
|
115
|
+
title: '启用',
|
|
116
116
|
value: ''
|
|
117
117
|
}, {
|
|
118
|
-
title:
|
|
118
|
+
title: '切换',
|
|
119
119
|
value: 'toggle'
|
|
120
120
|
}]
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
bsSelectType: {
|
|
124
124
|
key: 'selectType',
|
|
125
|
-
label:
|
|
125
|
+
label: '控制类型',
|
|
126
126
|
type: 'RadioButton',
|
|
127
127
|
defaultValue: 'id',
|
|
128
128
|
props: {
|
|
@@ -130,38 +130,38 @@ var todoOptionList = {
|
|
|
130
130
|
title: localeKey('bsSelectType.props.options.0.title'),
|
|
131
131
|
value: 'id'
|
|
132
132
|
}, {
|
|
133
|
-
title:
|
|
133
|
+
title: '循环项索引',
|
|
134
134
|
value: 'index'
|
|
135
135
|
}]
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
138
|
editor: {
|
|
139
139
|
key: 'editor',
|
|
140
|
-
label:
|
|
140
|
+
label: '是否可编辑',
|
|
141
141
|
type: 'Select',
|
|
142
142
|
props: {
|
|
143
143
|
options: [{
|
|
144
|
-
title:
|
|
144
|
+
title: '是',
|
|
145
145
|
value: false
|
|
146
146
|
}, {
|
|
147
|
-
title:
|
|
147
|
+
title: '否',
|
|
148
148
|
value: true
|
|
149
149
|
}]
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
value: {
|
|
153
153
|
key: 'value',
|
|
154
|
-
label:
|
|
154
|
+
label: '内容',
|
|
155
155
|
type: 'SetExpression'
|
|
156
156
|
},
|
|
157
157
|
valueArray: {
|
|
158
158
|
key: 'value',
|
|
159
|
-
label:
|
|
159
|
+
label: '内容',
|
|
160
160
|
type: 'SetValueByArray'
|
|
161
161
|
},
|
|
162
162
|
startVal: {
|
|
163
163
|
key: 'startVal',
|
|
164
|
-
label:
|
|
164
|
+
label: '开始值',
|
|
165
165
|
type: 'SetExpression',
|
|
166
166
|
props: {
|
|
167
167
|
placeholder: localeKey('startVal.props.placeholder')
|
|
@@ -169,7 +169,7 @@ var todoOptionList = {
|
|
|
169
169
|
},
|
|
170
170
|
endVal: {
|
|
171
171
|
key: 'endVal',
|
|
172
|
-
label:
|
|
172
|
+
label: '结束值',
|
|
173
173
|
type: 'SetExpression',
|
|
174
174
|
props: {
|
|
175
175
|
placeholder: localeKey('endVal.props.placeholder')
|
|
@@ -177,38 +177,38 @@ var todoOptionList = {
|
|
|
177
177
|
},
|
|
178
178
|
loading: {
|
|
179
179
|
key: 'loading',
|
|
180
|
-
label:
|
|
180
|
+
label: '是否加载中',
|
|
181
181
|
type: 'Select',
|
|
182
182
|
props: {
|
|
183
183
|
options: [{
|
|
184
|
-
title:
|
|
184
|
+
title: '是',
|
|
185
185
|
value: true
|
|
186
186
|
}, {
|
|
187
|
-
title:
|
|
187
|
+
title: '否',
|
|
188
188
|
value: false
|
|
189
189
|
}]
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
msgType: {
|
|
193
193
|
key: 'type',
|
|
194
|
-
label:
|
|
194
|
+
label: '类型',
|
|
195
195
|
type: 'Select',
|
|
196
196
|
defaultValue: 'success',
|
|
197
197
|
props: {
|
|
198
198
|
options: [{
|
|
199
|
-
title:
|
|
199
|
+
title: '成功',
|
|
200
200
|
value: 'success'
|
|
201
201
|
}, {
|
|
202
|
-
title:
|
|
202
|
+
title: '提示',
|
|
203
203
|
value: 'info'
|
|
204
204
|
}, {
|
|
205
|
-
title:
|
|
205
|
+
title: '警告',
|
|
206
206
|
value: 'warn'
|
|
207
207
|
}, {
|
|
208
|
-
title:
|
|
208
|
+
title: '错误',
|
|
209
209
|
value: 'error'
|
|
210
210
|
}, {
|
|
211
|
-
title:
|
|
211
|
+
title: '加载动画',
|
|
212
212
|
value: 'loading',
|
|
213
213
|
terminal: ['mobile']
|
|
214
214
|
}]
|
|
@@ -216,66 +216,66 @@ var todoOptionList = {
|
|
|
216
216
|
},
|
|
217
217
|
duration: {
|
|
218
218
|
key: 'duration',
|
|
219
|
-
label:
|
|
219
|
+
label: '加载时长',
|
|
220
220
|
type: 'InputNumber',
|
|
221
221
|
props: {
|
|
222
|
-
unit:
|
|
222
|
+
unit: '秒'
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
swiperIndex: {
|
|
226
226
|
key: 'swiperIndex',
|
|
227
|
-
label:
|
|
227
|
+
label: '索引',
|
|
228
228
|
type: 'SwiperIndex'
|
|
229
229
|
},
|
|
230
230
|
validateType: {
|
|
231
231
|
key: 'validateStatus',
|
|
232
|
-
label:
|
|
232
|
+
label: '校验类型',
|
|
233
233
|
type: 'RadioButton',
|
|
234
234
|
defaultValue: 'success',
|
|
235
235
|
props: {
|
|
236
236
|
options: [{
|
|
237
|
-
title:
|
|
237
|
+
title: '成功',
|
|
238
238
|
value: 'success'
|
|
239
239
|
}, {
|
|
240
|
-
title:
|
|
240
|
+
title: '提示',
|
|
241
241
|
value: 'validating'
|
|
242
242
|
}, {
|
|
243
|
-
title:
|
|
243
|
+
title: '错误',
|
|
244
244
|
value: 'error'
|
|
245
245
|
}, {
|
|
246
|
-
title:
|
|
246
|
+
title: '警告',
|
|
247
247
|
value: 'warning'
|
|
248
248
|
}, {
|
|
249
|
-
title:
|
|
249
|
+
title: '正常',
|
|
250
250
|
value: ''
|
|
251
251
|
}]
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
validateMsg: {
|
|
255
255
|
key: 'help',
|
|
256
|
-
label:
|
|
256
|
+
label: '校验文案',
|
|
257
257
|
type: 'Input',
|
|
258
258
|
props: {
|
|
259
|
-
placeholder:
|
|
259
|
+
placeholder: '请输入'
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
expType: {
|
|
263
263
|
key: 'type',
|
|
264
|
-
label:
|
|
264
|
+
label: '类型',
|
|
265
265
|
type: 'Select',
|
|
266
266
|
props: {
|
|
267
267
|
options: [{
|
|
268
268
|
title: localeKey('expType.props.options.0.title'),
|
|
269
269
|
value: 'pdf'
|
|
270
270
|
}, {
|
|
271
|
-
title:
|
|
271
|
+
title: '图片',
|
|
272
272
|
value: 'png'
|
|
273
273
|
}]
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
expFileName: {
|
|
277
277
|
key: 'fileName',
|
|
278
|
-
label:
|
|
278
|
+
label: '文件名',
|
|
279
279
|
type: 'input',
|
|
280
280
|
props: {
|
|
281
281
|
placeholder: localeKey('expFileName.props.placeholder')
|
|
@@ -283,23 +283,23 @@ var todoOptionList = {
|
|
|
283
283
|
},
|
|
284
284
|
modalType: {
|
|
285
285
|
key: 'type',
|
|
286
|
-
label:
|
|
286
|
+
label: '类型',
|
|
287
287
|
type: 'Select',
|
|
288
288
|
props: {
|
|
289
289
|
options: [{
|
|
290
|
-
title:
|
|
290
|
+
title: '成功',
|
|
291
291
|
value: 'success'
|
|
292
292
|
}, {
|
|
293
|
-
title:
|
|
293
|
+
title: '提示',
|
|
294
294
|
value: 'info'
|
|
295
295
|
}, {
|
|
296
|
-
title:
|
|
296
|
+
title: '警告',
|
|
297
297
|
value: 'warning'
|
|
298
298
|
}, {
|
|
299
|
-
title:
|
|
299
|
+
title: '错误',
|
|
300
300
|
value: 'error'
|
|
301
301
|
}, {
|
|
302
|
-
title:
|
|
302
|
+
title: '确认',
|
|
303
303
|
value: 'confirm'
|
|
304
304
|
}]
|
|
305
305
|
}
|
|
@@ -318,45 +318,45 @@ var todoOptionList = {
|
|
|
318
318
|
},
|
|
319
319
|
historyType: {
|
|
320
320
|
key: 'type',
|
|
321
|
-
label:
|
|
321
|
+
label: '类型',
|
|
322
322
|
type: 'Select',
|
|
323
323
|
props: {
|
|
324
324
|
options: [{
|
|
325
|
-
title:
|
|
325
|
+
title: '路由跳转',
|
|
326
326
|
value: 'push'
|
|
327
327
|
}, {
|
|
328
|
-
title:
|
|
328
|
+
title: '路由替换',
|
|
329
329
|
value: 'replace'
|
|
330
330
|
}]
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
timerType: {
|
|
334
334
|
key: 'type',
|
|
335
|
-
label:
|
|
335
|
+
label: '定时器类型',
|
|
336
336
|
type: 'Select',
|
|
337
337
|
props: {
|
|
338
338
|
options: [{
|
|
339
|
-
title:
|
|
339
|
+
title: '单次定时器',
|
|
340
340
|
value: 'timeout'
|
|
341
341
|
}, {
|
|
342
|
-
title:
|
|
342
|
+
title: '循环定时器',
|
|
343
343
|
value: 'interval'
|
|
344
344
|
}]
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
347
|
title: {
|
|
348
348
|
key: 'title',
|
|
349
|
-
label:
|
|
349
|
+
label: '标题',
|
|
350
350
|
type: 'Input'
|
|
351
351
|
},
|
|
352
352
|
content: {
|
|
353
353
|
key: 'content',
|
|
354
|
-
label:
|
|
354
|
+
label: '内容',
|
|
355
355
|
type: 'Input'
|
|
356
356
|
},
|
|
357
357
|
params: {
|
|
358
358
|
key: 'params',
|
|
359
|
-
label:
|
|
359
|
+
label: '参数赋值',
|
|
360
360
|
// label: '参数',
|
|
361
361
|
type: 'SelectParams'
|
|
362
362
|
},
|
|
@@ -368,12 +368,12 @@ var todoOptionList = {
|
|
|
368
368
|
// },
|
|
369
369
|
setParams: {
|
|
370
370
|
key: 'params',
|
|
371
|
-
label:
|
|
371
|
+
label: '参数',
|
|
372
372
|
type: 'SetExpression'
|
|
373
373
|
},
|
|
374
374
|
actionType: {
|
|
375
375
|
key: 'actionType',
|
|
376
|
-
label:
|
|
376
|
+
label: '表单类型',
|
|
377
377
|
// type: 'Select',
|
|
378
378
|
// options: [
|
|
379
379
|
// { title: '新增', value: 'add' },
|
|
@@ -392,7 +392,7 @@ var todoOptionList = {
|
|
|
392
392
|
},
|
|
393
393
|
dataSource: {
|
|
394
394
|
key: 'data',
|
|
395
|
-
label:
|
|
395
|
+
label: '内容',
|
|
396
396
|
type: 'SetExpression'
|
|
397
397
|
},
|
|
398
398
|
parentKey: {
|
|
@@ -435,7 +435,7 @@ var todoOptionList = {
|
|
|
435
435
|
},
|
|
436
436
|
selectValueKey: {
|
|
437
437
|
key: 'valueKey',
|
|
438
|
-
label:
|
|
438
|
+
label: '选项值字段',
|
|
439
439
|
type: 'SetExpressionKey'
|
|
440
440
|
},
|
|
441
441
|
selectLabelKey: {
|
|
@@ -445,7 +445,7 @@ var todoOptionList = {
|
|
|
445
445
|
},
|
|
446
446
|
selectValueKeyForRC: {
|
|
447
447
|
key: 'valueKey',
|
|
448
|
-
label:
|
|
448
|
+
label: '显示值字段',
|
|
449
449
|
type: 'SetExpressionKey'
|
|
450
450
|
},
|
|
451
451
|
selectLabelKeyForRC: {
|
|
@@ -455,22 +455,22 @@ var todoOptionList = {
|
|
|
455
455
|
},
|
|
456
456
|
total: {
|
|
457
457
|
key: 'total',
|
|
458
|
-
label:
|
|
458
|
+
label: '总条数',
|
|
459
459
|
type: 'SetExpression'
|
|
460
460
|
},
|
|
461
461
|
curPage: {
|
|
462
462
|
key: 'current',
|
|
463
|
-
label:
|
|
463
|
+
label: '更新页码',
|
|
464
464
|
type: 'SetExpression'
|
|
465
465
|
},
|
|
466
466
|
pathname: {
|
|
467
467
|
key: 'pathname',
|
|
468
|
-
label:
|
|
468
|
+
label: '页面',
|
|
469
469
|
type: 'SelectPage'
|
|
470
470
|
},
|
|
471
471
|
dropPathname: {
|
|
472
472
|
key: 'dropPathname',
|
|
473
|
-
label:
|
|
473
|
+
label: '页面',
|
|
474
474
|
type: 'MultiselectPage'
|
|
475
475
|
},
|
|
476
476
|
searchParams: {
|
|
@@ -480,7 +480,7 @@ var todoOptionList = {
|
|
|
480
480
|
},
|
|
481
481
|
routerData: {
|
|
482
482
|
key: 'search',
|
|
483
|
-
label:
|
|
483
|
+
label: '路由数据',
|
|
484
484
|
type: 'RouterData'
|
|
485
485
|
},
|
|
486
486
|
// TODO: 这个key在todoActionList中没找到,应该是没被使用,暂时注释。
|
|
@@ -490,17 +490,17 @@ var todoOptionList = {
|
|
|
490
490
|
// },
|
|
491
491
|
modalname: {
|
|
492
492
|
key: 'modalname',
|
|
493
|
-
label:
|
|
493
|
+
label: '弹窗',
|
|
494
494
|
type: 'SelectModal'
|
|
495
495
|
},
|
|
496
496
|
drawerPath: {
|
|
497
497
|
key: 'drawerPath',
|
|
498
|
-
label:
|
|
498
|
+
label: '推拉门',
|
|
499
499
|
type: 'SelectDrawer'
|
|
500
500
|
},
|
|
501
501
|
compState: {
|
|
502
502
|
key: 'compState',
|
|
503
|
-
label:
|
|
503
|
+
label: '组件状态',
|
|
504
504
|
type: 'CompState'
|
|
505
505
|
},
|
|
506
506
|
activeTabKey: {
|
|
@@ -515,7 +515,7 @@ var todoOptionList = {
|
|
|
515
515
|
},
|
|
516
516
|
uploadProps: {
|
|
517
517
|
key: 'uploadProps',
|
|
518
|
-
label:
|
|
518
|
+
label: '上传参数',
|
|
519
519
|
type: 'SelectParams'
|
|
520
520
|
},
|
|
521
521
|
inlineeditnow: {
|
|
@@ -524,58 +524,58 @@ var todoOptionList = {
|
|
|
524
524
|
type: 'Select',
|
|
525
525
|
props: {
|
|
526
526
|
options: [{
|
|
527
|
-
title:
|
|
527
|
+
title: '否',
|
|
528
528
|
value: false
|
|
529
529
|
}, {
|
|
530
|
-
title:
|
|
530
|
+
title: '是',
|
|
531
531
|
value: true
|
|
532
532
|
}]
|
|
533
533
|
}
|
|
534
534
|
},
|
|
535
535
|
disabled: {
|
|
536
536
|
key: 'disabled',
|
|
537
|
-
label:
|
|
537
|
+
label: '状态设置',
|
|
538
538
|
type: 'RadioButton',
|
|
539
539
|
defaultValue: 'toggle',
|
|
540
540
|
props: {
|
|
541
541
|
options: [{
|
|
542
|
-
title:
|
|
542
|
+
title: '启动',
|
|
543
543
|
value: ''
|
|
544
544
|
}, {
|
|
545
|
-
title:
|
|
545
|
+
title: '禁用',
|
|
546
546
|
value: 'true'
|
|
547
547
|
}, {
|
|
548
|
-
title:
|
|
548
|
+
title: '切换',
|
|
549
549
|
value: 'toggle'
|
|
550
550
|
}]
|
|
551
551
|
}
|
|
552
552
|
},
|
|
553
553
|
required: {
|
|
554
554
|
key: 'required',
|
|
555
|
-
label:
|
|
555
|
+
label: '必填设置',
|
|
556
556
|
type: 'RadioButton',
|
|
557
557
|
defaultValue: 'toggle',
|
|
558
558
|
props: {
|
|
559
559
|
options: [{
|
|
560
|
-
title:
|
|
560
|
+
title: '必填',
|
|
561
561
|
value: 'true'
|
|
562
562
|
}, {
|
|
563
|
-
title:
|
|
563
|
+
title: '非必填',
|
|
564
564
|
value: ''
|
|
565
565
|
}, {
|
|
566
|
-
title:
|
|
566
|
+
title: '切换',
|
|
567
567
|
value: 'toggle'
|
|
568
568
|
}]
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
colName: {
|
|
572
572
|
key: 'colName',
|
|
573
|
-
label:
|
|
573
|
+
label: '翻译字段',
|
|
574
574
|
type: 'SelectTableCol'
|
|
575
575
|
},
|
|
576
576
|
colNameForEdit: {
|
|
577
577
|
key: 'colNameForEdit',
|
|
578
|
-
label:
|
|
578
|
+
label: '字段',
|
|
579
579
|
type: 'SelectTableCol'
|
|
580
580
|
},
|
|
581
581
|
nodeKey: {
|
|
@@ -605,7 +605,7 @@ var todoOptionList = {
|
|
|
605
605
|
},
|
|
606
606
|
stateval: {
|
|
607
607
|
key: 'stateval',
|
|
608
|
-
label:
|
|
608
|
+
label: '内容',
|
|
609
609
|
type: 'SetExpression'
|
|
610
610
|
},
|
|
611
611
|
timername: {
|
|
@@ -615,36 +615,36 @@ var todoOptionList = {
|
|
|
615
615
|
},
|
|
616
616
|
interval: {
|
|
617
617
|
key: 'interval',
|
|
618
|
-
label:
|
|
618
|
+
label: '时间间隔',
|
|
619
619
|
type: 'InputNumber',
|
|
620
620
|
props: {
|
|
621
|
-
unit:
|
|
621
|
+
unit: '毫秒'
|
|
622
622
|
}
|
|
623
623
|
},
|
|
624
624
|
targettimer: {
|
|
625
625
|
key: 'targettimer',
|
|
626
|
-
label:
|
|
626
|
+
label: '定时器名称',
|
|
627
627
|
type: 'SelectTimer'
|
|
628
628
|
},
|
|
629
629
|
customCallback: {
|
|
630
630
|
key: 'customCallback',
|
|
631
|
-
label:
|
|
631
|
+
label: '回调',
|
|
632
632
|
type: 'SelectCustomCallback'
|
|
633
633
|
},
|
|
634
634
|
stepsCurrent: {
|
|
635
635
|
key: 'current',
|
|
636
|
-
label:
|
|
636
|
+
label: '当前步骤',
|
|
637
637
|
type: 'SetExpression'
|
|
638
638
|
},
|
|
639
639
|
compId: {
|
|
640
640
|
key: 'compid',
|
|
641
641
|
// 避免与action options对象中默认compId重名
|
|
642
|
-
label:
|
|
642
|
+
label: '组件选择',
|
|
643
643
|
type: 'CompTree'
|
|
644
644
|
},
|
|
645
645
|
selectComp: {
|
|
646
646
|
key: 'compid',
|
|
647
|
-
label:
|
|
647
|
+
label: '组件选择',
|
|
648
648
|
type: 'SelectComp'
|
|
649
649
|
},
|
|
650
650
|
fileName: {
|
|
@@ -658,7 +658,7 @@ var todoOptionList = {
|
|
|
658
658
|
},
|
|
659
659
|
loadmoreKey: {
|
|
660
660
|
key: 'loadmoreKey',
|
|
661
|
-
label:
|
|
661
|
+
label: '更新参数',
|
|
662
662
|
type: 'SetCustomParams'
|
|
663
663
|
},
|
|
664
664
|
wechatappId: {
|
|
@@ -671,7 +671,7 @@ var todoOptionList = {
|
|
|
671
671
|
},
|
|
672
672
|
jsonId: {
|
|
673
673
|
key: 'jsonId',
|
|
674
|
-
label:
|
|
674
|
+
label: '页面',
|
|
675
675
|
type: 'SelectPage'
|
|
676
676
|
},
|
|
677
677
|
fileId: {
|
|
@@ -682,22 +682,22 @@ var todoOptionList = {
|
|
|
682
682
|
},
|
|
683
683
|
loadMoreTotal: {
|
|
684
684
|
key: 'total',
|
|
685
|
-
label:
|
|
685
|
+
label: '总条数',
|
|
686
686
|
type: 'SetExpression'
|
|
687
687
|
},
|
|
688
688
|
loadMoreData: {
|
|
689
689
|
key: 'data',
|
|
690
|
-
label:
|
|
690
|
+
label: '数据源',
|
|
691
691
|
type: 'SetExpression'
|
|
692
692
|
},
|
|
693
693
|
aliasPageNum: {
|
|
694
694
|
key: 'pageNum',
|
|
695
|
-
label:
|
|
695
|
+
label: '页码字段名',
|
|
696
696
|
type: 'SetExpression'
|
|
697
697
|
},
|
|
698
698
|
jsBridgeMethod: {
|
|
699
699
|
key: 'method',
|
|
700
|
-
label:
|
|
700
|
+
label: '方法名',
|
|
701
701
|
type: 'input',
|
|
702
702
|
props: {
|
|
703
703
|
placeholder: localeKey('jsBridgeMethod.props.placeholder')
|
|
@@ -745,12 +745,12 @@ var todoOptionList = {
|
|
|
745
745
|
},
|
|
746
746
|
customParams: {
|
|
747
747
|
key: 'customParams',
|
|
748
|
-
label:
|
|
748
|
+
label: '自定义入参',
|
|
749
749
|
type: 'SelectCustomParams'
|
|
750
750
|
},
|
|
751
751
|
selectScene: {
|
|
752
752
|
key: 'scene',
|
|
753
|
-
label:
|
|
753
|
+
label: '选择场景',
|
|
754
754
|
type: 'SelectScene'
|
|
755
755
|
},
|
|
756
756
|
flowUrl: {
|
|
@@ -760,23 +760,23 @@ var todoOptionList = {
|
|
|
760
760
|
},
|
|
761
761
|
flowType: {
|
|
762
762
|
key: 'flowType',
|
|
763
|
-
label:
|
|
763
|
+
label: '流程类型',
|
|
764
764
|
type: 'Select',
|
|
765
765
|
props: {
|
|
766
766
|
options: [{
|
|
767
|
-
title:
|
|
767
|
+
title: '启动',
|
|
768
768
|
value: 'initiate'
|
|
769
769
|
}, {
|
|
770
|
-
title:
|
|
770
|
+
title: '通过',
|
|
771
771
|
value: 'pass'
|
|
772
772
|
}, {
|
|
773
|
-
title:
|
|
773
|
+
title: '拒绝',
|
|
774
774
|
value: 'refuse'
|
|
775
775
|
}, {
|
|
776
|
-
title:
|
|
776
|
+
title: '转派',
|
|
777
777
|
value: 'transfer'
|
|
778
778
|
}, {
|
|
779
|
-
title:
|
|
779
|
+
title: '通用',
|
|
780
780
|
value: 'customized'
|
|
781
781
|
}]
|
|
782
782
|
}
|
|
@@ -803,7 +803,7 @@ var todoOptionList = {
|
|
|
803
803
|
// 流程编辑
|
|
804
804
|
flowCode: {
|
|
805
805
|
key: 'flowCode',
|
|
806
|
-
label:
|
|
806
|
+
label: '选择流程',
|
|
807
807
|
type: 'SelectFlowCode'
|
|
808
808
|
},
|
|
809
809
|
// 业务工单类型
|
|
@@ -814,7 +814,7 @@ var todoOptionList = {
|
|
|
814
814
|
},
|
|
815
815
|
flowAuditDesc: {
|
|
816
816
|
key: 'flowAuditDesc',
|
|
817
|
-
label:
|
|
817
|
+
label: '审核意见',
|
|
818
818
|
type: 'SetExpression'
|
|
819
819
|
},
|
|
820
820
|
flowFileId: {
|
|
@@ -824,7 +824,7 @@ var todoOptionList = {
|
|
|
824
824
|
},
|
|
825
825
|
configDealUserId: {
|
|
826
826
|
key: 'configDealUserId',
|
|
827
|
-
label:
|
|
827
|
+
label: '指定处理人',
|
|
828
828
|
type: 'SetExpression'
|
|
829
829
|
},
|
|
830
830
|
flowBtnActionType: {
|
|
@@ -849,7 +849,7 @@ var todoOptionList = {
|
|
|
849
849
|
},
|
|
850
850
|
flowCustParams: {
|
|
851
851
|
key: 'flowCustParams',
|
|
852
|
-
label:
|
|
852
|
+
label: '自定义参数',
|
|
853
853
|
type: 'SetCustomParams'
|
|
854
854
|
},
|
|
855
855
|
workItemId: {
|
|
@@ -859,7 +859,7 @@ var todoOptionList = {
|
|
|
859
859
|
},
|
|
860
860
|
flowExtraParams: {
|
|
861
861
|
key: 'flowExtraParams',
|
|
862
|
-
label:
|
|
862
|
+
label: '目标环节',
|
|
863
863
|
type: 'SetRollbackFlowOptions',
|
|
864
864
|
props: {
|
|
865
865
|
isRequired: true
|
|
@@ -892,7 +892,7 @@ var todoOptionList = {
|
|
|
892
892
|
},
|
|
893
893
|
diagramFlowCode: {
|
|
894
894
|
key: 'diagramFlowCode',
|
|
895
|
-
label:
|
|
895
|
+
label: '选择流程',
|
|
896
896
|
type: 'SelectFlowCode'
|
|
897
897
|
},
|
|
898
898
|
diagramWorkOrderId: {
|
|
@@ -902,7 +902,7 @@ var todoOptionList = {
|
|
|
902
902
|
},
|
|
903
903
|
selectServerDataSource: {
|
|
904
904
|
key: 'selectServerDataSource',
|
|
905
|
-
label:
|
|
905
|
+
label: '选择数据源',
|
|
906
906
|
props: {
|
|
907
907
|
options: {
|
|
908
908
|
key: 'dataSourceReloadFilter',
|
|
@@ -914,7 +914,7 @@ var todoOptionList = {
|
|
|
914
914
|
},
|
|
915
915
|
selectAllDataSource: {
|
|
916
916
|
key: 'selectAllDataSource',
|
|
917
|
-
label:
|
|
917
|
+
label: '选择数据源',
|
|
918
918
|
type: 'SelectAllDataSource',
|
|
919
919
|
props: {
|
|
920
920
|
options: {
|
|
@@ -926,24 +926,24 @@ var todoOptionList = {
|
|
|
926
926
|
},
|
|
927
927
|
selectCompFunc: {
|
|
928
928
|
key: 'selectCompFunc',
|
|
929
|
-
label:
|
|
929
|
+
label: '方法',
|
|
930
930
|
type: 'SelectCompFunc'
|
|
931
931
|
},
|
|
932
932
|
setCompParams: {
|
|
933
933
|
key: 'uploadProps',
|
|
934
|
-
label:
|
|
934
|
+
label: '参数',
|
|
935
935
|
type: 'SetCompParams'
|
|
936
936
|
},
|
|
937
937
|
dataSourceReloadFilter: {
|
|
938
938
|
key: 'dataSourceReloadFilter',
|
|
939
939
|
// label: '参数',
|
|
940
|
-
label:
|
|
940
|
+
label: '数据源赋值',
|
|
941
941
|
// label: '数据源过滤条件',
|
|
942
942
|
type: 'dataSourceReloadFilter'
|
|
943
943
|
},
|
|
944
944
|
dataSourceSetValue: {
|
|
945
945
|
key: 'dataSourceSetValue',
|
|
946
|
-
label:
|
|
946
|
+
label: '数据源赋值',
|
|
947
947
|
type: 'dataSourceSetValue'
|
|
948
948
|
},
|
|
949
949
|
// onlySetPatch: {
|
|
@@ -957,14 +957,14 @@ var todoOptionList = {
|
|
|
957
957
|
// },
|
|
958
958
|
onlySetPatch: {
|
|
959
959
|
key: 'onlySetPatch',
|
|
960
|
-
label:
|
|
960
|
+
label: '赋值范围',
|
|
961
961
|
type: 'Radio',
|
|
962
962
|
props: {
|
|
963
963
|
options: [{
|
|
964
|
-
title:
|
|
964
|
+
title: '局部赋值',
|
|
965
965
|
value: true
|
|
966
966
|
}, {
|
|
967
|
-
title:
|
|
967
|
+
title: '全部赋值',
|
|
968
968
|
value: false
|
|
969
969
|
}]
|
|
970
970
|
}
|
|
@@ -980,12 +980,12 @@ var todoOptionList = {
|
|
|
980
980
|
},
|
|
981
981
|
iframeData: {
|
|
982
982
|
key: 'iframeData',
|
|
983
|
-
label:
|
|
983
|
+
label: '发送内容',
|
|
984
984
|
type: 'SetExpression'
|
|
985
985
|
},
|
|
986
986
|
iframeOrigin: {
|
|
987
987
|
key: 'iframeOrigin',
|
|
988
|
-
label:
|
|
988
|
+
label: '发送目标源',
|
|
989
989
|
type: 'SetExpression'
|
|
990
990
|
},
|
|
991
991
|
rProps: {
|
|
@@ -999,10 +999,10 @@ var todoOptionList = {
|
|
|
999
999
|
type: 'Select',
|
|
1000
1000
|
props: {
|
|
1001
1001
|
options: [{
|
|
1002
|
-
title:
|
|
1002
|
+
title: '是',
|
|
1003
1003
|
value: 'T'
|
|
1004
1004
|
}, {
|
|
1005
|
-
title:
|
|
1005
|
+
title: '否',
|
|
1006
1006
|
value: 'F'
|
|
1007
1007
|
}]
|
|
1008
1008
|
}
|
|
@@ -1031,18 +1031,18 @@ var todoOptionList = {
|
|
|
1031
1031
|
},
|
|
1032
1032
|
busiObjectFilterParams: {
|
|
1033
1033
|
key: 'busiObjectFilterParams',
|
|
1034
|
-
label:
|
|
1034
|
+
label: '查询条件',
|
|
1035
1035
|
type: 'SetExpression'
|
|
1036
1036
|
},
|
|
1037
1037
|
filterParams: {
|
|
1038
1038
|
// 入参
|
|
1039
1039
|
key: 'filterParams',
|
|
1040
|
-
label:
|
|
1040
|
+
label: '查询条件',
|
|
1041
1041
|
type: 'SetExpression'
|
|
1042
1042
|
},
|
|
1043
1043
|
busiObjectFields: {
|
|
1044
1044
|
key: 'busiObjectFields',
|
|
1045
|
-
label:
|
|
1045
|
+
label: '筛选字段',
|
|
1046
1046
|
type: 'SelectBusiObjectFields',
|
|
1047
1047
|
props: {
|
|
1048
1048
|
isRequired: true,
|
|
@@ -1056,26 +1056,26 @@ var todoOptionList = {
|
|
|
1056
1056
|
defaultValue: 'F',
|
|
1057
1057
|
props: {
|
|
1058
1058
|
options: [{
|
|
1059
|
-
title:
|
|
1059
|
+
title: '是',
|
|
1060
1060
|
value: 'T'
|
|
1061
1061
|
}, {
|
|
1062
|
-
title:
|
|
1062
|
+
title: '否',
|
|
1063
1063
|
value: 'F'
|
|
1064
1064
|
}]
|
|
1065
1065
|
}
|
|
1066
1066
|
},
|
|
1067
1067
|
objectFields: {
|
|
1068
1068
|
key: 'objectFields',
|
|
1069
|
-
label:
|
|
1069
|
+
label: '导出字段',
|
|
1070
1070
|
type: 'SelectServiceObjectFields',
|
|
1071
1071
|
props: {
|
|
1072
1072
|
isRequired: true,
|
|
1073
1073
|
options: {
|
|
1074
1074
|
fieldKey: 'serviceData',
|
|
1075
1075
|
customKeyMap: {
|
|
1076
|
-
fieldData:
|
|
1077
|
-
attrCode:
|
|
1078
|
-
attrName:
|
|
1076
|
+
fieldData: '字段数据',
|
|
1077
|
+
attrCode: '字段编码',
|
|
1078
|
+
attrName: '字段名称'
|
|
1079
1079
|
}
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
@@ -1096,32 +1096,32 @@ var todoOptionList = {
|
|
|
1096
1096
|
},
|
|
1097
1097
|
className: {
|
|
1098
1098
|
key: 'className',
|
|
1099
|
-
label:
|
|
1099
|
+
label: '类名称',
|
|
1100
1100
|
type: 'Input'
|
|
1101
1101
|
},
|
|
1102
1102
|
funcName: {
|
|
1103
1103
|
key: 'funcName',
|
|
1104
|
-
label:
|
|
1104
|
+
label: '函数名称',
|
|
1105
1105
|
type: 'Input'
|
|
1106
1106
|
},
|
|
1107
1107
|
funcParams: {
|
|
1108
1108
|
key: 'funcParams',
|
|
1109
|
-
label:
|
|
1109
|
+
label: '自定义入参',
|
|
1110
1110
|
type: 'SetExpressionByArray'
|
|
1111
1111
|
},
|
|
1112
1112
|
valueList: {
|
|
1113
1113
|
key: 'valueList',
|
|
1114
|
-
label:
|
|
1114
|
+
label: '组件赋值',
|
|
1115
1115
|
type: 'SetSysExpression'
|
|
1116
1116
|
},
|
|
1117
1117
|
customFuncName: {
|
|
1118
1118
|
key: 'customFuncName',
|
|
1119
|
-
label:
|
|
1119
|
+
label: '自定义事件',
|
|
1120
1120
|
type: 'SelectCustomFunc'
|
|
1121
1121
|
},
|
|
1122
1122
|
customFuncParams: {
|
|
1123
1123
|
key: 'customFuncParams',
|
|
1124
|
-
label:
|
|
1124
|
+
label: '事件入参',
|
|
1125
1125
|
type: 'SelectParams'
|
|
1126
1126
|
},
|
|
1127
1127
|
// sceneCode: {
|
|
@@ -1131,7 +1131,7 @@ var todoOptionList = {
|
|
|
1131
1131
|
// },
|
|
1132
1132
|
custUrl: {
|
|
1133
1133
|
key: 'custUrl',
|
|
1134
|
-
label:
|
|
1134
|
+
label: '导入服务',
|
|
1135
1135
|
type: 'SelectCustomExportService',
|
|
1136
1136
|
props: {
|
|
1137
1137
|
isRequired: true,
|
|
@@ -1154,7 +1154,7 @@ var todoOptionList = {
|
|
|
1154
1154
|
},
|
|
1155
1155
|
custParams: {
|
|
1156
1156
|
key: 'custParams',
|
|
1157
|
-
label:
|
|
1157
|
+
label: '自定义参数',
|
|
1158
1158
|
type: 'SetCustomParams'
|
|
1159
1159
|
},
|
|
1160
1160
|
compToPrint: {
|
|
@@ -1169,18 +1169,18 @@ var todoOptionList = {
|
|
|
1169
1169
|
},
|
|
1170
1170
|
returnType: {
|
|
1171
1171
|
key: 'returnType',
|
|
1172
|
-
label:
|
|
1172
|
+
label: '返回类型',
|
|
1173
1173
|
type: 'RadioButton',
|
|
1174
1174
|
labelTip: localeKey('returnType.labelTip'),
|
|
1175
1175
|
props: {
|
|
1176
1176
|
options: [{
|
|
1177
|
-
title:
|
|
1177
|
+
title: '值',
|
|
1178
1178
|
value: 'value'
|
|
1179
1179
|
}, {
|
|
1180
|
-
title:
|
|
1180
|
+
title: '成功',
|
|
1181
1181
|
value: 'success'
|
|
1182
1182
|
}, {
|
|
1183
|
-
title:
|
|
1183
|
+
title: '失败',
|
|
1184
1184
|
value: 'failure'
|
|
1185
1185
|
}]
|
|
1186
1186
|
}
|
|
@@ -1192,7 +1192,7 @@ var todoOptionList = {
|
|
|
1192
1192
|
},
|
|
1193
1193
|
copyText: {
|
|
1194
1194
|
key: 'copyText',
|
|
1195
|
-
label:
|
|
1195
|
+
label: '复制内容',
|
|
1196
1196
|
type: 'SetExpression'
|
|
1197
1197
|
},
|
|
1198
1198
|
isPreventDefault: {
|
|
@@ -1201,10 +1201,10 @@ var todoOptionList = {
|
|
|
1201
1201
|
type: 'Select',
|
|
1202
1202
|
props: {
|
|
1203
1203
|
options: [{
|
|
1204
|
-
title:
|
|
1204
|
+
title: '是',
|
|
1205
1205
|
value: 'T'
|
|
1206
1206
|
}, {
|
|
1207
|
-
title:
|
|
1207
|
+
title: '否',
|
|
1208
1208
|
value: 'F'
|
|
1209
1209
|
}]
|
|
1210
1210
|
},
|
|
@@ -1217,10 +1217,10 @@ var todoOptionList = {
|
|
|
1217
1217
|
labelTip: localeKey('isStopPropagation.labelTip'),
|
|
1218
1218
|
props: {
|
|
1219
1219
|
options: [{
|
|
1220
|
-
title:
|
|
1220
|
+
title: '是',
|
|
1221
1221
|
value: 'T'
|
|
1222
1222
|
}, {
|
|
1223
|
-
title:
|
|
1223
|
+
title: '否',
|
|
1224
1224
|
value: 'F'
|
|
1225
1225
|
}]
|
|
1226
1226
|
}
|
|
@@ -1295,7 +1295,7 @@ var todoOptionList = {
|
|
|
1295
1295
|
// },
|
|
1296
1296
|
accept: {
|
|
1297
1297
|
key: 'accept',
|
|
1298
|
-
label:
|
|
1298
|
+
label: '文件类型',
|
|
1299
1299
|
type: 'SetExpression'
|
|
1300
1300
|
},
|
|
1301
1301
|
custTplUrl: {
|
|
@@ -1305,28 +1305,28 @@ var todoOptionList = {
|
|
|
1305
1305
|
},
|
|
1306
1306
|
name: {
|
|
1307
1307
|
key: 'name',
|
|
1308
|
-
label:
|
|
1308
|
+
label: '修改名称',
|
|
1309
1309
|
type: 'Input',
|
|
1310
1310
|
props: {
|
|
1311
|
-
placeholder:
|
|
1311
|
+
placeholder: '请输入名称'
|
|
1312
1312
|
}
|
|
1313
1313
|
},
|
|
1314
1314
|
icon: {
|
|
1315
1315
|
key: 'icon',
|
|
1316
|
-
label:
|
|
1316
|
+
label: '修改图标',
|
|
1317
1317
|
type: 'ChooseIcon',
|
|
1318
1318
|
props: {
|
|
1319
|
-
placeholder:
|
|
1319
|
+
placeholder: '请选择图标'
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
1322
|
editorCode: {
|
|
1323
1323
|
key: 'editorCode',
|
|
1324
|
-
label:
|
|
1324
|
+
label: '自定义内容',
|
|
1325
1325
|
type: 'CustomActionCode'
|
|
1326
1326
|
},
|
|
1327
1327
|
actionTitle: {
|
|
1328
1328
|
key: 'actionTitle',
|
|
1329
|
-
label:
|
|
1329
|
+
label: '动作说明',
|
|
1330
1330
|
type: 'CustomActionTitle',
|
|
1331
1331
|
props: {
|
|
1332
1332
|
placeholder: localeKey('actionTitle.props.placeholder'),
|
|
@@ -1340,17 +1340,17 @@ var todoOptionList = {
|
|
|
1340
1340
|
defaultValue: false,
|
|
1341
1341
|
props: {
|
|
1342
1342
|
options: [{
|
|
1343
|
-
title:
|
|
1343
|
+
title: '异步加载',
|
|
1344
1344
|
value: false
|
|
1345
1345
|
}, {
|
|
1346
|
-
title:
|
|
1346
|
+
title: '同步加载',
|
|
1347
1347
|
value: true
|
|
1348
1348
|
}]
|
|
1349
1349
|
}
|
|
1350
1350
|
},
|
|
1351
1351
|
setItemKey: {
|
|
1352
1352
|
key: 'key',
|
|
1353
|
-
label:
|
|
1353
|
+
label: '字段名称',
|
|
1354
1354
|
type: 'Input',
|
|
1355
1355
|
props: {
|
|
1356
1356
|
required: true,
|
|
@@ -1359,7 +1359,7 @@ var todoOptionList = {
|
|
|
1359
1359
|
},
|
|
1360
1360
|
mapKey: {
|
|
1361
1361
|
key: 'mapKey',
|
|
1362
|
-
label:
|
|
1362
|
+
label: '地图秘钥',
|
|
1363
1363
|
type: 'Input',
|
|
1364
1364
|
props: {
|
|
1365
1365
|
placeholder: localeKey('mapKey.props.placeholder'),
|
|
@@ -1382,25 +1382,25 @@ var todoOptionList = {
|
|
|
1382
1382
|
defaultValue: 'BD09',
|
|
1383
1383
|
props: {
|
|
1384
1384
|
options: [{
|
|
1385
|
-
title:
|
|
1385
|
+
title: '大地坐标系',
|
|
1386
1386
|
value: 'WGS84'
|
|
1387
1387
|
}, {
|
|
1388
|
-
title:
|
|
1388
|
+
title: '火星坐标系',
|
|
1389
1389
|
value: 'GCJ02'
|
|
1390
1390
|
}, {
|
|
1391
|
-
title:
|
|
1391
|
+
title: '百度坐标系',
|
|
1392
1392
|
value: 'BD09'
|
|
1393
1393
|
}]
|
|
1394
1394
|
}
|
|
1395
1395
|
},
|
|
1396
1396
|
appTableData: {
|
|
1397
1397
|
key: 'appTableData',
|
|
1398
|
-
label:
|
|
1398
|
+
label: '表头数据',
|
|
1399
1399
|
type: 'SetExpression'
|
|
1400
1400
|
},
|
|
1401
1401
|
appTableDataSource: {
|
|
1402
1402
|
key: 'appTableDataSource',
|
|
1403
|
-
label:
|
|
1403
|
+
label: '表格数据',
|
|
1404
1404
|
type: 'SetExpression'
|
|
1405
1405
|
},
|
|
1406
1406
|
locationAddress: {
|
|
@@ -1422,7 +1422,7 @@ var todoOptionList = {
|
|
|
1422
1422
|
type: 'SetExpression'
|
|
1423
1423
|
}, {
|
|
1424
1424
|
key: 'serviceData',
|
|
1425
|
-
label:
|
|
1425
|
+
label: '数据来源',
|
|
1426
1426
|
type: 'SelectCustomExportService',
|
|
1427
1427
|
props: {
|
|
1428
1428
|
isRequired: true,
|
|
@@ -1436,20 +1436,20 @@ var todoOptionList = {
|
|
|
1436
1436
|
}, {
|
|
1437
1437
|
// 入参
|
|
1438
1438
|
key: 'filterParams',
|
|
1439
|
-
label:
|
|
1439
|
+
label: '查询条件',
|
|
1440
1440
|
type: 'SetExpression'
|
|
1441
1441
|
}, {
|
|
1442
1442
|
key: 'objectFields',
|
|
1443
|
-
label:
|
|
1443
|
+
label: '导出字段',
|
|
1444
1444
|
type: 'SelectServiceObjectFields',
|
|
1445
1445
|
props: {
|
|
1446
1446
|
isRequired: true,
|
|
1447
1447
|
options: {
|
|
1448
1448
|
fieldKey: 'serviceData',
|
|
1449
1449
|
customKeyMap: {
|
|
1450
|
-
fieldData:
|
|
1451
|
-
attrCode:
|
|
1452
|
-
attrName:
|
|
1450
|
+
fieldData: '字段数据',
|
|
1451
|
+
attrCode: '字段编码',
|
|
1452
|
+
attrName: '字段名称'
|
|
1453
1453
|
}
|
|
1454
1454
|
}
|
|
1455
1455
|
}
|
|
@@ -1458,7 +1458,7 @@ var todoOptionList = {
|
|
|
1458
1458
|
},
|
|
1459
1459
|
serviceData: {
|
|
1460
1460
|
key: 'serviceData',
|
|
1461
|
-
label:
|
|
1461
|
+
label: '数据来源',
|
|
1462
1462
|
type: 'SelectCustomExportService',
|
|
1463
1463
|
props: {
|
|
1464
1464
|
isRequired: true,
|
|
@@ -1477,7 +1477,7 @@ var todoOptionList = {
|
|
|
1477
1477
|
},
|
|
1478
1478
|
addTransferValue: {
|
|
1479
1479
|
key: 'transferValue',
|
|
1480
|
-
label:
|
|
1480
|
+
label: '内容',
|
|
1481
1481
|
type: 'SetExpression',
|
|
1482
1482
|
props: {
|
|
1483
1483
|
placeholder: localeKey('addTransferValue.props.placeholder')
|
|
@@ -1485,7 +1485,7 @@ var todoOptionList = {
|
|
|
1485
1485
|
},
|
|
1486
1486
|
removeTransferValue: {
|
|
1487
1487
|
key: 'transferValue',
|
|
1488
|
-
label:
|
|
1488
|
+
label: '内容',
|
|
1489
1489
|
type: 'SetExpression',
|
|
1490
1490
|
props: {
|
|
1491
1491
|
placeholder: localeKey('removeTransferValue.props.placeholder')
|
|
@@ -1493,22 +1493,22 @@ var todoOptionList = {
|
|
|
1493
1493
|
},
|
|
1494
1494
|
defaultOpenKey: {
|
|
1495
1495
|
key: 'defaultOpenKey',
|
|
1496
|
-
label:
|
|
1496
|
+
label: '内容',
|
|
1497
1497
|
type: 'SetExpression'
|
|
1498
1498
|
},
|
|
1499
1499
|
inlineCollapsed: {
|
|
1500
1500
|
key: 'inlineCollapsed',
|
|
1501
|
-
label:
|
|
1501
|
+
label: '是否收缩',
|
|
1502
1502
|
type: 'Select',
|
|
1503
1503
|
props: {
|
|
1504
1504
|
options: [{
|
|
1505
|
-
title:
|
|
1505
|
+
title: '缩起',
|
|
1506
1506
|
value: 'true'
|
|
1507
1507
|
}, {
|
|
1508
|
-
title:
|
|
1508
|
+
title: '展开',
|
|
1509
1509
|
value: ''
|
|
1510
1510
|
}, {
|
|
1511
|
-
title:
|
|
1511
|
+
title: '切换',
|
|
1512
1512
|
value: 'toggle'
|
|
1513
1513
|
}]
|
|
1514
1514
|
}
|
|
@@ -1525,22 +1525,22 @@ var todoOptionList = {
|
|
|
1525
1525
|
},
|
|
1526
1526
|
lineChartData: {
|
|
1527
1527
|
key: 'lineChartData',
|
|
1528
|
-
label:
|
|
1528
|
+
label: '数据源',
|
|
1529
1529
|
type: 'SetExpression'
|
|
1530
1530
|
},
|
|
1531
1531
|
spCount: {
|
|
1532
1532
|
key: 'spCount',
|
|
1533
|
-
label:
|
|
1533
|
+
label: '当前数量',
|
|
1534
1534
|
type: 'SetExpression'
|
|
1535
1535
|
},
|
|
1536
1536
|
spTotal: {
|
|
1537
1537
|
key: 'spTotal',
|
|
1538
|
-
label:
|
|
1538
|
+
label: '总数量',
|
|
1539
1539
|
type: 'SetExpression'
|
|
1540
1540
|
},
|
|
1541
1541
|
spRightNode: {
|
|
1542
1542
|
key: 'spRightNode',
|
|
1543
|
-
label:
|
|
1543
|
+
label: '右侧文字',
|
|
1544
1544
|
type: 'SetExpression'
|
|
1545
1545
|
},
|
|
1546
1546
|
donutX: {
|
|
@@ -1555,17 +1555,17 @@ var todoOptionList = {
|
|
|
1555
1555
|
},
|
|
1556
1556
|
donutData: {
|
|
1557
1557
|
key: 'donutData',
|
|
1558
|
-
label:
|
|
1558
|
+
label: '数据源',
|
|
1559
1559
|
type: 'SetExpression'
|
|
1560
1560
|
},
|
|
1561
1561
|
donutSumText: {
|
|
1562
1562
|
key: 'donutSumText',
|
|
1563
|
-
label:
|
|
1563
|
+
label: '总数据',
|
|
1564
1564
|
type: 'SetExpression'
|
|
1565
1565
|
},
|
|
1566
1566
|
mpData: {
|
|
1567
1567
|
key: 'mpData',
|
|
1568
|
-
label:
|
|
1568
|
+
label: '数据源',
|
|
1569
1569
|
type: 'SetExpression',
|
|
1570
1570
|
props: {
|
|
1571
1571
|
placeholder: localeKey('mpData.props.placeholder')
|
|
@@ -1578,7 +1578,7 @@ var todoOptionList = {
|
|
|
1578
1578
|
},
|
|
1579
1579
|
gcLegendParams: {
|
|
1580
1580
|
key: 'gcLegendParams',
|
|
1581
|
-
label:
|
|
1581
|
+
label: '图例内容',
|
|
1582
1582
|
type: 'SetExpression',
|
|
1583
1583
|
props: {
|
|
1584
1584
|
placeholder: localeKey('gcLegendParams.props.placeholder')
|
|
@@ -1586,7 +1586,7 @@ var todoOptionList = {
|
|
|
1586
1586
|
},
|
|
1587
1587
|
gcData: {
|
|
1588
1588
|
key: 'gcData',
|
|
1589
|
-
label:
|
|
1589
|
+
label: '数据源',
|
|
1590
1590
|
type: 'SetExpression',
|
|
1591
1591
|
props: {
|
|
1592
1592
|
placeholder: localeKey('gcData.props.placeholder')
|
|
@@ -1604,7 +1604,7 @@ var todoOptionList = {
|
|
|
1604
1604
|
},
|
|
1605
1605
|
scData: {
|
|
1606
1606
|
key: 'scData',
|
|
1607
|
-
label:
|
|
1607
|
+
label: '数据源',
|
|
1608
1608
|
type: 'SetExpression',
|
|
1609
1609
|
props: {
|
|
1610
1610
|
placeholder: localeKey('scData.props.placeholder')
|
|
@@ -1617,7 +1617,7 @@ var todoOptionList = {
|
|
|
1617
1617
|
},
|
|
1618
1618
|
stcLegendParams: {
|
|
1619
1619
|
key: 'stcLegendParams',
|
|
1620
|
-
label:
|
|
1620
|
+
label: '图例内容',
|
|
1621
1621
|
type: 'SetExpression',
|
|
1622
1622
|
props: {
|
|
1623
1623
|
placeholder: localeKey('stcLegendParams.props.placeholder')
|
|
@@ -1625,7 +1625,7 @@ var todoOptionList = {
|
|
|
1625
1625
|
},
|
|
1626
1626
|
stcData: {
|
|
1627
1627
|
key: 'stcData',
|
|
1628
|
-
label:
|
|
1628
|
+
label: '数据源',
|
|
1629
1629
|
type: 'SetExpression',
|
|
1630
1630
|
props: {
|
|
1631
1631
|
placeholder: localeKey('stcData.props.placeholder')
|
|
@@ -1633,7 +1633,7 @@ var todoOptionList = {
|
|
|
1633
1633
|
},
|
|
1634
1634
|
valueMapKey: {
|
|
1635
1635
|
key: 'valueKey',
|
|
1636
|
-
label:
|
|
1636
|
+
label: '值映射字段',
|
|
1637
1637
|
type: 'SetExpressionKey'
|
|
1638
1638
|
},
|
|
1639
1639
|
labelMapKey: {
|
|
@@ -1658,18 +1658,18 @@ var todoOptionList = {
|
|
|
1658
1658
|
},
|
|
1659
1659
|
updateMediaState: {
|
|
1660
1660
|
key: 'updateMediaState',
|
|
1661
|
-
label:
|
|
1661
|
+
label: '状态设置',
|
|
1662
1662
|
type: 'RadioButton',
|
|
1663
1663
|
defaultValue: 'play',
|
|
1664
1664
|
props: {
|
|
1665
1665
|
options: [{
|
|
1666
|
-
title:
|
|
1666
|
+
title: '播放',
|
|
1667
1667
|
value: 'play'
|
|
1668
1668
|
}, {
|
|
1669
|
-
title:
|
|
1669
|
+
title: '暂停',
|
|
1670
1670
|
value: 'pasue'
|
|
1671
1671
|
}, {
|
|
1672
|
-
title:
|
|
1672
|
+
title: '切换',
|
|
1673
1673
|
value: 'toggle'
|
|
1674
1674
|
}]
|
|
1675
1675
|
}
|
|
@@ -1693,25 +1693,25 @@ var todoOptionList = {
|
|
|
1693
1693
|
},
|
|
1694
1694
|
viewMode: {
|
|
1695
1695
|
key: 'viewMode',
|
|
1696
|
-
label:
|
|
1696
|
+
label: '预览方式',
|
|
1697
1697
|
type: 'RadioButton',
|
|
1698
1698
|
defaultValue: 'modal',
|
|
1699
1699
|
props: {
|
|
1700
1700
|
options: [{
|
|
1701
|
-
title:
|
|
1701
|
+
title: '页面弹窗',
|
|
1702
1702
|
value: 'popUp'
|
|
1703
1703
|
}, {
|
|
1704
|
-
title:
|
|
1704
|
+
title: '标签页',
|
|
1705
1705
|
value: 'newTab'
|
|
1706
1706
|
}, {
|
|
1707
|
-
title:
|
|
1707
|
+
title: '新窗口',
|
|
1708
1708
|
value: 'window'
|
|
1709
1709
|
}]
|
|
1710
1710
|
}
|
|
1711
1711
|
},
|
|
1712
1712
|
modalWidth: {
|
|
1713
1713
|
key: 'modalWidth',
|
|
1714
|
-
label:
|
|
1714
|
+
label: '窗口宽度',
|
|
1715
1715
|
type: 'SetExpression',
|
|
1716
1716
|
defaultValue: '960',
|
|
1717
1717
|
visibleFlag: 'viewMode',
|
|
@@ -1720,7 +1720,7 @@ var todoOptionList = {
|
|
|
1720
1720
|
},
|
|
1721
1721
|
modalHeight: {
|
|
1722
1722
|
key: 'modalHeight',
|
|
1723
|
-
label:
|
|
1723
|
+
label: '窗口高度',
|
|
1724
1724
|
type: 'SetExpression',
|
|
1725
1725
|
defaultValue: '648',
|
|
1726
1726
|
visibleFlag: 'viewMode',
|