@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.
Files changed (55) hide show
  1. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  2. package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  3. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  4. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  5. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  6. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  7. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  8. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  9. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  10. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  11. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  12. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  13. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  14. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  15. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  16. package/es/rootConfig/mobile/BusiComp.js +22 -22
  17. package/es/rootConfig/mobile/MobileModal.js +38 -38
  18. package/es/rootConfig/mobile/MobilePopover.js +22 -22
  19. package/es/rootConfig/mobile/page.js +42 -42
  20. package/es/rootConfig/pc/BusiComp.js +41 -41
  21. package/es/rootConfig/pc/Drawer.js +64 -64
  22. package/es/rootConfig/pc/Modal.js +63 -63
  23. package/es/rootConfig/pc/Popover.js +42 -42
  24. package/es/rootConfig/pc/page.js +55 -55
  25. package/es/rootConfig/todoActionList.js +691 -691
  26. package/es/rootConfig/todoCallback.js +9 -9
  27. package/es/rootConfig/todoOptionList.js +203 -203
  28. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  29. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  30. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  31. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  32. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  33. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  34. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  35. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  36. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  37. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  38. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  39. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  40. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  41. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  42. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  43. package/lib/rootConfig/mobile/BusiComp.js +22 -22
  44. package/lib/rootConfig/mobile/MobileModal.js +38 -38
  45. package/lib/rootConfig/mobile/MobilePopover.js +22 -22
  46. package/lib/rootConfig/mobile/page.js +42 -42
  47. package/lib/rootConfig/pc/BusiComp.js +41 -41
  48. package/lib/rootConfig/pc/Drawer.js +64 -64
  49. package/lib/rootConfig/pc/Modal.js +63 -63
  50. package/lib/rootConfig/pc/Popover.js +42 -42
  51. package/lib/rootConfig/pc/page.js +55 -55
  52. package/lib/rootConfig/todoActionList.js +691 -691
  53. package/lib/rootConfig/todoCallback.js +9 -9
  54. package/lib/rootConfig/todoOptionList.js +203 -203
  55. package/package.json +1 -1
@@ -40,12 +40,12 @@ var todoOptionList = {
40
40
  },
41
41
  sqlServiceFields: {
42
42
  key: 'sqlServiceFields',
43
- label: localeKey('sqlServiceFields.label'),
43
+ label: '导出字段',
44
44
  type: 'SelectSQLServiceFields'
45
45
  },
46
46
  target: {
47
47
  key: 'target',
48
- label: localeKey('target.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: localeKey('staticData.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: localeKey('visible.label'),
83
+ label: '显隐设置',
84
84
  type: 'RadioButton',
85
85
  defaultValue: '',
86
86
  props: {
87
87
  options: [{
88
- title: localeKey('visible.props.options.0.title'),
88
+ title: '显示',
89
89
  value: 'true'
90
90
  }, {
91
- title: localeKey('visible.props.options.1.title'),
91
+ title: '隐藏',
92
92
  value: ''
93
93
  }, {
94
- title: localeKey('visible.props.options.2.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: localeKey('readonly.props.options.0.title'),
106
+ title: '只读',
107
107
  value: 'true'
108
108
  }, {
109
- title: localeKey('readonly.props.options.1.title'),
109
+ title: '启用',
110
110
  value: ''
111
111
  }, {
112
- title: localeKey('readonly.props.options.2.title'),
112
+ title: '切换',
113
113
  value: 'toggle'
114
114
  }]
115
115
  }
116
116
  },
117
117
  bsSelectType: {
118
118
  key: 'selectType',
119
- label: localeKey('bsSelectType.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: localeKey('bsSelectType.props.options.1.title'),
127
+ title: '循环项索引',
128
128
  value: 'index'
129
129
  }]
130
130
  }
131
131
  },
132
132
  editor: {
133
133
  key: 'editor',
134
- label: localeKey('editor.label'),
134
+ label: '是否可编辑',
135
135
  type: 'Select',
136
136
  props: {
137
137
  options: [{
138
- title: localeKey('editor.props.options.0.title'),
138
+ title: '',
139
139
  value: false
140
140
  }, {
141
- title: localeKey('editor.props.options.1.title'),
141
+ title: '',
142
142
  value: true
143
143
  }]
144
144
  }
145
145
  },
146
146
  value: {
147
147
  key: 'value',
148
- label: localeKey('value.label'),
148
+ label: '内容',
149
149
  type: 'SetExpression'
150
150
  },
151
151
  valueArray: {
152
152
  key: 'value',
153
- label: localeKey('valueArray.label'),
153
+ label: '内容',
154
154
  type: 'SetValueByArray'
155
155
  },
156
156
  startVal: {
157
157
  key: 'startVal',
158
- label: localeKey('startVal.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: localeKey('endVal.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: localeKey('loading.label'),
174
+ label: '是否加载中',
175
175
  type: 'Select',
176
176
  props: {
177
177
  options: [{
178
- title: localeKey('loading.props.options.0.title'),
178
+ title: '',
179
179
  value: true
180
180
  }, {
181
- title: localeKey('loading.props.options.1.title'),
181
+ title: '',
182
182
  value: false
183
183
  }]
184
184
  }
185
185
  },
186
186
  msgType: {
187
187
  key: 'type',
188
- label: localeKey('msgType.label'),
188
+ label: '类型',
189
189
  type: 'Select',
190
190
  defaultValue: 'success',
191
191
  props: {
192
192
  options: [{
193
- title: localeKey('msgType.props.options.0.title'),
193
+ title: '成功',
194
194
  value: 'success'
195
195
  }, {
196
- title: localeKey('msgType.props.options.1.title'),
196
+ title: '提示',
197
197
  value: 'info'
198
198
  }, {
199
- title: localeKey('msgType.props.options.2.title'),
199
+ title: '警告',
200
200
  value: 'warn'
201
201
  }, {
202
- title: localeKey('msgType.props.options.3.title'),
202
+ title: '错误',
203
203
  value: 'error'
204
204
  }, {
205
- title: localeKey('msgType.props.options.4.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: localeKey('duration.label'),
213
+ label: '加载时长',
214
214
  type: 'InputNumber',
215
215
  props: {
216
- unit: localeKey('duration.props.unit')
216
+ unit: ''
217
217
  }
218
218
  },
219
219
  swiperIndex: {
220
220
  key: 'swiperIndex',
221
- label: localeKey('swiperIndex.label'),
221
+ label: '索引',
222
222
  type: 'SwiperIndex'
223
223
  },
224
224
  validateType: {
225
225
  key: 'validateStatus',
226
- label: localeKey('validateType.label'),
226
+ label: '校验类型',
227
227
  type: 'RadioButton',
228
228
  defaultValue: 'success',
229
229
  props: {
230
230
  options: [{
231
- title: localeKey('validateType.props.options.0.title'),
231
+ title: '成功',
232
232
  value: 'success'
233
233
  }, {
234
- title: localeKey('validateType.props.options.1.title'),
234
+ title: '提示',
235
235
  value: 'validating'
236
236
  }, {
237
- title: localeKey('validateType.props.options.2.title'),
237
+ title: '错误',
238
238
  value: 'error'
239
239
  }, {
240
- title: localeKey('validateType.props.options.3.title'),
240
+ title: '警告',
241
241
  value: 'warning'
242
242
  }, {
243
- title: localeKey('validateType.props.options.4.title'),
243
+ title: '正常',
244
244
  value: ''
245
245
  }]
246
246
  }
247
247
  },
248
248
  validateMsg: {
249
249
  key: 'help',
250
- label: localeKey('validateMsg.label'),
250
+ label: '校验文案',
251
251
  type: 'Input',
252
252
  props: {
253
- placeholder: localeKey('validateMsg.props.placeholder')
253
+ placeholder: '请输入'
254
254
  }
255
255
  },
256
256
  expType: {
257
257
  key: 'type',
258
- label: localeKey('expType.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: localeKey('expType.props.options.1.title'),
265
+ title: '图片',
266
266
  value: 'png'
267
267
  }]
268
268
  }
269
269
  },
270
270
  expFileName: {
271
271
  key: 'fileName',
272
- label: localeKey('expFileName.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: localeKey('modalType.label'),
280
+ label: '类型',
281
281
  type: 'Select',
282
282
  props: {
283
283
  options: [{
284
- title: localeKey('modalType.props.options.0.title'),
284
+ title: '成功',
285
285
  value: 'success'
286
286
  }, {
287
- title: localeKey('modalType.props.options.1.title'),
287
+ title: '提示',
288
288
  value: 'info'
289
289
  }, {
290
- title: localeKey('modalType.props.options.2.title'),
290
+ title: '警告',
291
291
  value: 'warning'
292
292
  }, {
293
- title: localeKey('modalType.props.options.3.title'),
293
+ title: '错误',
294
294
  value: 'error'
295
295
  }, {
296
- title: localeKey('modalType.props.options.4.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: localeKey('historyType.label'),
315
+ label: '类型',
316
316
  type: 'Select',
317
317
  props: {
318
318
  options: [{
319
- title: localeKey('historyType.props.options.0.title'),
319
+ title: '路由跳转',
320
320
  value: 'push'
321
321
  }, {
322
- title: localeKey('historyType.props.options.1.title'),
322
+ title: '路由替换',
323
323
  value: 'replace'
324
324
  }]
325
325
  }
326
326
  },
327
327
  timerType: {
328
328
  key: 'type',
329
- label: localeKey('timerType.label'),
329
+ label: '定时器类型',
330
330
  type: 'Select',
331
331
  props: {
332
332
  options: [{
333
- title: localeKey('timerType.props.options.0.title'),
333
+ title: '单次定时器',
334
334
  value: 'timeout'
335
335
  }, {
336
- title: localeKey('timerType.props.options.1.title'),
336
+ title: '循环定时器',
337
337
  value: 'interval'
338
338
  }]
339
339
  }
340
340
  },
341
341
  title: {
342
342
  key: 'title',
343
- label: localeKey('title.label'),
343
+ label: '标题',
344
344
  type: 'Input'
345
345
  },
346
346
  content: {
347
347
  key: 'content',
348
- label: localeKey('content.label'),
348
+ label: '内容',
349
349
  type: 'Input'
350
350
  },
351
351
  params: {
352
352
  key: 'params',
353
- label: localeKey('params.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: localeKey('setParams.label'),
365
+ label: '参数',
366
366
  type: 'SetExpression'
367
367
  },
368
368
  actionType: {
369
369
  key: 'actionType',
370
- label: localeKey('actionType.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: localeKey('dataSource.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: localeKey('selectValueKey.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: localeKey('selectValueKeyForRC.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: localeKey('total.label'),
452
+ label: '总条数',
453
453
  type: 'SetExpression'
454
454
  },
455
455
  curPage: {
456
456
  key: 'current',
457
- label: localeKey('curPage.label'),
457
+ label: '更新页码',
458
458
  type: 'SetExpression'
459
459
  },
460
460
  pathname: {
461
461
  key: 'pathname',
462
- label: localeKey('pathname.label'),
462
+ label: '页面',
463
463
  type: 'SelectPage'
464
464
  },
465
465
  dropPathname: {
466
466
  key: 'dropPathname',
467
- label: localeKey('dropPathname.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: localeKey('routerData.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: localeKey('modalname.label'),
487
+ label: '弹窗',
488
488
  type: 'SelectModal'
489
489
  },
490
490
  drawerPath: {
491
491
  key: 'drawerPath',
492
- label: localeKey('drawerPath.label'),
492
+ label: '推拉门',
493
493
  type: 'SelectDrawer'
494
494
  },
495
495
  compState: {
496
496
  key: 'compState',
497
- label: localeKey('compState.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: localeKey('uploadProps.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: localeKey('inlineeditnow.props.options.0.title'),
521
+ title: '',
522
522
  value: false
523
523
  }, {
524
- title: localeKey('inlineeditnow.props.options.1.title'),
524
+ title: '',
525
525
  value: true
526
526
  }]
527
527
  }
528
528
  },
529
529
  disabled: {
530
530
  key: 'disabled',
531
- label: localeKey('disabled.label'),
531
+ label: '状态设置',
532
532
  type: 'RadioButton',
533
533
  defaultValue: 'toggle',
534
534
  props: {
535
535
  options: [{
536
- title: localeKey('disabled.props.options.0.title'),
536
+ title: '启动',
537
537
  value: ''
538
538
  }, {
539
- title: localeKey('disabled.props.options.1.title'),
539
+ title: '禁用',
540
540
  value: 'true'
541
541
  }, {
542
- title: localeKey('disabled.props.options.2.title'),
542
+ title: '切换',
543
543
  value: 'toggle'
544
544
  }]
545
545
  }
546
546
  },
547
547
  required: {
548
548
  key: 'required',
549
- label: localeKey('required.label'),
549
+ label: '必填设置',
550
550
  type: 'RadioButton',
551
551
  defaultValue: 'toggle',
552
552
  props: {
553
553
  options: [{
554
- title: localeKey('required.props.options.0.title'),
554
+ title: '必填',
555
555
  value: 'true'
556
556
  }, {
557
- title: localeKey('required.props.options.1.title'),
557
+ title: '非必填',
558
558
  value: ''
559
559
  }, {
560
- title: localeKey('required.props.options.2.title'),
560
+ title: '切换',
561
561
  value: 'toggle'
562
562
  }]
563
563
  }
564
564
  },
565
565
  colName: {
566
566
  key: 'colName',
567
- label: localeKey('colName.label'),
567
+ label: '翻译字段',
568
568
  type: 'SelectTableCol'
569
569
  },
570
570
  colNameForEdit: {
571
571
  key: 'colNameForEdit',
572
- label: localeKey('colNameForEdit.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: localeKey('stateval.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: localeKey('interval.label'),
612
+ label: '时间间隔',
613
613
  type: 'InputNumber',
614
614
  props: {
615
- unit: localeKey('interval.props.unit')
615
+ unit: '毫秒'
616
616
  }
617
617
  },
618
618
  targettimer: {
619
619
  key: 'targettimer',
620
- label: localeKey('targettimer.label'),
620
+ label: '定时器名称',
621
621
  type: 'SelectTimer'
622
622
  },
623
623
  customCallback: {
624
624
  key: 'customCallback',
625
- label: localeKey('customCallback.label'),
625
+ label: '回调',
626
626
  type: 'SelectCustomCallback'
627
627
  },
628
628
  stepsCurrent: {
629
629
  key: 'current',
630
- label: localeKey('stepsCurrent.label'),
630
+ label: '当前步骤',
631
631
  type: 'SetExpression'
632
632
  },
633
633
  compId: {
634
634
  key: 'compid',
635
635
  // 避免与action options对象中默认compId重名
636
- label: localeKey('compId.label'),
636
+ label: '组件选择',
637
637
  type: 'CompTree'
638
638
  },
639
639
  selectComp: {
640
640
  key: 'compid',
641
- label: localeKey('selectComp.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: localeKey('loadmoreKey.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: localeKey('jsonId.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: localeKey('loadMoreTotal.label'),
679
+ label: '总条数',
680
680
  type: 'SetExpression'
681
681
  },
682
682
  loadMoreData: {
683
683
  key: 'data',
684
- label: localeKey('loadMoreData.label'),
684
+ label: '数据源',
685
685
  type: 'SetExpression'
686
686
  },
687
687
  aliasPageNum: {
688
688
  key: 'pageNum',
689
- label: localeKey('aliasPageNum.label'),
689
+ label: '页码字段名',
690
690
  type: 'SetExpression'
691
691
  },
692
692
  jsBridgeMethod: {
693
693
  key: 'method',
694
- label: localeKey('jsBridgeMethod.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: localeKey('customParams.label'),
742
+ label: '自定义入参',
743
743
  type: 'SelectCustomParams'
744
744
  },
745
745
  selectScene: {
746
746
  key: 'scene',
747
- label: localeKey('selectScene.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: localeKey('flowType.label'),
757
+ label: '流程类型',
758
758
  type: 'Select',
759
759
  props: {
760
760
  options: [{
761
- title: localeKey('flowType.props.options.0.title'),
761
+ title: '启动',
762
762
  value: 'initiate'
763
763
  }, {
764
- title: localeKey('flowType.props.options.1.title'),
764
+ title: '通过',
765
765
  value: 'pass'
766
766
  }, {
767
- title: localeKey('flowType.props.options.2.title'),
767
+ title: '拒绝',
768
768
  value: 'refuse'
769
769
  }, {
770
- title: localeKey('flowType.props.options.3.title'),
770
+ title: '转派',
771
771
  value: 'transfer'
772
772
  }, {
773
- title: localeKey('flowType.props.options.4.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: localeKey('flowCode.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: localeKey('flowAuditDesc.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: localeKey('configDealUserId.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: localeKey('flowCustParams.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: localeKey('flowExtraParams.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: localeKey('diagramFlowCode.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: localeKey('selectServerDataSource.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: localeKey('selectAllDataSource.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: localeKey('selectCompFunc.label'),
923
+ label: '方法',
924
924
  type: 'SelectCompFunc'
925
925
  },
926
926
  setCompParams: {
927
927
  key: 'uploadProps',
928
- label: localeKey('setCompParams.label'),
928
+ label: '参数',
929
929
  type: 'SetCompParams'
930
930
  },
931
931
  dataSourceReloadFilter: {
932
932
  key: 'dataSourceReloadFilter',
933
933
  // label: '参数',
934
- label: localeKey('dataSourceReloadFilter.label'),
934
+ label: '数据源赋值',
935
935
  // label: '数据源过滤条件',
936
936
  type: 'dataSourceReloadFilter'
937
937
  },
938
938
  dataSourceSetValue: {
939
939
  key: 'dataSourceSetValue',
940
- label: localeKey('dataSourceSetValue.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: localeKey('onlySetPatch.label'),
954
+ label: '赋值范围',
955
955
  type: 'Radio',
956
956
  props: {
957
957
  options: [{
958
- title: localeKey('onlySetPatch.props.options.0.title'),
958
+ title: '局部赋值',
959
959
  value: true
960
960
  }, {
961
- title: localeKey('onlySetPatch.props.options.1.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: localeKey('iframeData.label'),
977
+ label: '发送内容',
978
978
  type: 'SetExpression'
979
979
  },
980
980
  iframeOrigin: {
981
981
  key: 'iframeOrigin',
982
- label: localeKey('iframeOrigin.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: localeKey('hasEventExtService.props.options.0.title'),
996
+ title: '',
997
997
  value: 'T'
998
998
  }, {
999
- title: localeKey('hasEventExtService.props.options.1.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: localeKey('busiObjectFilterParams.label'),
1028
+ label: '查询条件',
1029
1029
  type: 'SetExpression'
1030
1030
  },
1031
1031
  filterParams: {
1032
1032
  // 入参
1033
1033
  key: 'filterParams',
1034
- label: localeKey('filterParams.label'),
1034
+ label: '查询条件',
1035
1035
  type: 'SetExpression'
1036
1036
  },
1037
1037
  busiObjectFields: {
1038
1038
  key: 'busiObjectFields',
1039
- label: localeKey('busiObjectFields.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: localeKey('showOnly.props.options.0.title'),
1053
+ title: '',
1054
1054
  value: 'T'
1055
1055
  }, {
1056
- title: localeKey('showOnly.props.options.1.title'),
1056
+ title: '',
1057
1057
  value: 'F'
1058
1058
  }]
1059
1059
  }
1060
1060
  },
1061
1061
  objectFields: {
1062
1062
  key: 'objectFields',
1063
- label: localeKey('objectFields.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: localeKey('objectFields.props.options.customKeyMap.fieldData'),
1071
- attrCode: localeKey('objectFields.props.options.customKeyMap.attrCode'),
1072
- attrName: localeKey('objectFields.props.options.customKeyMap.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: localeKey('className.label'),
1093
+ label: '类名称',
1094
1094
  type: 'Input'
1095
1095
  },
1096
1096
  funcName: {
1097
1097
  key: 'funcName',
1098
- label: localeKey('funcName.label'),
1098
+ label: '函数名称',
1099
1099
  type: 'Input'
1100
1100
  },
1101
1101
  funcParams: {
1102
1102
  key: 'funcParams',
1103
- label: localeKey('funcParams.label'),
1103
+ label: '自定义入参',
1104
1104
  type: 'SetExpressionByArray'
1105
1105
  },
1106
1106
  valueList: {
1107
1107
  key: 'valueList',
1108
- label: localeKey('valueList.label'),
1108
+ label: '组件赋值',
1109
1109
  type: 'SetSysExpression'
1110
1110
  },
1111
1111
  customFuncName: {
1112
1112
  key: 'customFuncName',
1113
- label: localeKey('customFuncName.label'),
1113
+ label: '自定义事件',
1114
1114
  type: 'SelectCustomFunc'
1115
1115
  },
1116
1116
  customFuncParams: {
1117
1117
  key: 'customFuncParams',
1118
- label: localeKey('customFuncParams.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: localeKey('custUrl.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: localeKey('custParams.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: localeKey('returnType.label'),
1166
+ label: '返回类型',
1167
1167
  type: 'RadioButton',
1168
1168
  labelTip: localeKey('returnType.labelTip'),
1169
1169
  props: {
1170
1170
  options: [{
1171
- title: localeKey('returnType.props.options.0.title'),
1171
+ title: '',
1172
1172
  value: 'value'
1173
1173
  }, {
1174
- title: localeKey('returnType.props.options.1.title'),
1174
+ title: '成功',
1175
1175
  value: 'success'
1176
1176
  }, {
1177
- title: localeKey('returnType.props.options.2.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: localeKey('copyText.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: localeKey('isPreventDefault.props.options.0.title'),
1198
+ title: '',
1199
1199
  value: 'T'
1200
1200
  }, {
1201
- title: localeKey('isPreventDefault.props.options.1.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: localeKey('isStopPropagation.props.options.0.title'),
1214
+ title: '',
1215
1215
  value: 'T'
1216
1216
  }, {
1217
- title: localeKey('isStopPropagation.props.options.1.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: localeKey('accept.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: localeKey('name.label'),
1302
+ label: '修改名称',
1303
1303
  type: 'Input',
1304
1304
  props: {
1305
- placeholder: localeKey('name.props.placeholder')
1305
+ placeholder: '请输入名称'
1306
1306
  }
1307
1307
  },
1308
1308
  icon: {
1309
1309
  key: 'icon',
1310
- label: localeKey('icon.label'),
1310
+ label: '修改图标',
1311
1311
  type: 'ChooseIcon',
1312
1312
  props: {
1313
- placeholder: localeKey('icon.props.placeholder')
1313
+ placeholder: '请选择图标'
1314
1314
  }
1315
1315
  },
1316
1316
  editorCode: {
1317
1317
  key: 'editorCode',
1318
- label: localeKey('editorCode.label'),
1318
+ label: '自定义内容',
1319
1319
  type: 'CustomActionCode'
1320
1320
  },
1321
1321
  actionTitle: {
1322
1322
  key: 'actionTitle',
1323
- label: localeKey('actionTitle.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: localeKey('sync.props.options.0.title'),
1337
+ title: '异步加载',
1338
1338
  value: false
1339
1339
  }, {
1340
- title: localeKey('sync.props.options.1.title'),
1340
+ title: '同步加载',
1341
1341
  value: true
1342
1342
  }]
1343
1343
  }
1344
1344
  },
1345
1345
  setItemKey: {
1346
1346
  key: 'key',
1347
- label: localeKey('setItemKey.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: localeKey('mapKey.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: localeKey('locationOutputType.props.options.0.title'),
1379
+ title: '大地坐标系',
1380
1380
  value: 'WGS84'
1381
1381
  }, {
1382
- title: localeKey('locationOutputType.props.options.1.title'),
1382
+ title: '火星坐标系',
1383
1383
  value: 'GCJ02'
1384
1384
  }, {
1385
- title: localeKey('locationOutputType.props.options.2.title'),
1385
+ title: '百度坐标系',
1386
1386
  value: 'BD09'
1387
1387
  }]
1388
1388
  }
1389
1389
  },
1390
1390
  appTableData: {
1391
1391
  key: 'appTableData',
1392
- label: localeKey('appTableData.label'),
1392
+ label: '表头数据',
1393
1393
  type: 'SetExpression'
1394
1394
  },
1395
1395
  appTableDataSource: {
1396
1396
  key: 'appTableDataSource',
1397
- label: localeKey('appTableDataSource.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: localeKey('exportSheet.props.options.1.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: localeKey('exportSheet.props.options.2.label'),
1433
+ label: '查询条件',
1434
1434
  type: 'SetExpression'
1435
1435
  }, {
1436
1436
  key: 'objectFields',
1437
- label: localeKey('exportSheet.props.options.3.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: localeKey('exportSheet.props.options.3.props.options.customKeyMap.fieldData'),
1445
- attrCode: localeKey('exportSheet.props.options.3.props.options.customKeyMap.attrCode'),
1446
- attrName: localeKey('exportSheet.props.options.3.props.options.customKeyMap.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: localeKey('serviceData.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: localeKey('addTransferValue.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: localeKey('removeTransferValue.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: localeKey('defaultOpenKey.label'),
1490
+ label: '内容',
1491
1491
  type: 'SetExpression'
1492
1492
  },
1493
1493
  inlineCollapsed: {
1494
1494
  key: 'inlineCollapsed',
1495
- label: localeKey('inlineCollapsed.label'),
1495
+ label: '是否收缩',
1496
1496
  type: 'Select',
1497
1497
  props: {
1498
1498
  options: [{
1499
- title: localeKey('inlineCollapsed.props.options.0.title'),
1499
+ title: '缩起',
1500
1500
  value: 'true'
1501
1501
  }, {
1502
- title: localeKey('inlineCollapsed.props.options.1.title'),
1502
+ title: '展开',
1503
1503
  value: ''
1504
1504
  }, {
1505
- title: localeKey('inlineCollapsed.props.options.2.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: localeKey('lineChartData.label'),
1522
+ label: '数据源',
1523
1523
  type: 'SetExpression'
1524
1524
  },
1525
1525
  spCount: {
1526
1526
  key: 'spCount',
1527
- label: localeKey('spCount.label'),
1527
+ label: '当前数量',
1528
1528
  type: 'SetExpression'
1529
1529
  },
1530
1530
  spTotal: {
1531
1531
  key: 'spTotal',
1532
- label: localeKey('spTotal.label'),
1532
+ label: '总数量',
1533
1533
  type: 'SetExpression'
1534
1534
  },
1535
1535
  spRightNode: {
1536
1536
  key: 'spRightNode',
1537
- label: localeKey('spRightNode.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: localeKey('donutData.label'),
1552
+ label: '数据源',
1553
1553
  type: 'SetExpression'
1554
1554
  },
1555
1555
  donutSumText: {
1556
1556
  key: 'donutSumText',
1557
- label: localeKey('donutSumText.label'),
1557
+ label: '总数据',
1558
1558
  type: 'SetExpression'
1559
1559
  },
1560
1560
  mpData: {
1561
1561
  key: 'mpData',
1562
- label: localeKey('mpData.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: localeKey('gcLegendParams.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: localeKey('gcData.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: localeKey('scData.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: localeKey('stcLegendParams.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: localeKey('stcData.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: localeKey('valueMapKey.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: localeKey('updateMediaState.label'),
1655
+ label: '状态设置',
1656
1656
  type: 'RadioButton',
1657
1657
  defaultValue: 'play',
1658
1658
  props: {
1659
1659
  options: [{
1660
- title: localeKey('updateMediaState.props.options.0.title'),
1660
+ title: '播放',
1661
1661
  value: 'play'
1662
1662
  }, {
1663
- title: localeKey('updateMediaState.props.options.1.title'),
1663
+ title: '暂停',
1664
1664
  value: 'pasue'
1665
1665
  }, {
1666
- title: localeKey('updateMediaState.props.options.2.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: localeKey('viewMode.label'),
1690
+ label: '预览方式',
1691
1691
  type: 'RadioButton',
1692
1692
  defaultValue: 'modal',
1693
1693
  props: {
1694
1694
  options: [{
1695
- title: localeKey('viewMode.props.options.0.title'),
1695
+ title: '页面弹窗',
1696
1696
  value: 'popUp'
1697
1697
  }, {
1698
- title: localeKey('viewMode.props.options.1.title'),
1698
+ title: '标签页',
1699
1699
  value: 'newTab'
1700
1700
  }, {
1701
- title: localeKey('viewMode.props.options.2.title'),
1701
+ title: '新窗口',
1702
1702
  value: 'window'
1703
1703
  }]
1704
1704
  }
1705
1705
  },
1706
1706
  modalWidth: {
1707
1707
  key: 'modalWidth',
1708
- label: localeKey('modalWidth.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: localeKey('modalHeight.label'),
1717
+ label: '窗口高度',
1718
1718
  type: 'SetExpression',
1719
1719
  defaultValue: '648',
1720
1720
  visibleFlag: 'viewMode',