@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
@@ -15,7 +15,7 @@ export default {
15
15
  // 根节点
16
16
  isBusiObjContainer: false,
17
17
  isContainer: false,
18
- label: localeKey('label'),
18
+ label: '弹窗',
19
19
  props: {
20
20
  catalogItemId: -1,
21
21
  width: 624,
@@ -24,13 +24,13 @@ export default {
24
24
  closeOnClickOverlay: false,
25
25
  footer: 1,
26
26
  compState: [{
27
- name: localeKey('props.compState.0.name'),
27
+ name: '业务主键',
28
28
  code: 'bizId'
29
29
  }, {
30
- name: localeKey('props.compState.1.name'),
30
+ name: '业务场景',
31
31
  code: 'sceneCode'
32
32
  }, {
33
- name: localeKey('props.compState.2.name'),
33
+ name: '业务数据',
34
34
  code: 'bizData'
35
35
  }]
36
36
  },
@@ -43,47 +43,47 @@ export default {
43
43
  groupsName: 'root',
44
44
  todoActionList: [{
45
45
  key: 'showMessage',
46
- label: localeKey('todoActionList.showMessage.label'),
46
+ label: '消息提示',
47
47
  todoOptions: [{
48
48
  key: 'type',
49
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
49
+ label: '类型',
50
50
  type: 'Select',
51
51
  defaultValue: 'success',
52
52
  props: {
53
53
  options: [{
54
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
54
+ title: '成功',
55
55
  value: 'success'
56
56
  }, {
57
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
57
+ title: '提示',
58
58
  value: 'info'
59
59
  }, {
60
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
60
+ title: '警告',
61
61
  value: 'warn'
62
62
  }, {
63
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
63
+ title: '错误',
64
64
  value: 'error'
65
65
  }, {
66
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
66
+ title: '加载动画',
67
67
  value: 'loading'
68
68
  }]
69
69
  }
70
70
  }, {
71
71
  key: 'icon',
72
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
72
+ label: '自定义图标',
73
73
  type: 'ChooseIcon',
74
74
  props: {
75
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
75
+ placeholder: '请选择图标'
76
76
  }
77
77
  }, {
78
78
  key: 'value',
79
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
79
+ label: '内容',
80
80
  type: 'SetExpression'
81
81
  }, {
82
82
  key: 'duration',
83
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
83
+ label: '加载时长',
84
84
  type: 'InputNumber',
85
85
  props: {
86
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.addonAfter'),
86
+ addonAfter: '',
87
87
  step: '0.01',
88
88
  formatter: function formatter(val) {
89
89
  return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
@@ -104,12 +104,12 @@ export default {
104
104
  value: 'modal'
105
105
  }],
106
106
  remarks: [{
107
- label: localeKey('todoActionList.showMessage.remarks.0.label'),
107
+ label: '注意事项',
108
108
  content: localeKey('todoActionList.showMessage.remarks.0.content')
109
109
  }]
110
110
  }].concat(_toConsumableArray(getSystemTodoActionList('pc', 'Modal')), [{
111
111
  key: 'previewFile',
112
- label: localeKey('todoActionList.previewFile.label'),
112
+ label: '文件预览',
113
113
  todoOptions: [{
114
114
  key: 'fileId',
115
115
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -117,24 +117,24 @@ export default {
117
117
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
118
118
  }, {
119
119
  key: 'viewMode',
120
- label: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
120
+ label: '预览方式',
121
121
  type: 'RadioButton',
122
122
  defaultValue: 'popUp',
123
123
  props: {
124
124
  options: [{
125
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
125
+ title: '页面弹窗',
126
126
  value: 'popUp'
127
127
  }, {
128
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
128
+ title: '新标签页',
129
129
  value: 'newTab'
130
130
  }, {
131
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
131
+ title: '新窗口',
132
132
  value: 'window'
133
133
  }]
134
134
  }
135
135
  }, {
136
136
  key: 'modalWidth',
137
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.label'),
137
+ label: '窗口宽度',
138
138
  type: 'SetExpression',
139
139
  defaultValue: '960',
140
140
  visibleFlag: 'viewMode',
@@ -142,7 +142,7 @@ export default {
142
142
  visibleFlagValue: ['window']
143
143
  }, {
144
144
  key: 'modalHeight',
145
- label: localeKey('todoActionList.previewFile.todoOptions.modalHeight.label'),
145
+ label: '窗口高度',
146
146
  type: 'SetExpression',
147
147
  defaultValue: '648',
148
148
  visibleFlag: 'viewMode',
@@ -150,22 +150,22 @@ export default {
150
150
  visibleFlagValue: ['window']
151
151
  }],
152
152
  classification: [{
153
- label: localeKey('todoActionList.previewFile.classification.page.label'),
153
+ label: '页面类',
154
154
  value: 'page'
155
155
  }]
156
156
  }]),
157
157
  todoEvents: [{
158
158
  value: 'useEffect',
159
- label: localeKey('todoEvents.useEffect.label')
159
+ label: '弹窗打开后'
160
160
  }, {
161
161
  value: 'willUnmount',
162
- label: localeKey('todoEvents.willUnmount.label')
162
+ label: '弹窗关闭前'
163
163
  }, {
164
164
  value: 'onOk',
165
- label: localeKey('todoEvents.onOk.label')
165
+ label: '点击确认'
166
166
  }, {
167
167
  value: 'onCancel',
168
- label: localeKey('todoEvents.onCancel.label')
168
+ label: '点击取消'
169
169
  }, {
170
170
  value: 'stateChange',
171
171
  label: localeKey('todoEvents.stateChange.label')
@@ -173,26 +173,26 @@ export default {
173
173
  value: 'usePageEndRequest',
174
174
  label: localeKey('todoEvents.usePageEndRequest.label'),
175
175
  remarks: [{
176
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
176
+ label: '场景描述',
177
177
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
178
178
  }, {
179
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
179
+ label: '适用场景',
180
180
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
181
181
  }]
182
182
  }],
183
183
  todoProps: {
184
184
  pageName: {
185
- label: localeKey('todoProps.pageName.label'),
185
+ label: '名称',
186
186
  type: 'Input',
187
- groupsName: localeKey('todoProps.pageName.groupsName'),
187
+ groupsName: '基础',
188
188
  props: {
189
189
  required: true
190
190
  }
191
191
  },
192
192
  pagePath: {
193
- label: localeKey('todoProps.pagePath.label'),
193
+ label: '路径',
194
194
  type: 'UrlInput',
195
- groupsName: localeKey('todoProps.pagePath.groupsName'),
195
+ groupsName: '基础',
196
196
  props: {
197
197
  required: true,
198
198
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -204,9 +204,9 @@ export default {
204
204
  }
205
205
  },
206
206
  catalogItemId: {
207
- label: localeKey('todoProps.catalogItemId.label'),
207
+ label: '分组',
208
208
  type: 'CatalogTreeSelect',
209
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
209
+ groupsName: '基础',
210
210
  props: {
211
211
  required: true,
212
212
  options: [],
@@ -216,17 +216,17 @@ export default {
216
216
  }
217
217
  },
218
218
  modalTitle: {
219
- label: localeKey('todoProps.modalTitle.label'),
219
+ label: '弹窗标题',
220
220
  type: 'Input',
221
- groupsName: localeKey('todoProps.modalTitle.groupsName'),
221
+ groupsName: '基础',
222
222
  istodoBind: true,
223
223
  props: {},
224
224
  enableI18n: true
225
225
  },
226
226
  width: {
227
- label: localeKey('todoProps.width.label'),
227
+ label: '弹窗大小',
228
228
  type: 'Select',
229
- groupsName: localeKey('todoProps.width.groupsName'),
229
+ groupsName: '基础',
230
230
  props: {
231
231
  options: [{
232
232
  value: 560,
@@ -242,14 +242,14 @@ export default {
242
242
  title: localeKey('todoProps.width.props.options.3.title')
243
243
  }, {
244
244
  value: 'custom',
245
- title: localeKey('todoProps.width.props.options.4.title')
245
+ title: '自定义'
246
246
  }]
247
247
  }
248
248
  },
249
249
  customWidth: {
250
- label: localeKey('todoProps.customWidth.label'),
250
+ label: '宽度',
251
251
  type: 'InputNumber',
252
- groupsName: localeKey('todoProps.customWidth.groupsName'),
252
+ groupsName: '基础',
253
253
  props: {
254
254
  min: 1,
255
255
  max: 3000,
@@ -258,9 +258,9 @@ export default {
258
258
  }
259
259
  },
260
260
  customHeight: {
261
- label: localeKey('todoProps.customHeight.label'),
261
+ label: '高度',
262
262
  type: 'InputNumber',
263
- groupsName: localeKey('todoProps.customHeight.groupsName'),
263
+ groupsName: '基础',
264
264
  props: {
265
265
  min: 1,
266
266
  max: 3000,
@@ -269,42 +269,42 @@ export default {
269
269
  }
270
270
  },
271
271
  footer: {
272
- label: localeKey('todoProps.footer.label'),
272
+ label: '底部内容',
273
273
  type: 'Select',
274
- groupsName: localeKey('todoProps.footer.groupsName'),
274
+ groupsName: '基础',
275
275
  props: {
276
276
  options: [{
277
- title: localeKey('todoProps.footer.props.options.0.title'),
277
+ title: '显示',
278
278
  value: 1
279
279
  }, {
280
- title: localeKey('todoProps.footer.props.options.1.title'),
280
+ title: '隐藏',
281
281
  value: 0
282
282
  }]
283
283
  }
284
284
  },
285
285
  okText: {
286
- label: localeKey('todoProps.okText.label'),
286
+ label: '主按钮文本',
287
287
  type: 'Input',
288
- groupsName: localeKey('todoProps.okText.groupsName'),
288
+ groupsName: '基础',
289
289
  props: {},
290
290
  enableI18n: true
291
291
  },
292
292
  cancelText: {
293
- label: localeKey('todoProps.cancelText.label'),
293
+ label: '次按钮文本',
294
294
  type: 'Input',
295
- groupsName: localeKey('todoProps.cancelText.groupsName'),
295
+ groupsName: '基础',
296
296
  enableI18n: true
297
297
  },
298
298
  scenarioList: {
299
- label: localeKey('todoProps.scenarioList.label'),
299
+ label: '适用场景',
300
300
  type: 'SelectScenarioPopover',
301
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
301
+ groupsName: '基础',
302
302
  props: {
303
303
  options: []
304
304
  }
305
305
  },
306
306
  closeOnClickOverlay: {
307
- label: localeKey('todoProps.closeOnClickOverlay.label'),
307
+ label: '关闭方式',
308
308
  type: 'Select',
309
309
  props: {
310
310
  inhibitBtn: true,
@@ -318,20 +318,20 @@ export default {
318
318
  }
319
319
  },
320
320
  ignoreLogin: {
321
- label: localeKey('todoProps.ignoreLogin.label'),
321
+ label: '免登录',
322
322
  type: 'Switch',
323
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
323
+ groupsName: '基础',
324
324
  props: {}
325
325
  },
326
326
  labels: {
327
- label: localeKey('todoProps.labels.label'),
327
+ label: '标签',
328
328
  type: 'ChooseTag',
329
- groupsName: localeKey('todoProps.labels.groupsName')
329
+ groupsName: '基础'
330
330
  },
331
331
  compState: {
332
- label: localeKey('todoProps.compState.label'),
332
+ label: '组件状态',
333
333
  type: 'ParamsDefine',
334
- groupsName: localeKey('todoProps.compState.groupsName')
334
+ groupsName: '组件状态'
335
335
  }
336
336
  },
337
337
  todoStyles: {}
@@ -15,7 +15,7 @@ export default {
15
15
  // 根节点
16
16
  isBusiObjContainer: false,
17
17
  isContainer: false,
18
- label: localeKey('label'),
18
+ label: '气泡卡片',
19
19
  props: {
20
20
  catalogItemId: -1,
21
21
  width: 624,
@@ -24,7 +24,7 @@ export default {
24
24
  closeOnClickOverlay: true,
25
25
  footer: 1,
26
26
  compState: [{
27
- name: localeKey('props.compState.0.name'),
27
+ name: '业务主键',
28
28
  code: 'bizId'
29
29
  }]
30
30
  },
@@ -37,47 +37,47 @@ export default {
37
37
  groupsName: 'root',
38
38
  todoActionList: [{
39
39
  key: 'showMessage',
40
- label: localeKey('todoActionList.showMessage.label'),
40
+ label: '消息提示',
41
41
  todoOptions: [{
42
42
  key: 'type',
43
- label: localeKey('todoActionList.showMessage.todoOptions.type.label'),
43
+ label: '类型',
44
44
  type: 'Select',
45
45
  defaultValue: 'success',
46
46
  props: {
47
47
  options: [{
48
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.0.title'),
48
+ title: '成功',
49
49
  value: 'success'
50
50
  }, {
51
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.1.title'),
51
+ title: '提示',
52
52
  value: 'info'
53
53
  }, {
54
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.2.title'),
54
+ title: '警告',
55
55
  value: 'warn'
56
56
  }, {
57
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.3.title'),
57
+ title: '错误',
58
58
  value: 'error'
59
59
  }, {
60
- title: localeKey('todoActionList.showMessage.todoOptions.type.props.options.4.title'),
60
+ title: '加载动画',
61
61
  value: 'loading'
62
62
  }]
63
63
  }
64
64
  }, {
65
65
  key: 'icon',
66
- label: localeKey('todoActionList.showMessage.todoOptions.icon.label'),
66
+ label: '自定义图标',
67
67
  type: 'ChooseIcon',
68
68
  props: {
69
- placeholder: localeKey('todoActionList.showMessage.todoOptions.icon.props.placeholder')
69
+ placeholder: '请选择图标'
70
70
  }
71
71
  }, {
72
72
  key: 'value',
73
- label: localeKey('todoActionList.showMessage.todoOptions.value.label'),
73
+ label: '内容',
74
74
  type: 'SetExpression'
75
75
  }, {
76
76
  key: 'duration',
77
- label: localeKey('todoActionList.showMessage.todoOptions.duration.label'),
77
+ label: '加载时长',
78
78
  type: 'InputNumber',
79
79
  props: {
80
- addonAfter: localeKey('todoActionList.showMessage.todoOptions.duration.props.addonAfter'),
80
+ addonAfter: '',
81
81
  step: '0.01',
82
82
  formatter: function formatter(val) {
83
83
  return val ? val.match(/^\d+(?:\.\d{0,2})?/) : undefined;
@@ -98,12 +98,12 @@ export default {
98
98
  value: 'modal'
99
99
  }],
100
100
  remarks: [{
101
- label: localeKey('todoActionList.showMessage.remarks.0.label'),
101
+ label: '注意事项',
102
102
  content: localeKey('todoActionList.showMessage.remarks.0.content')
103
103
  }]
104
104
  }].concat(_toConsumableArray(getSystemTodoActionList('pc')), [{
105
105
  key: 'previewFile',
106
- label: localeKey('todoActionList.previewFile.label'),
106
+ label: '文件预览',
107
107
  todoOptions: [{
108
108
  key: 'fileId',
109
109
  label: localeKey('todoActionList.previewFile.todoOptions.fileId.label'),
@@ -111,24 +111,24 @@ export default {
111
111
  labelTip: localeKey('todoActionList.previewFile.todoOptions.fileId.labelTip')
112
112
  }, {
113
113
  key: 'viewMode',
114
- label: localeKey('todoActionList.previewFile.todoOptions.viewMode.label'),
114
+ label: '预览方式',
115
115
  type: 'RadioButton',
116
116
  defaultValue: 'popUp',
117
117
  props: {
118
118
  options: [{
119
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.0.title'),
119
+ title: '页面弹窗',
120
120
  value: 'popUp'
121
121
  }, {
122
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.1.title'),
122
+ title: '新标签页',
123
123
  value: 'newTab'
124
124
  }, {
125
- title: localeKey('todoActionList.previewFile.todoOptions.viewMode.props.options.2.title'),
125
+ title: '新窗口',
126
126
  value: 'window'
127
127
  }]
128
128
  }
129
129
  }, {
130
130
  key: 'modalWidth',
131
- label: localeKey('todoActionList.previewFile.todoOptions.modalWidth.label'),
131
+ label: '窗口宽度',
132
132
  type: 'SetExpression',
133
133
  defaultValue: '960',
134
134
  visibleFlag: 'viewMode',
@@ -136,7 +136,7 @@ export default {
136
136
  visibleFlagValue: ['window']
137
137
  }, {
138
138
  key: 'modalHeight',
139
- label: localeKey('todoActionList.previewFile.todoOptions.modalHeight.label'),
139
+ label: '窗口高度',
140
140
  type: 'SetExpression',
141
141
  defaultValue: '648',
142
142
  visibleFlag: 'viewMode',
@@ -144,7 +144,7 @@ export default {
144
144
  visibleFlagValue: ['window']
145
145
  }],
146
146
  classification: [{
147
- label: localeKey('todoActionList.previewFile.classification.page.label'),
147
+ label: '页面类',
148
148
  value: 'page'
149
149
  }]
150
150
  }]),
@@ -156,36 +156,36 @@ export default {
156
156
  label: localeKey('todoEvents.stateChange.label')
157
157
  }, {
158
158
  value: 'willUnmount',
159
- label: localeKey('todoEvents.willUnmount.label')
159
+ label: '浮窗关闭'
160
160
  }, {
161
161
  value: 'usePageEndRequest',
162
162
  label: localeKey('todoEvents.usePageEndRequest.label'),
163
163
  remarks: [{
164
- label: localeKey('todoEvents.usePageEndRequest.remarks.0.label'),
164
+ label: '场景描述',
165
165
  content: localeKey('todoEvents.usePageEndRequest.remarks.0.content')
166
166
  }, {
167
- label: localeKey('todoEvents.usePageEndRequest.remarks.1.label'),
167
+ label: '适用场景',
168
168
  content: localeKey('todoEvents.usePageEndRequest.remarks.1.content')
169
169
  }]
170
170
  }],
171
171
  todoProps: {
172
172
  showTitle: {
173
- label: localeKey('todoProps.showTitle.label'),
173
+ label: '显示标题',
174
174
  type: 'Checkbox',
175
- groupsName: localeKey('todoProps.showTitle.groupsName')
175
+ groupsName: '基础'
176
176
  },
177
177
  pageName: {
178
- label: localeKey('todoProps.pageName.label'),
178
+ label: '名称',
179
179
  type: 'Input',
180
- groupsName: localeKey('todoProps.pageName.groupsName'),
180
+ groupsName: '基础',
181
181
  props: {
182
182
  required: true
183
183
  }
184
184
  },
185
185
  pagePath: {
186
- label: localeKey('todoProps.pagePath.label'),
186
+ label: '路径',
187
187
  type: 'UrlInput',
188
- groupsName: localeKey('todoProps.pagePath.groupsName'),
188
+ groupsName: '基础',
189
189
  props: {
190
190
  required: true,
191
191
  placeholder: localeKey('todoProps.pagePath.props.placeholder'),
@@ -197,9 +197,9 @@ export default {
197
197
  }
198
198
  },
199
199
  catalogItemId: {
200
- label: localeKey('todoProps.catalogItemId.label'),
200
+ label: '分组',
201
201
  type: 'CatalogTreeSelect',
202
- groupsName: localeKey('todoProps.catalogItemId.groupsName'),
202
+ groupsName: '基础',
203
203
  props: {
204
204
  required: true,
205
205
  options: [],
@@ -209,28 +209,28 @@ export default {
209
209
  }
210
210
  },
211
211
  scenarioList: {
212
- label: localeKey('todoProps.scenarioList.label'),
212
+ label: '适用场景',
213
213
  type: 'SelectScenarioPopover',
214
- groupsName: localeKey('todoProps.scenarioList.groupsName'),
214
+ groupsName: '基础',
215
215
  props: {
216
216
  options: []
217
217
  }
218
218
  },
219
219
  ignoreLogin: {
220
- label: localeKey('todoProps.ignoreLogin.label'),
220
+ label: '免登录',
221
221
  type: 'Switch',
222
- groupsName: localeKey('todoProps.ignoreLogin.groupsName'),
222
+ groupsName: '基础',
223
223
  props: {}
224
224
  },
225
225
  labels: {
226
- label: localeKey('todoProps.labels.label'),
226
+ label: '标签',
227
227
  type: 'ChooseTag',
228
- groupsName: localeKey('todoProps.labels.groupsName')
228
+ groupsName: '基础'
229
229
  },
230
230
  compState: {
231
- label: localeKey('todoProps.compState.label'),
231
+ label: '组件状态',
232
232
  type: 'ParamsDefine',
233
- groupsName: localeKey('todoProps.compState.groupsName')
233
+ groupsName: '组件状态'
234
234
  }
235
235
  },
236
236
  todoStyles: {}