@lingxiteam/assets 4.2.1-alpha.2 → 4.3.2-alpha.1

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 (175) hide show
  1. package/es/IconSvg/index.js +8 -7
  2. package/es/error/errorCatch/index.js +1 -1
  3. package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
  4. package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
  5. package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
  6. package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
  7. package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
  8. package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
  9. package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
  10. package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
  11. package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
  12. package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
  13. package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
  14. package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
  15. package/es/error/errorDisplay/Web/Notification/index.js +36 -38
  16. package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
  17. package/es/error/errorDisplay/compUtils.js +6 -6
  18. package/es/error/errorDisplay/http.js +7 -7
  19. package/es/error/index.js +6 -6
  20. package/es/index.js +5 -5
  21. package/es/rootConfig/index.d.ts +1 -1
  22. package/es/rootConfig/index.js +5 -5
  23. package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  24. package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
  25. package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  26. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +199 -0
  27. package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  28. package/es/rootConfig/locales/enus/config-locales-es.pc.js +49 -0
  29. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  30. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1293 -0
  31. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  32. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +21 -0
  33. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  34. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +339 -0
  35. package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  36. package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
  37. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  38. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +199 -0
  39. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  40. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +385 -0
  41. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  42. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1297 -0
  43. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  44. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +21 -0
  45. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  46. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +339 -0
  47. package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  48. package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
  49. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  50. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +199 -0
  51. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  52. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +385 -0
  53. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  54. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1297 -0
  55. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  56. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +21 -0
  57. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  58. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +339 -0
  59. package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
  60. package/es/rootConfig/mobile/BusiComp.js +35 -32
  61. package/es/rootConfig/mobile/MobileModal.js +62 -57
  62. package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
  63. package/es/rootConfig/mobile/MobilePopover.js +37 -34
  64. package/es/rootConfig/mobile/index.js +4 -4
  65. package/es/rootConfig/mobile/page.d.ts +17 -2
  66. package/es/rootConfig/mobile/page.js +85 -78
  67. package/es/rootConfig/pc/BusiComp.js +110 -40
  68. package/es/rootConfig/pc/Drawer.d.ts +8 -9
  69. package/es/rootConfig/pc/Drawer.js +161 -91
  70. package/es/rootConfig/pc/Modal.d.ts +0 -1
  71. package/es/rootConfig/pc/Modal.js +140 -70
  72. package/es/rootConfig/pc/Popover.d.ts +0 -1
  73. package/es/rootConfig/pc/Popover.js +114 -44
  74. package/es/rootConfig/pc/index.js +5 -5
  75. package/es/rootConfig/pc/page.d.ts +0 -2
  76. package/es/rootConfig/pc/page.js +133 -64
  77. package/es/rootConfig/todoActionList.d.ts +1 -0
  78. package/es/rootConfig/todoActionList.js +2363 -1237
  79. package/es/rootConfig/todoCallback.d.ts +12 -1
  80. package/es/rootConfig/todoCallback.js +175 -103
  81. package/es/rootConfig/todoOptionList.d.ts +0 -66
  82. package/es/rootConfig/todoOptionList.js +400 -401
  83. package/es/theme/index.js +18 -20
  84. package/es/theme/src/default/index.js +7 -7
  85. package/es/theme/utils/renderColors.js +1 -1
  86. package/es/utils/url.js +8 -7
  87. package/lib/IconSvg/index.js +10 -9
  88. package/lib/error/errorCatch/index.js +2 -3
  89. package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
  90. package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
  91. package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
  92. package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
  93. package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
  94. package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
  95. package/lib/error/errorDisplay/SVGstring.js +6 -12
  96. package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
  97. package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
  98. package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
  99. package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
  100. package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
  101. package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
  102. package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
  103. package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
  104. package/lib/error/errorDisplay/compUtils.js +9 -12
  105. package/lib/error/errorDisplay/const.js +7 -13
  106. package/lib/error/errorDisplay/http.js +8 -9
  107. package/lib/index.js +3 -6
  108. package/lib/rootConfig/index.d.ts +1 -1
  109. package/lib/rootConfig/index.js +9 -3
  110. package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
  111. package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
  112. package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
  113. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +205 -0
  114. package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
  115. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +55 -0
  116. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
  117. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +1299 -0
  118. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
  119. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +27 -0
  120. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
  121. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +345 -0
  122. package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
  123. package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
  124. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
  125. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +205 -0
  126. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
  127. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +391 -0
  128. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
  129. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +1303 -0
  130. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
  131. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +27 -0
  132. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
  133. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +345 -0
  134. package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
  135. package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
  136. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
  137. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +205 -0
  138. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
  139. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +391 -0
  140. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
  141. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +1303 -0
  142. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
  143. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +27 -0
  144. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
  145. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +345 -0
  146. package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
  147. package/lib/rootConfig/mobile/BusiComp.js +36 -34
  148. package/lib/rootConfig/mobile/MobileModal.js +63 -59
  149. package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
  150. package/lib/rootConfig/mobile/MobilePopover.js +38 -36
  151. package/lib/rootConfig/mobile/page.d.ts +17 -2
  152. package/lib/rootConfig/mobile/page.js +86 -80
  153. package/lib/rootConfig/pc/BusiComp.js +111 -42
  154. package/lib/rootConfig/pc/Drawer.d.ts +8 -9
  155. package/lib/rootConfig/pc/Drawer.js +162 -93
  156. package/lib/rootConfig/pc/Modal.d.ts +0 -1
  157. package/lib/rootConfig/pc/Modal.js +141 -72
  158. package/lib/rootConfig/pc/Popover.d.ts +0 -1
  159. package/lib/rootConfig/pc/Popover.js +115 -46
  160. package/lib/rootConfig/pc/page.d.ts +0 -2
  161. package/lib/rootConfig/pc/page.js +134 -66
  162. package/lib/rootConfig/todoActionList.d.ts +1 -0
  163. package/lib/rootConfig/todoActionList.js +2364 -1244
  164. package/lib/rootConfig/todoCallback.d.ts +12 -1
  165. package/lib/rootConfig/todoCallback.js +182 -116
  166. package/lib/rootConfig/todoOptionList.d.ts +0 -66
  167. package/lib/rootConfig/todoOptionList.js +401 -403
  168. package/lib/theme/bin/default/modalWidth.js +1 -2
  169. package/lib/theme/index.js +19 -22
  170. package/lib/theme/src/default/index.js +7 -7
  171. package/lib/theme/utils/renderColors.js +1 -1
  172. package/lib/utils/cookieUtil.js +1 -2
  173. package/lib/utils/img.js +2 -3
  174. package/lib/utils/url.js +13 -16
  175. package/package.json +3 -4
@@ -0,0 +1,1297 @@
1
+ export var todoActionListZhCN = {
2
+ 'todo.actionList.setFormValues.todoOptions.params.props.titleLink.2.title': '清空赋值',
3
+ 'todo.actionList.resetForm.label': '重置表单',
4
+ 'todo.actionList.setTripleFormAction.label': '设置表单外部数据',
5
+ 'todo.actionList.setTripleFormAction.todoOptions.actionType.label': '表单类型',
6
+ 'todo.actionList.setTripleFormAction.todoOptions.actionType.props.placeholder': '新增-add, 编辑-edit, 详情-detail',
7
+ 'todo.actionList.setTripleFormAction.todoOptions.tripleFormId.label': '详情id',
8
+ 'todo.actionList.validateCurrentForm.label': '当前表单校验并取值',
9
+ 'todo.actionList.getCurrentFormValues.label': '当前表单取值',
10
+ 'todo.actionList.setCurrentFormValues.label': '设置当前表单数据',
11
+ 'todo.actionList.setCurrentFormValues.todoOptions.params.label': '参数赋值',
12
+ 'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.0.title': '切换到属性',
13
+ 'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.1.title': '切换根节点',
14
+ 'todo.actionList.setCurrentFormValues.todoOptions.params.props.titleLink.2.title': '清空赋值',
15
+ 'todo.actionList.resetCurrentForm.label': '重置当前表单',
16
+ 'todo.actionList.validateAllForm.label': '全部表单校验并取值',
17
+ 'todo.actionList.validateAllForm.classification.setData.label': '数据设置',
18
+ 'todo.actionList.getAllFormValues.label': '全部表单取值',
19
+ 'todo.actionList.getAllFormValues.classification.setData.label': '数据设置',
20
+ 'todo.actionList.resetAllForm.label': '重置全部表单',
21
+ 'todo.actionList.resetAllForm.classification.setData.label': '数据设置',
22
+ 'todo.actionList.validateGridViewForms.label': '循环块表单校验并取值',
23
+ 'todo.actionList.getGridViewFormValues.label': '循环块表单取值',
24
+ 'todo.actionList.setCustomState.label': '设置自定义页面数据',
25
+ 'todo.actionList.setCustomState.todoOptions.stateName.label': '自定义属性名',
26
+ 'todo.actionList.setCustomState.todoOptions.stateval.label': '内容',
27
+ 'todo.actionList.setCustomState.classification.setData.label': '数据设置',
28
+ 'todo.actionList.getCustomState.label': '获取自定义页面数据',
29
+ 'todo.actionList.getCustomState.todoOptions.stateName.label': '自定义属性名',
30
+ 'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.titlePrefix': '自定义页面数据:',
31
+ 'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.description': '获取到的页面数据',
32
+ 'todo.actionList.getCustomState.classification.setData.label': '数据设置',
33
+ 'todo.actionList.setCompNestedState.label': '设置组件属性数据',
34
+ 'todo.actionList.setCompNestedState.todoOptions.stateName.label': '自定义属性名',
35
+ 'todo.actionList.setCompNestedState.todoOptions.stateval.label': '内容',
36
+ 'todo.actionList.setCompNestedState.classification.setData.label': '数据设置',
37
+ 'todo.actionList.getCompNestedState.label': '获取组件属性数据',
38
+ 'todo.actionList.getCompNestedState.todoOptions.stateName.label': '自定义属性名',
39
+ 'todo.actionList.getCompNestedState.classification.setData.label': '数据设置',
40
+ 'todo.actionList.okCallbackData.label': '触发父页面确认回调',
41
+ 'todo.actionList.okCallbackData.todoOptions.params.label': '参数',
42
+ 'todo.actionList.okCallbackData.classification.callback.label': '回调',
43
+ 'todo.actionList.closeModal.label': '关闭当前弹窗/推拉门',
44
+ 'todo.actionList.closeModal.classification.modal.label': '消息&弹窗',
45
+ 'todo.actionList.closePopover.label': '关闭气泡卡片',
46
+ 'todo.actionList.closePopover.classification.modal.label': '消息&弹窗',
47
+ 'todo.actionList.reloadTableData.label': '加载数据',
48
+ 'todo.actionList.reloadTableData.todoOptions.data.label': '内容',
49
+ 'todo.actionList.reloadTableData.todoOptions.total.label': '总条数',
50
+ 'todo.actionList.reloadTableData.todoOptions.current.label': '更新页码',
51
+ 'todo.actionList.reloadColServiceData.label': '加载字段翻译数据',
52
+ 'todo.actionList.reloadColServiceData.todoOptions.colName.label': '翻译字段',
53
+ 'todo.actionList.reloadColServiceData.todoOptions.data.label': '内容',
54
+ 'todo.actionList.reloadColServiceDataForEdit.label': '加载字段数据',
55
+ 'todo.actionList.reloadColServiceDataForEdit.todoOptions.colNameForEdit.label': '字段',
56
+ 'todo.actionList.reloadColServiceDataForEdit.todoOptions.data.label': '内容',
57
+ 'todo.actionList.reloadRCData.label': '加载数据',
58
+ 'todo.actionList.reloadRCData.todoOptions.data.label': '内容',
59
+ 'todo.actionList.reloadRCData.todoOptions.labelKey.label': '显示内容字段',
60
+ 'todo.actionList.reloadRCData.todoOptions.valueKey.label': '显示值字段',
61
+ 'todo.actionList.reloadSelectData.label': '加载数据',
62
+ 'todo.actionList.reloadSelectData.todoOptions.data.label': '内容',
63
+ 'todo.actionList.reloadSelectData.todoOptions.labelKey.label': '选项内容字段',
64
+ 'todo.actionList.reloadSelectData.todoOptions.valueKey.label': '选项值字段',
65
+ 'todo.actionList.reloadDescData.label': '加载数据',
66
+ 'todo.actionList.reloadDescData.todoOptions.data.label': '内容',
67
+ 'todo.actionList.reloadData.label': '加载数据',
68
+ 'todo.actionList.reloadData.todoOptions.data.label': '内容',
69
+ 'todo.actionList.reloadData.todoOptions.labelKey.label': '节点名称取值字段',
70
+ 'todo.actionList.reloadData.todoOptions.nodeValueKey.label': '节点key取值字段',
71
+ 'todo.actionList.reloadData.todoOptions.selectable.label': '节点可选字段编码',
72
+ 'todo.actionList.reloadData.todoOptions.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n 处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n 空字符串时,都认为不可选,否则认为可选。",
73
+ 'todo.actionList.reloadData.todoOptions.childrenKey.label': '下级列表取值字段',
74
+ 'todo.actionList.reloadData.todoOptions.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n 示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\n {\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n }\n ',
75
+ 'todo.actionList.reloadChildData.label': '加载子节点数据',
76
+ 'todo.actionList.reloadChildData.todoOptions.data.label': '内容',
77
+ 'todo.actionList.reloadChildData.todoOptions.parentKey.label': '操作节点key',
78
+ 'todo.actionList.reloadChildData.todoOptions.labelKey.label': '节点名称取值字段',
79
+ 'todo.actionList.reloadChildData.todoOptions.nodeValueKey.label': '节点key取值字段',
80
+ 'todo.actionList.reloadChildData.todoOptions.selectable.label': '节点可选字段编码',
81
+ 'todo.actionList.reloadChildData.todoOptions.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n 处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n 空字符串时,都认为不可选,否则认为可选。",
82
+ 'todo.actionList.reloadChildData.todoOptions.childrenKey.label': '下级列表取值字段',
83
+ 'todo.actionList.reloadChildData.todoOptions.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n 示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\n {\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n }\n ',
84
+ 'todo.actionList.reloadMenuData.label': '加载数据',
85
+ 'todo.actionList.reloadMenuData.todoOptions.data.label': '内容',
86
+ 'todo.actionList.reloadMenuData.todoOptions.labelKey.label': '节点名称取值字段',
87
+ 'todo.actionList.reloadMenuData.todoOptions.nodeValueKey.label': '节点key取值字段',
88
+ 'todo.actionList.reloadMenuData.todoOptions.urlValueKey.label': '节点url取值字段',
89
+ 'todo.actionList.reloadMenuData.todoOptions.selectable.label': '节点可选字段编码',
90
+ 'todo.actionList.reloadMenuData.todoOptions.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n 处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n 空字符串时,都认为不可选,否则认为可选。",
91
+ 'todo.actionList.reloadMenuData.todoOptions.childrenKey.label': '下级列表取值字段',
92
+ 'todo.actionList.reloadMenuData.todoOptions.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n 示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\n {\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n }\n ',
93
+ 'todo.actionList.appendTreeNode.label': '加载子节点数据',
94
+ 'todo.actionList.appendTreeNode.todoOptions.data.label': '内容',
95
+ 'todo.actionList.appendTreeNode.todoOptions.nodeKey.label': '操作节点key',
96
+ 'todo.actionList.appendTreeNode.todoOptions.title.label': '节点名称取值字段',
97
+ 'todo.actionList.appendTreeNode.todoOptions.key.label': '节点key取值字段',
98
+ 'todo.actionList.appendTreeNode.todoOptions.selectable.label': '节点可选字段编码',
99
+ 'todo.actionList.appendTreeNode.todoOptions.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n 处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n 空字符串时,都认为不可选,否则认为可选。",
100
+ 'todo.actionList.appendMenuNodeData.label': '加载菜单子项数据',
101
+ 'todo.actionList.appendMenuNodeData.todoOptions.data.label': '内容',
102
+ 'todo.actionList.appendMenuNodeData.todoOptions.title.label': '节点名称取值字段',
103
+ 'todo.actionList.appendMenuNodeData.todoOptions.key.label': '节点key取值字段',
104
+ 'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.label': '下级列表取值字段',
105
+ 'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n 示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\n {\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n }\n ',
106
+ 'todo.actionList.getTreeSelectedKey.label': '获取选中节点key',
107
+ 'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.title': '树选中节点key(@{name})',
108
+ 'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.description': '选中节点的唯一标识',
109
+ 'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.1.title': '树选中节点key(多选)(@{name})',
110
+ 'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.title': '@{name}表单数据',
111
+ 'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.description': '直接获取表单数据',
112
+ 'todo.actionList.validateCurrentForm.todoCallbacks.callback1.getFields.description': '当前表单所有字段的数据',
113
+ 'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.getFields.description': '当前表单所有字段的数据',
114
+ 'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.title': '全部表单数据',
115
+ 'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.description': '页面全部表单均校验通过后,所有字段的数据',
116
+ 'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.title': '全部表单数据',
117
+ 'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.description': '页面全部表单,所有字段的数据',
118
+ 'todo.actionList.getTableSelected.label': '获取选中行',
119
+ 'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.title': '表格选中行(单选)(@{name})',
120
+ 'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.description': '在单选表格中,当前选中行的数据',
121
+ 'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.title': '表格选中行(多选)(数组)(@{name})',
122
+ 'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.description': '在多选表格中,当前所有选中行的数据列表',
123
+ 'todo.actionList.getTableSelectedKey.label': '获取选中行主键',
124
+ 'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.title': '表格选中行主键(单选)(@{name})',
125
+ 'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.description': '在单选表格中,当前选中行的行主键',
126
+ 'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.title': '表格选中行主键(多选)(@{name})',
127
+ 'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.description': '在多选表格中,当前所有选中行的行主键集合',
128
+ 'todo.actionList.getTableCurrentPageSelected.label': '获取当前页选中行',
129
+ 'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.title': '当前页选中行(单选)(@{name})',
130
+ 'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.description': '在分页表格中,当前页选中行的数据',
131
+ 'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.title': '当前页选中行(多选)(@{name})',
132
+ 'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.description': '在分页表格中,当前页所有选中行的数据列表',
133
+ 'todo.actionList.getTableCurrentPageSelectedKey.label': '获取当前页选中行主键',
134
+ 'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.title': '当前页选中行主键(单选)(@{name})',
135
+ 'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.description': '在分页表格中,当前选中行的行主键',
136
+ 'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.title': '当前页选中行主键(多选)(@{name})',
137
+ 'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.description': '在分页表格中,当前所有选中行的行主键集合',
138
+ 'todo.actionList.getTableData.label': '获取表格数据',
139
+ 'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.title': '表格数据(@{name})',
140
+ 'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.description': '当前表格数据列表',
141
+ 'todo.actionList.getPageNum.label': '获取当前页码',
142
+ 'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.title': '当前页码(@{name})',
143
+ 'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.description': '在分页表格中,当前显示的页码',
144
+ 'todo.actionList.addTableRow.label': '新增一行空白数据',
145
+ 'todo.actionList.addTableRow.todoOptions.inlineeditnow.label': '新增后启用行内编辑',
146
+ 'todo.actionList.addTableRow.todoOptions.inlineeditnow.props.options.0.title': '否',
147
+ 'todo.actionList.addTableRow.todoOptions.inlineeditnow.props.options.1.title': '是',
148
+ 'todo.actionList.addTableRowData.label': '新增一行数据',
149
+ 'todo.actionList.addTableRowData.todoOptions.params.label': '参数赋值',
150
+ 'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.0.title': '切换到属性',
151
+ 'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.1.title': '切换根节点',
152
+ 'todo.actionList.addTableRowData.todoOptions.params.props.titleLink.2.title': '清空赋值',
153
+ 'todo.actionList.delTableRow.label': '删除指定行数据',
154
+ 'todo.actionList.delTableRow.todoOptions.params.label': '参数赋值',
155
+ 'todo.actionList.setSelectedRowKeys.label': '设置选中行',
156
+ 'todo.actionList.setSelectedRowKeys.todoOptions.value.label': '内容',
157
+ 'todo.actionList.clearTableSelected.label': '清除选中数据',
158
+ 'todo.actionList.validateTableData.label': '获取当前页数据并校验',
159
+ 'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.title': '表格数据(@{name})',
160
+ 'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.description': '在分页表格中,当前页的数据列表',
161
+ 'todo.actionList.validateTableRowData.label': '校验当前保存行数据',
162
+ 'todo.actionList.reloadAppTableData.label': '绑定表格数据',
163
+ 'todo.actionList.reloadAppTableData.todoOptions.appTableData.label': '表头数据',
164
+ 'todo.actionList.reloadAppTableData.todoOptions.appTableDataSource.label': '表格数据',
165
+ 'todo.actionList.getAppTableData.label': '获取表格数据',
166
+ 'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.title': '获取数据成功@{name}',
167
+ 'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.description': '',
168
+ 'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.title': '获取数据失败@{name}',
169
+ 'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.description': '',
170
+ 'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.title': '@{name}表单数据',
171
+ 'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.description': '获取循环块表单校验并取值, 返回对象数组',
172
+ 'todo.actionList.getSelectedData.label': '获取选中数据',
173
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.titlePrefix': '下拉框选中数据(单选)',
174
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.titlePrefix': '下拉框选中数据(多选)',
175
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.titlePrefix': '选中节点数据',
176
+ 'todo.actionList.setTreeSelectedKey.label': '设置选中节点',
177
+ 'todo.actionList.setTreeSelectedKey.todoOptions.value.label': '内容',
178
+ 'todo.actionList.clearTreeSelectedKey.label': '清空选中项',
179
+ 'todo.actionList.getTreeEditingKey.label': '获取当前操作的节点key',
180
+ 'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.title': '当前操作的树节点key(@{name})',
181
+ 'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.description': '点击树节点相关的操作按钮(如新增)所对应的树节点唯一标识',
182
+ 'todo.actionList.getCheckedKey.label': '获取复选框选中值',
183
+ 'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.title': '勾选节点key(单选)(@{name})',
184
+ 'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.description': '勾选节点的唯一标识',
185
+ 'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.title': '勾选节点key(多选)(@{name})',
186
+ 'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.description': '勾选节点的唯一标识集合',
187
+ 'todo.actionList.setCheckedKey.label': '设置复选框选中值',
188
+ 'todo.actionList.setCheckedKey.todoOptions.value.label': '内容',
189
+ 'todo.actionList.clearTreeCheckedKey.label': '清空复选框选中项',
190
+ 'todo.actionList.setSelectAll.label': '设置全部选中',
191
+ 'todo.actionList.callFuncComp.label': '调用功能组件能力',
192
+ 'todo.actionList.callFuncComp.todoOptions.selectCompFunc.label': '方法',
193
+ 'todo.actionList.callFuncComp.todoOptions.uploadProps.label': '参数',
194
+ 'todo.actionList.callFuncComp.todoCallbacks.callback1.titlePrefix': '功能组件回调参数',
195
+ 'todo.actionList.callFuncComp.classification.communicate.label': '数据通信',
196
+ 'todo.actionList.addEventListenerParentMessage.label': '接收父容器消息',
197
+ 'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.title': '接收到父容器消息',
198
+ 'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.description': '接收到父容器的消息内容',
199
+ 'todo.actionList.addEventListenerParentMessage.classification.communicate.label': '数据通信',
200
+ 'todo.actionList.postParentMessage.label': '发送消息至父容器',
201
+ 'todo.actionList.postParentMessage.todoOptions.iframeData.label': '发送内容',
202
+ 'todo.actionList.postParentMessage.todoOptions.iframeOrigin.label': '发送目标源',
203
+ 'todo.actionList.postParentMessage.classification.communicate.label': '数据通信',
204
+ 'todo.actionList.setRemoteCompProps.label': '给组件设置属性',
205
+ 'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': '设置自定义组件属性',
206
+ 'todo.actionList.sysSetFormItemStatus.label': '设置表单控件状态',
207
+ 'todo.actionList.sysSetFormItemStatus.classification.0.label': '常用',
208
+ 'todo.actionList.sysSetFormItemStatus.classification.1.label': '数据设置',
209
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.label': '组件配置',
210
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.label': '组件选择',
211
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '仅支持选择非渲染容器下的“表单”组件',
212
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.0.title': '清空已选',
213
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.prefix': '显示',
214
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.selected': '已选',
215
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.props.titleLink.1.all': '全部',
216
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.label': '内容',
217
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.description': '需要接受格式为[{"attrCode": "item_order_name","status": 2}]的对象数组',
218
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': '选项表单编码字段',
219
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': '表单编码字段attrCode的节点别名',
220
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.label': '选项值字段',
221
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.description': '表单状态字段status的节点别名 (1 编辑, 2 隐藏, 3 禁用 4 只读)',
222
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titlePrefix': '内容配置',
223
+ 'todo.actionList.sysSetFormItemStatus.remarks.0.label': '适用场景',
224
+ 'todo.actionList.sysSetFormItemStatus.remarks.0.content': '支持批量对表单内控件进行状态控制,例如:通过服务或其他方式返回字段编码和状态值,根据状态值设置表单内对应控件是否可编辑、是否隐藏等,状态值分别是:1 编辑,2 隐藏, 3 禁用, 4 只读 \n\n 只支持当前页面表单,如需控制业务组件或其他容器内的表单,请在业务组件中配置',
225
+ 'todo.actionList.sysSetFormItemStatus.remarks.1.label': '配置说明',
226
+ 'todo.actionList.sysSetFormItemStatus.remarks.1.content': '选择返回数据的内容节点,设置字段编码和状态值的取值字段,根据状态值设置控件的状态',
227
+ 'todo.actionList.customPrintOrExport.label': '自定义打印/导出',
228
+ 'todo.actionList.customPrintOrExport.todoOptions.operateType.label': '操作类型',
229
+ 'todo.actionList.customPrintOrExport.todoOptions.customSelectComp.label': '选择打印组件',
230
+ 'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.label': '导出水印',
231
+ 'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.labelTip': '当应用开启水印功能才生效,我的应用-设置-应用设置-水印设置',
232
+ 'todo.actionList.customPrintOrExport.todoOptions.fileName.label': '自定义文件名称',
233
+ 'todo.actionList.customPrintOrExport.todoOptions.fileName.labelTip': '未设置文件名称时,则为页面名称,不包括后缀,如:自定义文件名称',
234
+ 'todo.actionList.customPrintOrExport.classification.common.label': '常用',
235
+ 'todo.actionList.getValue.label': '获取当前值',
236
+ 'todo.actionList.getValue.todoCallbacks.callback1.fields.select.titlePrefix': '下拉框选中值',
237
+ 'todo.actionList.getValue.todoCallbacks.callback1.fields.select.description': '当前选中项的属性值',
238
+ 'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.titlePrefix': '标签页选中key',
239
+ 'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.description': '当前选中标签页的唯一标识',
240
+ 'todo.actionList.getValue.todoCallbacks.callback1.fields.default.titlePrefix': '当前值',
241
+ 'todo.actionList.reloadOptions.label': '重新加载选项',
242
+ 'todo.actionList.clearOptions.label': '清空选项',
243
+ 'todo.actionList.clearValue.label': '清空值',
244
+ 'todo.actionList.setLoading.label': '控制加载中',
245
+ 'todo.actionList.setLoading.todoOptions.loading.label': '是否加载中',
246
+ 'todo.actionList.setLoading.todoOptions.loading.props.options.0.title': '是',
247
+ 'todo.actionList.setLoading.todoOptions.loading.props.options.1.title': '否',
248
+ 'todo.actionList.setValue.label': '控件赋值',
249
+ 'todo.actionList.setValue.todoOptions.compid.label': '组件选择',
250
+ 'todo.actionList.setValue.todoOptions.compid.props.titleLink.0.title': '清空已选',
251
+ 'todo.actionList.setValue.todoOptions.valueList.label': '组件赋值',
252
+ 'todo.actionList.setValue.todoOptions.valueList.props.titleLink.0.title': '清空赋值',
253
+ 'todo.actionList.setModalSelectValue.label': '控件赋值',
254
+ 'todo.actionList.setModalSelectValue.todoOptions.value.label': '内容',
255
+ 'todo.actionList.setModalSelectValue.todoOptions.labelKey.label': '内容映射字段',
256
+ 'todo.actionList.setModalSelectValue.todoOptions.valueKey.label': '值映射字段',
257
+ 'todo.actionList.setBadgeValue.label': '设置角标值',
258
+ 'todo.actionList.setBadgeValue.todoOptions.value.label': '内容',
259
+ 'todo.actionList.triggerRelDataSource.label': '联动设置下拉框选项',
260
+ 'todo.actionList.triggerRelDataSource.todoOptions.target.label': '联动来源',
261
+ 'todo.actionList.triggerRelDataSource.todoOptions.arelStaticData.label': 'A端静态数据',
262
+ 'todo.actionList.triggerRelDataSource.todoOptions.zrelStaticData.label': 'Z端静态数据',
263
+ 'todo.actionList.triggerRelDataSource.todoOptions.custTargetVal.label': '自定义触发值',
264
+ 'todo.actionList.validateMsg.label': '校验提示',
265
+ 'todo.actionList.validateMsg.todoOptions.validateStatus.label': '校验类型',
266
+ 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.0.title': '成功',
267
+ 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.1.title': '提示',
268
+ 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.2.title': '错误',
269
+ 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.3.title': '警告',
270
+ 'todo.actionList.validateMsg.todoOptions.validateStatus.props.options.4.title': '正常',
271
+ 'todo.actionList.validateMsg.todoOptions.help.label': '校验文案',
272
+ 'todo.actionList.validateMsg.todoOptions.help.props.placeholder': '请输入',
273
+ 'todo.actionList.setActiveTabPane.label': '设置Tabs选中面板',
274
+ 'todo.actionList.setActiveTabPane.todoOptions.activeTabKey.label': 'Tab选中key',
275
+ 'todo.actionList.setDisable.label': '禁用状态',
276
+ 'todo.actionList.setDisable.todoOptions.compid.label': '组件选择',
277
+ 'todo.actionList.setDisable.todoOptions.compid.props.titleLink.0.title': '清空已选',
278
+ 'todo.actionList.setDisable.todoOptions.compValueList.label': '是否必填',
279
+ 'todo.actionList.setDisable.todoOptions.compValueList.props.options.0.title': '启动',
280
+ 'todo.actionList.setDisable.todoOptions.compValueList.props.options.1.title': '禁用',
281
+ 'todo.actionList.setDisable.todoOptions.compValueList.props.options.2.title': '切换',
282
+ 'todo.actionList.setRequired.label': '设置必填',
283
+ 'todo.actionList.setRequired.todoOptions.compid.label': '组件选择',
284
+ 'todo.actionList.setRequired.todoOptions.compid.props.titleLink.0.title': '清空已选',
285
+ 'todo.actionList.setRequired.todoOptions.compValueList.label': '是否必填',
286
+ 'todo.actionList.setRequired.todoOptions.compValueList.props.options.0.title': '必填',
287
+ 'todo.actionList.setRequired.todoOptions.compValueList.props.options.1.title': '非必填',
288
+ 'todo.actionList.setRequired.todoOptions.compValueList.props.options.2.title': '切换',
289
+ 'todo.actionList.setVisible.label': '控制显隐',
290
+ 'todo.actionList.setVisible.todoOptions.compid.label': '组件选择',
291
+ 'todo.actionList.setVisible.todoOptions.compid.props.titleLink.0.title': '清空已选',
292
+ 'todo.actionList.setVisible.todoOptions.compValueList.label': '是否必填',
293
+ 'todo.actionList.setVisible.todoOptions.compValueList.props.options.0.title': '显示',
294
+ 'todo.actionList.setVisible.todoOptions.compValueList.props.options.1.title': '隐藏',
295
+ 'todo.actionList.setVisible.todoOptions.compValueList.props.options.2.title': '切换',
296
+ 'todo.actionList.editInlineRow.label': '指定行开启行内编辑',
297
+ 'todo.actionList.editInlineRow.todoOptions.inlineeditrow.label': '指定行id',
298
+ 'todo.actionList.saveInlineRow.label': '保存当前行内编辑行',
299
+ 'todo.actionList.restoreInlineRow.label': '撤销全部行内编辑行',
300
+ 'todo.actionList.setDownloadResponse.label': '打开/下载链接',
301
+ 'todo.actionList.setDownloadResponse.todoOptions.downloadUrl.label': '下载链接地址',
302
+ 'todo.actionList.setDownloadResponse.classification.download.label': '下载',
303
+ 'todo.actionList.saveBlobFile.label': '文件保存',
304
+ 'todo.actionList.saveBlobFile.todoOptions.data.label': '内容',
305
+ 'todo.actionList.saveBlobFile.todoOptions.fileName.label': '自定义文件名称',
306
+ 'todo.actionList.saveBlobFile.todoOptions.fileName.labelTip': '未设置文件名称时,则为文件原本的名称',
307
+ 'todo.actionList.saveBlobFile.todoOptions.fileName.props.placeholder': '包括后缀,如: 表格.xls',
308
+ 'todo.actionList.saveBlobFile.classification.download.label': '下载',
309
+ 'todo.actionList.downloadByFileId.label': '文件下载',
310
+ 'todo.actionList.downloadByFileId.todoOptions.fileResourceType.label': '文件资源类型',
311
+ 'todo.actionList.downloadByFileId.todoOptions.fileResourceType.props.options.0.title': '服务器资源',
312
+ 'todo.actionList.downloadByFileId.todoOptions.fileResourceType.props.options.1.title': '文件资源',
313
+ 'todo.actionList.downloadByFileId.todoOptions.fileCode.label': '文件编码',
314
+ 'todo.actionList.downloadByFileId.todoOptions.data.label': '文件ID',
315
+ 'todo.actionList.downloadByFileId.todoOptions.data.labelTip': '支持逗号分隔或者数组形式的多文件下载,如:1,2或者$[1,2]$',
316
+ 'todo.actionList.downloadByFileId.todoOptions.fileName.label': '自定义文件名称',
317
+ 'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': '未设置文件名称时,则为文件原本的名称',
318
+ 'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': '包括后缀,如: 表格.xls',
319
+ 'todo.actionList.downloadByFileId.todoOptions.zip.label': '单文件压缩',
320
+ 'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '默认为单文件不压缩,多文件压缩,若开启单文件压缩为“是”,则不区分单文件/多文件,都压缩。',
321
+ 'todo.actionList.downloadByFileId.classification.download.label': '下载',
322
+ 'todo.actionList.downloadByFileId.remarks.0.label': '配置提示',
323
+ 'todo.actionList.downloadByFileId.remarks.0.content': '如果您需要下载在配置态(页面-文件资源)功能上上传的文件,请选择文件资源,否则如果您需要选择当前平台的文件服务器中的文件资源(一般是通过运行态应用运行后上传的资源),请选择服务器资源',
324
+ 'todo.actionList.downloadByFileId.remarks.1.label': '注意事项',
325
+ 'todo.actionList.downloadByFileId.remarks.1.content': '文件下载只支持低代码平台内的文件资源,暂不支持外部url方式下载',
326
+ 'todo.actionList.callSelfFunc.label': '调用页面自定义事件',
327
+ 'todo.actionList.callSelfFunc.todoOptions.customFuncName.label': '自定义事件',
328
+ 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.label': '事件入参',
329
+ 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.0.title': '切换到属性',
330
+ 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.1.title': '切换根节点',
331
+ 'todo.actionList.callSelfFunc.todoOptions.customFuncParams.props.titleLink.2.title': '清空赋值',
332
+ 'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.title': '自定义事件回调(@{options.customFuncName})',
333
+ 'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.description': '页面自定义事件回调数据',
334
+ 'todo.actionList.callSelfFunc.classification.communicate.label': '数据通信',
335
+ 'todo.actionList.callParentCustomFunc.label': '调用父页面自定义事件',
336
+ 'todo.actionList.callParentCustomFunc.todoOptions.pathname.label': '页面',
337
+ 'todo.actionList.callParentCustomFunc.todoOptions.customFuncName.label': '自定义事件',
338
+ 'todo.actionList.callParentCustomFunc.todoOptions.customFuncName.props.titleLink.0.title': '刷新',
339
+ 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.label': '事件入参',
340
+ 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.0.title': '切换到属性',
341
+ 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.1.title': '切换根节点',
342
+ 'todo.actionList.callParentCustomFunc.todoOptions.customFuncParams.props.titleLink.2.title': '清空赋值',
343
+ 'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.title': '父页面自定义事件回调(@{options.customFuncName})',
344
+ 'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.description': '父页面自定义事件回调数据',
345
+ 'todo.actionList.callParentCustomFunc.classification.communicate.label': '数据通信',
346
+ 'todo.actionList.callParentCustomFunc.remarks.0.label': '适用场景',
347
+ 'todo.actionList.callParentCustomFunc.remarks.0.content': '场景一:当A页面通过页面容器/业务组件加载B页面的时候,通过该事件支持B页面调用A页面事件 \n 场景二:当A页面打开弹窗/抽屉/气泡是B页面的时候,通过该事件支持B页面调用A页面事件 \n 场景三:当A页面(A页面开启页面缓存)跳转到B页面的时候,通过该事件支持B页面调用A页面事件',
348
+ 'todo.actionList.callCustomPageFunc.label': '调用任意页面自定义事件',
349
+ 'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.label': '动作说明',
350
+ 'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.props.placeholder': '请输入动作说明',
351
+ 'todo.actionList.callCustomPageFunc.todoOptions.pathname.label': '页面',
352
+ 'todo.actionList.callCustomPageFunc.todoOptions.customFuncName.label': '自定义事件',
353
+ 'todo.actionList.callCustomPageFunc.todoOptions.customFuncName.props.titleLink.0.title': '刷新',
354
+ 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.label': '事件入参',
355
+ 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.0.title': '切换到属性',
356
+ 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.1.title': '切换根节点',
357
+ 'todo.actionList.callCustomPageFunc.todoOptions.customFuncParams.props.titleLink.2.title': '清空赋值',
358
+ 'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.title': '任意页面自定义事件回调(@{options.customFuncName})',
359
+ 'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.description': '页面自定义事件回调数据',
360
+ 'todo.actionList.callCustomPageFunc.classification.communicate.label': '数据通信',
361
+ 'todo.actionList.callCustomPageFunc.remarks.0.label': '注意事项',
362
+ 'todo.actionList.callCustomPageFunc.remarks.0.content': '选择的页面需要开启缓存(如:A页面跳转到B页面,B页面需要调用A页面的自定义事件,那么需要A页面需开启缓存);',
363
+ 'todo.actionList.exportPage.label': '页面导出',
364
+ 'todo.actionList.exportPage.todoOptions.fileName.label': '文件名',
365
+ 'todo.actionList.exportPage.todoOptions.fileName.props.placeholder': '请输入导出的文件名',
366
+ 'todo.actionList.exportPage.todoOptions.type.label': '类型',
367
+ 'todo.actionList.exportPage.todoOptions.type.props.options.0.title': 'PDF',
368
+ 'todo.actionList.exportPage.todoOptions.type.props.options.1.title': '图片',
369
+ 'todo.actionList.exportPage.classification.export.label': '导入导出',
370
+ 'todo.actionList.importCustomData.label': '自定义导入数据',
371
+ 'todo.actionList.importCustomData.todoOptions.custUrl.label': '导入服务',
372
+ 'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.0.description': '此处仅展示开启文件入参的编排服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
373
+ 'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.1.description': '此处仅展示开启上传控件中使用的请求层服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
374
+ 'todo.actionList.importCustomData.todoOptions.accept.label': '允许上传的文件',
375
+ 'todo.actionList.importCustomData.todoOptions.accept.labelTip': '请输入文件拓展名,多个请用英文逗号分割如:.xlsx,.xls,.csv',
376
+ 'todo.actionList.importCustomData.todoOptions.custTpl.label': '配置导入模板',
377
+ 'todo.actionList.importCustomData.todoOptions.custParams.label': '自定义参数',
378
+ 'todo.actionList.importCustomData.todoOptions.custTplUrl.label': '指定模板地址(可选)',
379
+ 'todo.actionList.importCustomData.todoCallbacks.callback1.fields.0.title': '导入结果(resultObject)',
380
+ 'todo.actionList.importCustomData.todoCallbacks.callback1.fields.1.title': '导入提示(resultMsg)',
381
+ 'todo.actionList.importCustomData.classification.export.label': '导入导出',
382
+ 'todo.actionList.setTimeout.label': '设置单次定时器',
383
+ 'todo.actionList.setTimeout.todoOptions.timername.label': '定时器命名(页面内不可重复)',
384
+ 'todo.actionList.setTimeout.todoOptions.interval.label': '时间间隔',
385
+ 'todo.actionList.setTimeout.todoOptions.interval.props.addonAfter': '毫秒',
386
+ 'todo.actionList.setTimeout.classification.timer.label': '定时器',
387
+ 'todo.actionList.setInterval.label': '设置循环定时器',
388
+ 'todo.actionList.setInterval.todoOptions.timername.label': '定时器命名(页面内不可重复)',
389
+ 'todo.actionList.setInterval.todoOptions.interval.label': '时间间隔',
390
+ 'todo.actionList.setInterval.todoOptions.interval.props.addonAfter': '毫秒',
391
+ 'todo.actionList.setTimer.label': '定时器',
392
+ 'todo.actionList.setTimer.todoOptions.type.label': '定时器类型',
393
+ 'todo.actionList.setTimer.todoOptions.type.props.options.0.title': '单次定时器',
394
+ 'todo.actionList.setTimer.todoOptions.type.props.options.1.title': '循环定时器',
395
+ 'todo.actionList.setTimer.todoOptions.timername.label': '定时器命名(页面内不可重复)',
396
+ 'todo.actionList.setTimer.todoOptions.interval.label': '时间间隔',
397
+ 'todo.actionList.setTimer.todoOptions.interval.props.addonAfter': '毫秒',
398
+ 'todo.actionList.setTimer.classification.timer.label': '定时器',
399
+ 'todo.actionList.clearTimer.label': '关闭定时器',
400
+ 'todo.actionList.clearTimer.todoOptions.targettimer.label': '定时器名称',
401
+ 'todo.actionList.clearTimer.classification.timer.label': '定时器',
402
+ 'todo.actionList.clearData.label': '清空数据',
403
+ 'todo.actionList.previewFile.label': '文件预览',
404
+ 'todo.actionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
405
+ 'todo.actionList.previewFile.classification.page.label': '页面类',
406
+ 'todo.actionList.print.label': '页面打印',
407
+ 'todo.actionList.print.todoOptions.compToPrint.label': '自定义打印区域(可选)',
408
+ 'todo.actionList.print.todoOptions.compToPrint.props.titleLink.0.title': '清空已选',
409
+ 'todo.actionList.print.classification.page.label': '页面类',
410
+ 'todo.actionList.return.label': '退出事件',
411
+ 'todo.actionList.return.todoOptions.returnType.label': '返回类型',
412
+ 'todo.actionList.return.todoOptions.returnType.labelTip': '1、值:用于数据返回,比如获取页面表单数据,退出后进行数据传递;<br />\n2、成功:用于成功标志返回,将触发调用方的成功回调;<br />\n3、失败:用于失败标志返回,将触发调用方的失败回调。',
413
+ 'todo.actionList.return.todoOptions.returnType.props.options.0.title': '值',
414
+ 'todo.actionList.return.todoOptions.returnType.props.options.1.title': '成功',
415
+ 'todo.actionList.return.todoOptions.returnType.props.options.2.title': '失败',
416
+ 'todo.actionList.return.todoOptions.returnValue.label': '返回内容(可选)',
417
+ 'todo.actionList.return.todoOptions.isPreventDefault.label': '中止默认动作(高级)',
418
+ 'todo.actionList.return.todoOptions.isPreventDefault.props.options.0.title': '是',
419
+ 'todo.actionList.return.todoOptions.isPreventDefault.props.options.1.title': '否',
420
+ 'todo.actionList.return.todoOptions.isPreventDefault.labelTip': '指中止浏览器默认行为:<br />\n比如中止打开文件选择器、中止文件下载等行为。',
421
+ 'todo.actionList.return.todoOptions.isStopPropagation.label': '阻止事件冒泡(高级)',
422
+ 'todo.actionList.return.todoOptions.isStopPropagation.props.options.0.title': '是',
423
+ 'todo.actionList.return.todoOptions.isStopPropagation.props.options.1.title': '否',
424
+ 'todo.actionList.return.todoOptions.isStopPropagation.labelTip': '指只触发当前组件配置的事件:<br />\n比如空白容器里放置按钮, 空白容器和按钮都配置点击事件,正常点击按钮的时候就触发两个点击事件,但阻止事件冒泡就不会执行到空白容器的点击事件。',
425
+ 'todo.actionList.return.classification.others.label': '其他',
426
+ 'todo.actionList.copyToClipboard.label': '复制到粘贴板',
427
+ 'todo.actionList.copyToClipboard.todoOptions.copyText.label': '复制内容',
428
+ 'todo.actionList.copyToClipboard.classification.others.label': '常用',
429
+ 'todo.actionList.setCompState.label': '设置业务组件状态',
430
+ 'todo.actionList.setCompState.todoOptions.componentState.label': '组件状态',
431
+ 'todo.actionList.setCompState.todoOptions.componentState.extraGroups.0.subLabel': '组件刷新',
432
+ 'todo.actionList.setStepsCurrentValue.label': '设置当前步骤',
433
+ 'todo.actionList.setStepsCurrentValue.todoOptions.current.label': '当前步骤',
434
+ 'todo.actionList.getStepsCurrentValue.label': '获取当前步骤',
435
+ 'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.title': '当前步骤',
436
+ 'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.description': '当前步骤的索引值,从0开始计数,用于定位当前标签的位置',
437
+ 'todo.actionList.refreshLoadMore.label': '刷新LoadMore',
438
+ 'todo.actionList.refreshLoadMore.todoOptions.loadmoreKey.label': '更新参数',
439
+ 'todo.actionList.setDynamicFormValues.label': '设置表单数据',
440
+ 'todo.actionList.setDynamicFormValues.todoOptions.params.label': '参数赋值',
441
+ 'todo.actionList.clearDynamicFormValues.label': '重置表单数据',
442
+ 'todo.actionList.validateAllAppForm.label': '全部表单校验并取值',
443
+ 'todo.actionList.validateAllAppForm.todoCallbacks.callback1.fields.0.title': '全部表单数据',
444
+ 'todo.actionList.validateAllAppForm.todoCallbacks.callback2.fields.0.title': '表单失败结果首个错误信息',
445
+ 'todo.actionList.validateAllAppForm.classification.setData.label': '数据设置',
446
+ 'todo.actionList.setCompFileId.label': '设置文件id',
447
+ 'todo.actionList.setCompFileId.todoOptions.fileId.label': '文件ID',
448
+ 'todo.actionList.loadMoreRequest.label': '绑定网络请求',
449
+ 'todo.actionList.loadMoreRequest.todoOptions.url.label': '请求地址(URL)',
450
+ 'todo.actionList.loadMoreRequest.todoOptions.params.label': '参数赋值',
451
+ 'todo.actionList.loadMoreRequest.todoOptions.params.props.titleLink.0.title': '清空赋值',
452
+ 'todo.actionList.loadMoreRequest.todoOptions.pageNum.label': '页码字段名',
453
+ 'todo.actionList.loadMoreDataSource.label': '加载数据源',
454
+ 'todo.actionList.loadMoreDataSource.todoOptions.total.label': '总条数',
455
+ 'todo.actionList.loadMoreDataSource.todoOptions.data.label': '数据源',
456
+ 'todo.actionList.dFormSubmit.label': '校验后获取表单值',
457
+ 'todo.actionList.dFormSubmit.todoCallbacks.callback1.description': '表单数据对象,包括:字段编码和值',
458
+ 'todo.actionList.dFormGetFieldsValue.label': '获取表单值',
459
+ 'todo.actionList.dFormGetFieldsValue.todoCallbacks.callback1.description': '表单数据对象,包括:字段编码和值',
460
+ 'todo.actionList.dFormAllDisabled.label': '设置表单是否可编辑',
461
+ 'todo.actionList.dFormAllDisabled.todoOptions.editor.label': '是否可编辑',
462
+ 'todo.actionList.dFormAllDisabled.todoOptions.editor.props.options.0.title': '是',
463
+ 'todo.actionList.dFormAllDisabled.todoOptions.editor.props.options.1.title': '否',
464
+ 'todo.actionList.setCompChildrenValue.label': '赋值',
465
+ 'todo.actionList.setCompChildrenValue.todoOptions.value.label': '内容',
466
+ 'todo.actionList.setCompContentValue.label': '设置内容',
467
+ 'todo.actionList.setCompContentValue.todoOptions.value.label': '内容',
468
+ 'todo.actionList.setPageSrc.label': '设置页面地址',
469
+ 'todo.actionList.setPageSrc.todoOptions.pathname.label': '页面',
470
+ 'todo.actionList.setPageSrc.todoOptions.componentState.label': '组件状态',
471
+ 'todo.actionList.setPageSrc.todoOptions.componentState.extraGroups.0.subLabel': '组件刷新',
472
+ 'todo.actionList.setSrc.label': '设置资源地址',
473
+ 'todo.actionList.setSrc.todoOptions.value.label': '内容',
474
+ 'todo.actionList.setRangeValue.label': '设置时间段',
475
+ 'todo.actionList.setRangeValue.todoOptions.startVal.label': '开始值',
476
+ 'todo.actionList.setRangeValue.todoOptions.startVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
477
+ 'todo.actionList.setRangeValue.todoOptions.endVal.label': '结束值',
478
+ 'todo.actionList.setRangeValue.todoOptions.endVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
479
+ 'todo.actionList.pushScenePage.label': '跳转到场景',
480
+ 'todo.actionList.pushScenePage.todoOptions.scene.label': '选择场景',
481
+ 'todo.actionList.pushScenePage.classification.scene.label': '场景类',
482
+ 'todo.actionList.reloadDataSource.label': '刷新数据源',
483
+ 'todo.actionList.reloadDataSource.todoOptions.selectServerDataSource.label': '选择数据源',
484
+ 'todo.actionList.reloadDataSource.todoOptions.sync.label': '数据加载方式',
485
+ 'todo.actionList.reloadDataSource.todoOptions.sync.props.options.0.title': '异步加载',
486
+ 'todo.actionList.reloadDataSource.todoOptions.sync.props.options.1.title': '同步加载',
487
+ 'todo.actionList.reloadDataSource.todoOptions.dataSourceReloadFilter.label': '数据源赋值',
488
+ 'todo.actionList.reloadDataSource.todoOptions.dataSourceReloadFilter.props.titleLink.0.title': '清空赋值',
489
+ 'todo.actionList.reloadDataSource.classification.common.label': '常用',
490
+ 'todo.actionList.reloadDataSource.classification.dataSource.label': '数据源',
491
+ 'todo.actionList.setDataSource.label': '设置数据源值',
492
+ 'todo.actionList.setDataSource.todoOptions.selectAllDataSource.label': '选择数据源',
493
+ 'todo.actionList.setDataSource.todoOptions.dataSourceSetValue.label': '数据源赋值',
494
+ 'todo.actionList.setDataSource.todoOptions.dataSourceSetValue.props.titleLink.0.title': '清空赋值',
495
+ 'todo.actionList.setDataSource.todoOptions.onlySetPatch.label': '赋值范围',
496
+ 'todo.actionList.setDataSource.todoOptions.onlySetPatch.props.options.0.title': '局部赋值',
497
+ 'todo.actionList.setDataSource.todoOptions.onlySetPatch.props.options.1.title': '全部赋值',
498
+ 'todo.actionList.setDataSource.classification.common.label': '常用',
499
+ 'todo.actionList.setDataSource.classification.dataSource.label': '数据源',
500
+ 'todo.actionList.resetDataSource.label': '清空数据源值',
501
+ 'todo.actionList.resetDataSource.todoOptions.selectAllDataSource.label': '选择数据源',
502
+ 'todo.actionList.resetDataSource.classification.common.label': '常用',
503
+ 'todo.actionList.resetDataSource.classification.dataSource.label': '数据源',
504
+ 'todo.actionList.sendMessageIframe.label': '给web容器发消息',
505
+ 'todo.actionList.sendMessageIframe.todoOptions.value.label': '内容',
506
+ 'todo.actionList.sendMessageIframe.remarks.0.label': '适用场景',
507
+ 'todo.actionList.sendMessageIframe.remarks.0.content': '用于和Web容器消息交互, 需于Web容器研发人员对接。',
508
+ 'todo.actionList.getLocalLocation.label': '获取当前位置',
509
+ 'todo.actionList.getLocalLocation.todoOptions.mapType.label': '预览方式',
510
+ 'todo.actionList.getLocalLocation.todoOptions.mapType.props.options.0.title': '百度地图',
511
+ 'todo.actionList.getLocalLocation.todoOptions.mapType.props.options.1.title': '高德地图',
512
+ 'todo.actionList.getLocalLocation.todoOptions.mapKey.label': '地图秘钥',
513
+ 'todo.actionList.getLocalLocation.todoOptions.mapKey.props.placeholder': '请输入地图的秘钥',
514
+ 'todo.actionList.getLocalLocation.todoOptions.securityKey.label': '安全秘钥(高德地图)',
515
+ 'todo.actionList.getLocalLocation.todoOptions.securityKey.props.placeholder': '请输入地图的安全密钥',
516
+ 'todo.actionList.getLocalLocation.todoOptions.locationAlways.label': '是否持续定位',
517
+ 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.label': '定位输出坐标系',
518
+ 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.0.title': '大地坐标系',
519
+ 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.1.title': '火星坐标系',
520
+ 'todo.actionList.getLocalLocation.todoOptions.locationOutputType.props.options.2.title': '百度坐标系',
521
+ 'todo.actionList.getLocalLocation.todoOptions.locationAddress.label': '是否需要地址信息',
522
+ 'todo.actionList.getLocalLocation.todoCallbacks.callback1.fields.0.title': '定位成功回调',
523
+ 'todo.actionList.getLocalLocation.todoCallbacks.callback2.fields.0.title': '定位失败回调',
524
+ 'todo.actionList.getLocalLocation.classification.others.label': '其他',
525
+ 'todo.actionList.getLocalLocation.remarks.0.label': '适用场景',
526
+ 'todo.actionList.getLocalLocation.remarks.0.content': '使用百度/高德的JS-SDK进行位置定位,存在精度不准确问题,如果您的场景是需要高精度的场景,如在APP中,请使用JS调用原生APP获取定位信息。',
527
+ 'todo.actionList.getLocalLocation.remarks.1.label': '注意事项',
528
+ 'todo.actionList.getLocalLocation.remarks.1.content': '在浏览器或者APP中,请开启相应的定位权限!由于Chrome、iOS10等已不再支持非安全域的浏览器定位请求,为保证定位成功率和精度,请尽快升级您的站点到HTTPS(百度地图官方地址: https://lbsyun.baidu.com/index.php?title=jspopular3.0/guide/getkey \n高德地图官方地址:https://lbs.amap.com/api/javascript-api/guide/abc/prepare),根据法律规定,不支持将任何类型的坐标转换为GPS坐标, "定位输出坐标系"选择大地坐标系时输出为地图原生坐标系。\n地图类型为高德且需要地址信息时需要输入高德地图的安全密钥,否则无法获取地址信息。',
529
+ 'todo.actionList.startVerificationCodeCountdown.label': '开始倒计时',
530
+ 'todo.actionList.resetVerificationCodeCountdown.label': '重置倒计时',
531
+ 'todo.actionList.setVerificationCodeImageUrl.label': '设置图片地址',
532
+ 'todo.actionList.setVerificationCodeImageUrl.todoOptions.verificationCodeUrl.label': '验证码图片地址',
533
+ 'todo.actionList.removeTransferKeys.label': '删除右侧列表值',
534
+ 'todo.actionList.removeTransferKeys.todoOptions.transferValue.label': '内容',
535
+ 'todo.actionList.removeTransferKeys.todoOptions.transferValue.props.placeholder': '请输入删除值,多个用英文逗号拼接,例如:1,2,3',
536
+ 'todo.actionList.addTransferKeys.label': '设置右侧列表值',
537
+ 'todo.actionList.addTransferKeys.todoOptions.transferValue.label': '内容',
538
+ 'todo.actionList.addTransferKeys.todoOptions.transferValue.props.placeholder': '请输入添加值,多个用英文逗号拼接,例如:1,2,3',
539
+ 'todo.actionList.setTransferLeftTitle.label': '设置左标题',
540
+ 'todo.actionList.setTransferLeftTitle.todoOptions.value.label': '内容',
541
+ 'todo.actionList.setTransferRightTitle.label': '设置右标题',
542
+ 'todo.actionList.setTransferRightTitle.todoOptions.value.label': '内容',
543
+ 'todo.actionList.loadLineChartData.label': '加载数据',
544
+ 'todo.actionList.loadLineChartData.todoOptions.xLineName.label': 'x轴字段名',
545
+ 'todo.actionList.loadLineChartData.todoOptions.yLineName.label': 'y轴字段名',
546
+ 'todo.actionList.loadLineChartData.todoOptions.lineChartData.label': '数据源',
547
+ 'todo.actionList.loadSingleProgressData.label': '加载数据',
548
+ 'todo.actionList.loadSingleProgressData.todoOptions.spCount.label': '当前数量',
549
+ 'todo.actionList.loadSingleProgressData.todoOptions.spTotal.label': '总数量',
550
+ 'todo.actionList.loadSingleProgressData.todoOptions.spRightNode.label': '右侧文字',
551
+ 'todo.actionList.loadDonutChartData.label': '加载数据',
552
+ 'todo.actionList.loadDonutChartData.todoOptions.donutX.label': 'x轴字段名',
553
+ 'todo.actionList.loadDonutChartData.todoOptions.donutY.label': 'y轴字段名',
554
+ 'todo.actionList.loadDonutChartData.todoOptions.donutData.label': '数据源',
555
+ 'todo.actionList.loadDonutChartData.todoOptions.donutSumText.label': '总数据',
556
+ 'todo.actionList.loadMultipleProgressData.label': '加载数据',
557
+ 'todo.actionList.loadMultipleProgressData.todoOptions.mpData.label': '数据源',
558
+ 'todo.actionList.loadMultipleProgressData.todoOptions.mpData.props.placeholder': '格式为:[{count:xx, color:xx, label:xx},...]',
559
+ 'todo.actionList.loadGroupColumnData.label': '加载数据',
560
+ 'todo.actionList.loadGroupColumnData.todoOptions.gcXName.label': 'x轴字段名',
561
+ 'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.label': '图例内容',
562
+ 'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.props.placeholder': '格式为:[{label:xx(说明), value:xx(对应数据源取值字段)},...]',
563
+ 'todo.actionList.loadGroupColumnData.todoOptions.gcData.label': '数据源',
564
+ 'todo.actionList.loadGroupColumnData.todoOptions.gcData.props.placeholder': '格式为:[{name:xx, xx:xx, xx:xx, ...},...]',
565
+ 'todo.actionList.loadSmallColumnarData.label': '加载数据',
566
+ 'todo.actionList.loadSmallColumnarData.todoOptions.scXName.label': 'x轴字段名',
567
+ 'todo.actionList.loadSmallColumnarData.todoOptions.scYName.label': 'y轴字段名',
568
+ 'todo.actionList.loadSmallColumnarData.todoOptions.scData.label': '数据源',
569
+ 'todo.actionList.loadSmallColumnarData.todoOptions.scData.props.placeholder': '格式为:[{xx:xx, xx:xx, color:xx(需要指定颜色时设置该参数) },...]',
570
+ 'todo.actionList.loadStackColumnData.label': '加载数据',
571
+ 'todo.actionList.loadStackColumnData.todoOptions.stcXName.label': 'x轴字段名',
572
+ 'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.label': '图例内容',
573
+ 'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.props.placeholder': '格式为:[{label:xx, value:xx},...]',
574
+ 'todo.actionList.loadStackColumnData.todoOptions.stcData.label': '数据源',
575
+ 'todo.actionList.loadStackColumnData.todoOptions.stcData.props.placeholder': '格式为:[{xx:xx, xx:xx, ... },...]',
576
+ 'todo.actionList.setMenuOpenKey.label': '设置展开项',
577
+ 'todo.actionList.setMenuOpenKey.todoOptions.value.label': '内容',
578
+ 'todo.actionList.clearMenuOpenKey.label': '清空展开项',
579
+ 'todo.actionList.setInlineCollapsed.label': '切换内嵌菜单',
580
+ 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.label': '是否收缩',
581
+ 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.0.title': '缩起',
582
+ 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.1.title': '展开',
583
+ 'todo.actionList.setInlineCollapsed.todoOptions.inlineCollapsed.props.options.2.title': '切换',
584
+ 'todo.actionList.reloadTransferData.label': '加载数据',
585
+ 'todo.actionList.getLoopListValues.label': '获取选中项',
586
+ 'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.title': '选中key(@{name})',
587
+ 'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.description': '循环列表选择模式下,当前选中数据的标识集合',
588
+ 'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.title': '选中数据(@{name})',
589
+ 'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.description': '循环列表选择模式下,当前选中的数据集合',
590
+ 'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.title': '选中索引值(@{name})',
591
+ 'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.description': '点击循环项在列表中的索引值集合,从0开始计数,用于定位点击项在列表中的位置',
592
+ 'todo.actionList.setSelectAllValues.label': '设置全部选中',
593
+ 'todo.actionList.setExpandedKey.label': '展开指定节点',
594
+ 'todo.actionList.setExpandedKey.todoOptions.value.label': '内容',
595
+ 'todo.actionList.closeExpandedKey.label': '收起指定节点',
596
+ 'todo.actionList.closeExpandedKey.todoOptions.value.label': '内容',
597
+ 'todo.actionList.reloadSelectorData.label': '加载数据',
598
+ 'todo.actionList.reloadSelectorData.todoOptions.data.label': '内容',
599
+ 'todo.actionList.reloadSelectorData.todoOptions.labelKey.label': '选项内容字段',
600
+ 'todo.actionList.reloadSelectorData.todoOptions.valueKey.label': '选项值字段',
601
+ 'todo.actionList.reloadSelectorData.todoOptions.descriptionKey.label': '选项描述字段',
602
+ 'todo.actionList.reloadSelectorData.todoOptions.disabledKey.label': '选项禁用字段',
603
+ 'todo.actionList.setSelectorDisabelItems.label': '设置选项禁用',
604
+ 'todo.actionList.setSelectorDisabelItems.todoOptions.disabledKeys.label': '值/索引',
605
+ 'todo.actionList.swipeNext.label': '切换到下一张',
606
+ 'todo.actionList.swipePrev.label': '切换到上一张',
607
+ 'todo.actionList.swipeTo.label': '切换到指定索引',
608
+ 'todo.actionList.swipeTo.todoOptions.swiperIndex.label': '索引',
609
+ 'todo.actionList.swipeTo.todoOptions.swiperIndex.props.placeholder': '请输入',
610
+ 'todo.actionList.refreshPictureVerifyCode.label': '刷新验证码',
611
+ 'todo.actionList.mediaControl.label': '播放控制',
612
+ 'todo.actionList.mediaControl.todoOptions.updateMediaState.label': '状态设置',
613
+ 'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.0.title': '播放',
614
+ 'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.1.title': '暂停',
615
+ 'todo.actionList.mediaControl.todoOptions.updateMediaState.props.options.2.title': '切换',
616
+ 'todo.actionList.setBlockSelectData.label': '设置循环块数据源',
617
+ 'todo.actionList.setBlockSelectData.todoOptions.value.label': '内容',
618
+ 'todo.actionList.setBlockSelectSelectedData.label': '设置选中项',
619
+ 'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.label': '控制类型',
620
+ 'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.0.title': '唯一字段编码',
621
+ 'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.1.title': '循环项索引',
622
+ 'todo.actionList.setBlockSelectSelectedData.todoOptions.value.label': '内容',
623
+ 'todo.actionList.setBlockSelectHiddenData.label': '控制显隐',
624
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.label': '显隐设置',
625
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.0.title': '显示',
626
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.1.title': '隐藏',
627
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.visible.props.options.2.title': '切换',
628
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.label': '控制类型',
629
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.0.title': '唯一字段编码',
630
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.1.title': '循环项索引',
631
+ 'todo.actionList.setBlockSelectHiddenData.todoOptions.value.label': '内容',
632
+ 'todo.actionList.setBlockSelectStateData.label': '设置循环项状态',
633
+ 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.label': '状态设置',
634
+ 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.0.title': '启动',
635
+ 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.1.title': '禁用',
636
+ 'todo.actionList.setBlockSelectStateData.todoOptions.disabled.props.options.2.title': '切换',
637
+ 'todo.actionList.setBlockSelectStateData.todoOptions.selectType.label': '控制类型',
638
+ 'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.0.title': '唯一字段编码',
639
+ 'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.1.title': '循环项索引',
640
+ 'todo.actionList.setBlockSelectStateData.todoOptions.value.label': '内容',
641
+ 'todo.actionList.reloadGanttData.label': '加载项目实施进度数据',
642
+ 'todo.actionList.reloadGanttData.todoOptions.data.label': '内容',
643
+ 'todo.actionList.value.label': '获取值',
644
+ 'todo.actionList.value.todoCallbacks.callback1.fields.0.title': '当前值(@{name})',
645
+ 'todo.actionList.value.todoCallbacks.callback1.fields.0.description': '当前控件的内容',
646
+ 'todo.actionList.clearMobileValue.label': '清空值',
647
+ 'todo.actionList.setMobileValue.label': '控件赋值',
648
+ 'todo.actionList.setMobileValue.todoOptions.compid.label': '组件选择',
649
+ 'todo.actionList.setMobileValue.todoOptions.compid.props.titleLink.0.title': '清空已选',
650
+ 'todo.actionList.setMobileValue.todoOptions.valueList.label': '组件赋值',
651
+ 'todo.actionList.setMobileValue.todoOptions.valueList.props.titleLink.0.title': '清空赋值',
652
+ 'todo.actionList.setMobileFormDisabled.label': '禁用状态',
653
+ 'todo.actionList.setMobileFormEditor.label': '编辑状态',
654
+ 'todo.actionList.setEditor.label': '编辑状态',
655
+ 'todo.actionList.setMobileFormVisible.label': '控制显隐',
656
+ 'todo.actionList.setMobileFormVisible.todoOptions.visible.label': '显隐设置',
657
+ 'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.0.title': '显示',
658
+ 'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.1.title': '隐藏',
659
+ 'todo.actionList.setMobileFormVisible.todoOptions.visible.props.options.2.title': '切换',
660
+ 'todo.actionList.setFormItemDataSource.label': '设置选项值',
661
+ 'todo.actionList.setFormItemDataSource.todoOptions.data.label': '内容',
662
+ 'todo.actionList.getFormItemValue.label': '获取选中数据对象',
663
+ 'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.title': '选中数据@{name}',
664
+ 'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.description': '当前选中值的数据列表',
665
+ 'todo.actionList.addDebugger.label': '添加断点(慎用)',
666
+ 'todo.actionList.addDebugger.classification.debug.label': '调试类',
667
+ 'todo.actionList.reload.label': '页面刷新',
668
+ 'todo.actionList.reload.classification.page.label': '页面类',
669
+ 'todo.actionList.switchAppTabs.label': '切换页面',
670
+ 'todo.actionList.switchAppTabs.todoOptions.value.label': '内容',
671
+ 'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.title': '当前页面索引@{name}',
672
+ 'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.description': '标签索引,从0开始计数,用于定位当前标签的位置',
673
+ 'todo.actionList.changeContent.label': '修改内容',
674
+ 'todo.actionList.changeContent.todoOptions.name.label': '修改名称',
675
+ 'todo.actionList.changeContent.todoOptions.name.props.placeholder': '请输入名称',
676
+ 'todo.actionList.changeContent.todoOptions.icon.label': '修改图标',
677
+ 'todo.actionList.changeContent.todoOptions.icon.props.placeholder': '请选择图标',
678
+ 'todo.actionList.getDformStatus.label': '获取表单编辑状态',
679
+ 'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.title': '表单编辑状态',
680
+ 'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.description': '表单当前编辑状态:true(禁用)、false(编辑)',
681
+ 'todo.actionList.customActionCode.label': '自定义代码块',
682
+ 'todo.actionList.customActionCode.todoOptions.actionTitle.label': '动作说明',
683
+ 'todo.actionList.customActionCode.todoOptions.actionTitle.props.placeholder': '请输入动作说明',
684
+ 'todo.actionList.customActionCode.todoOptions.editorCode.label': '自定义内容',
685
+ 'todo.actionList.customActionCode.todoCallbacks.callback1.fields.0.title': '成功回调值',
686
+ 'todo.actionList.customActionCode.todoCallbacks.callback2.fields.0.title': '失败回调值',
687
+ 'todo.actionList.customActionCode.classification.others.label': '其他',
688
+ 'todo.actionList.customActionCode.remarks.0.label': '注意事项',
689
+ 'todo.actionList.customActionCode.remarks.0.content': '如果需要配合退出事件,请在代码块中增加return true',
690
+ 'todo.actionList.getItemFromLocalStorage.label': '获取本地数据',
691
+ 'todo.actionList.getItemFromLocalStorage.todoOptions.key.label': '节点key取值字段',
692
+ 'todo.actionList.getItemFromLocalStorage.todoCallbacks.callback1.fields.0.title': '本地数据值',
693
+ 'todo.actionList.getItemFromLocalStorage.classification.others.label': '其他',
694
+ 'todo.actionList.setItemToLocalStorage.label': '保存本地数据',
695
+ 'todo.actionList.setItemToLocalStorage.todoOptions.key.label': '字段名称',
696
+ 'todo.actionList.setItemToLocalStorage.todoOptions.key.props.placeholder': '请输入字段名值, 必须为英文',
697
+ 'todo.actionList.setItemToLocalStorage.todoOptions.value.label': '内容',
698
+ 'todo.actionList.setItemToLocalStorage.classification.others.label': '其他',
699
+ 'todo.actionList.prev.label': '上一张',
700
+ 'todo.actionList.next.label': '下一张',
701
+ 'todo.actionList.goTo.label': '去第几页',
702
+ 'todo.actionList.goTo.todoOptions.value.label': '内容',
703
+ 'todo.actionList.reloadTransferData.todoOptions.data.label': '内容',
704
+ 'todo.actionList.swipeNext.todoCallbacks.success.fields.0.title': '@{name}目标索引',
705
+ 'todo.actionList.swipeNext.todoCallbacks.success.fields.1.title': '@{name}目标项',
706
+ 'todo.actionList.swipeNext.todoCallbacks.fail.fields.0.title': '@{name}错误信息',
707
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.0.title': '清空已选',
708
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.1.title.selected': '显示已选',
709
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.titleLink.1.title.all': '显示全部',
710
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.label': '内容',
711
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.description': '需要接受格式为[{"attrCode": "item_order_name","status": 2}]的对象数组',
712
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.label': '选项表单编码字段',
713
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.description': '表单编码字段attrCode的节点别名',
714
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.label': '选项值字段',
715
+ 'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.description': '表单状态字段status的节点别名 (1 编辑, 2 隐藏, 3 禁用 4 只读)',
716
+ 'todo.actionList.customPrintOrExport.classification.0.label': '常用',
717
+ 'todo.actionList.showMessage.todoOptions.type.label': '类型',
718
+ 'todo.actionList.showMessage.todoOptions.type.props.options.0.title': '成功',
719
+ 'todo.actionList.showMessage.todoOptions.type.props.options.1.title': '提示',
720
+ 'todo.actionList.showMessage.todoOptions.type.props.options.2.title': '警告',
721
+ 'todo.actionList.showMessage.todoOptions.type.props.options.3.title': '错误',
722
+ 'todo.actionList.showMessage.todoOptions.type.props.options.4.title': '加载动画',
723
+ 'todo.actionList.showMessage.todoOptions.value.label': '内容',
724
+ 'todo.actionList.showMessage.todoOptions.duration.label': '加载时长',
725
+ 'todo.actionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
726
+ 'todo.actionList.showMessage.classification.modal.label': '消息&弹窗',
727
+ 'todo.actionList.showMessage.remarks.0.label': '注意事项',
728
+ 'todo.actionList.showMessage.remarks.0.content': '当加载时长为0时,表示一直显示加载中。当加载时长大于0时,表示按照设置时间显示加载中',
729
+ 'todo.actionList.hideMessage.label': '关闭消息提示',
730
+ 'todo.actionList.hideMessage.classification.modal.label': '消息&弹窗',
731
+ 'todo.actionList.apiRequest.label': '发送请求',
732
+ 'todo.actionList.apiRequest.todoOptions.actionTitle.label': '动作说明',
733
+ 'todo.actionList.apiRequest.todoOptions.actionTitle.props.placeholder': '请输入动作说明',
734
+ 'todo.actionList.apiRequest.todoOptions.sync.label': '数据加载方式',
735
+ 'todo.actionList.apiRequest.todoOptions.sync.props.options.0.title': '异步加载',
736
+ 'todo.actionList.apiRequest.todoOptions.sync.props.options.1.title': '同步加载',
737
+ 'todo.actionList.apiRequest.todoOptions.url.label': '请求地址(URL)',
738
+ 'todo.actionList.apiRequest.todoOptions.relatedObjectList.label': '选择关联对象',
739
+ 'todo.actionList.apiRequest.todoOptions.params.label': '参数赋值',
740
+ 'todo.actionList.apiRequest.todoOptions.params.extraGroups.0.subLabel': '清空赋值',
741
+ 'todo.actionList.apiRequest.classification.0.label': '常用',
742
+ 'todo.actionList.apiRequest.classification.1.label': '服务请求类',
743
+ 'todo.actionList.JSBridge.label': 'js调用原生方法',
744
+ 'todo.actionList.JSBridge.todoOptions.method.label': '方法名',
745
+ 'todo.actionList.JSBridge.todoOptions.method.props.placeholder': '例如:openCamera',
746
+ 'todo.actionList.JSBridge.todoOptions.androidWebName.label': '安卓容器名称',
747
+ 'todo.actionList.JSBridge.todoOptions.androidWebName.props.placeholder': '默认:Android',
748
+ 'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.label': '安卓端成功回调方法名',
749
+ 'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.props.placeholder': '例如:openCameraSuccess[用于Android成功回调H5]',
750
+ 'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.label': 'iOS端成功回调方法名',
751
+ 'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.props.placeholder': '例如:openCameraSuccess[用于iOS成功回调H5]',
752
+ 'todo.actionList.JSBridge.todoOptions.androidFailFunName.label': '安卓端失败回调方法名',
753
+ 'todo.actionList.JSBridge.todoOptions.androidFailFunName.props.placeholder': '例如:openCameraFail[用于Android失败的回调H5]',
754
+ 'todo.actionList.JSBridge.todoOptions.iOSFailFunName.label': 'iOS端失败回调方法名',
755
+ 'todo.actionList.JSBridge.todoOptions.iOSFailFunName.props.placeholder': '例如:openCameraFail[用于iOS失败的回调H5]',
756
+ 'todo.actionList.JSBridge.todoOptions.flowCustParams.label': '自定义参数',
757
+ 'todo.actionList.JSBridge.todoCallbacks.callback1.title': '原生方法成功回调参数',
758
+ 'todo.actionList.JSBridge.todoCallbacks.callback2.title': '原生方法失败回调参数',
759
+ 'todo.actionList.JSBridge.classification.others.label': '其他',
760
+ 'todo.actionList.sysSetState.label': '设置组件状态',
761
+ 'todo.actionList.sysSetState.todoOptions.compid.label': '组件选择',
762
+ 'todo.actionList.sysSetState.todoOptions.compid.labelTip': '组件无“状态”属性时,组件不能选中',
763
+ 'todo.actionList.sysSetState.todoOptions.compid.props.titleLink.0.title': '清空已选',
764
+ 'todo.actionList.sysSetState.todoOptions.compValueList.label': '设置组件状态',
765
+ 'todo.actionList.sysSetState.todoOptions.compValueList.labelTip': '1. 组件状态设置不分先后顺序</br>2. 表单组件设置了状态,表单内组件不设置状态,则以表单组件状态为准;反之,表单内组件设置了状态,则以表单内组件状态为准',
766
+ 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.0.title': '普通',
767
+ 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.1.title': '隐藏',
768
+ 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.2.title': '禁用',
769
+ 'todo.actionList.sysSetState.todoOptions.compValueList.props.options.3.title': '只读',
770
+ 'todo.actionList.sysSetState.classification.0.label': '常用',
771
+ 'todo.actionList.sysSetState.classification.1.label': '显示/隐藏',
772
+ 'todo.actionList.callCurrentFunc.label': '调用自定义事件',
773
+ 'todo.actionList.callCurrentFunc.todoOptions.pathname.label': '页面',
774
+ 'todo.actionList.callCurrentFunc.todoOptions.customFuncName.label': '自定义事件',
775
+ 'todo.actionList.callCurrentFunc.todoOptions.customFuncName.props.titleLink.0.title': '刷新',
776
+ 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.label': '事件入参',
777
+ 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.0.title': '切换到属性',
778
+ 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.1.title': '切换根节点',
779
+ 'todo.actionList.callCurrentFunc.todoOptions.customFuncParams.props.titleLink.2.title': '清空赋值',
780
+ 'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.title': '自定义事件回调(@{options.customFuncName})',
781
+ 'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.description': '页面自定义事件回调数据',
782
+ 'todo.actionList.scanCode.label': '识别二维码/条形码',
783
+ 'todo.actionList.scanCode.todoOptions.scanType.label': '图形类型',
784
+ 'todo.actionList.scanCode.todoOptions.scanType.labelTip': '不同图片类型,解码器不同,请按实际场景选择图片类型。',
785
+ 'todo.actionList.scanCode.todoOptions.scanType.props.options.0.title': '二维码',
786
+ 'todo.actionList.scanCode.todoOptions.scanType.props.options.1.title': '条形码',
787
+ 'todo.actionList.scanCode.todoOptions.scanTarget.label': '识别目标',
788
+ 'todo.actionList.scanCode.todoOptions.scanTarget.labelTip': '页面组件:适用于识别目标为[图片组件],并且在当前页面中。\n图片ID:适用于识别目标为[上传后的图片],在上传后即可解析。其中上传到平台自带的文件服务器。\n图片地址:适用于识别的目标为图片链接地址时,例如:上传到业务方的文件系统后返回的图片链接地址。\n其他:目前支持图片为base64的情况。',
789
+ 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.0.title': '页面组件',
790
+ 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.1.title': '图片ID',
791
+ 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.2.title': '图片地址',
792
+ 'todo.actionList.scanCode.todoOptions.scanTarget.props.options.3.title': '其他',
793
+ 'todo.actionList.scanCode.todoOptions.scanSource.comp.label': '页面组件',
794
+ 'todo.actionList.scanCode.todoOptions.scanSource.comp.props.placeholder': '请选择图片组件',
795
+ 'todo.actionList.scanCode.todoOptions.scanSource.comp.props.titleLink.0.title': '清空已选',
796
+ 'todo.actionList.scanCode.todoOptions.scanSource.fileId.label': '图片ID',
797
+ 'todo.actionList.scanCode.todoOptions.scanSource.url.label': '图片地址',
798
+ 'todo.actionList.scanCode.todoOptions.scanSource.other.label': '其他',
799
+ 'todo.actionList.scanCode.todoCallbacks.callback1.fields.0.title': '扫描内容',
800
+ 'todo.actionList.scanCode.classification.scan.label': '扫描类',
801
+ 'todo.actionList.scanCode.remarks.0.label': '适用场景',
802
+ 'todo.actionList.scanCode.remarks.0.content': '不支持IE下使用改功能,同时支持条形码编码格式如下:code_128_reader (default)、ean_reader、ean_8_reader、code_39_reader、code_39_vin_reader、codabar_reader、upc_reader、upc_e_reader、i2of5_reader、2of5_reader、code_93_reade;\nQR-Code格式外的二维码图片不支持识别中文字符;',
803
+ 'todo.actionList.apiRequestByFlow.label': '触发流程',
804
+ 'todo.actionList.apiRequestByFlow.todoOptions.sync.label': '数据加载方式',
805
+ 'todo.actionList.apiRequestByFlow.todoOptions.sync.props.options.0.title': '异步加载',
806
+ 'todo.actionList.apiRequestByFlow.todoOptions.sync.props.options.1.title': '同步加载',
807
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowUrl.label': '流程请求接口',
808
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowType.label': '流程类型',
809
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.0.title': '启动',
810
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.1.title': '通过',
811
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.2.title': '拒绝',
812
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.3.title': '转派',
813
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowType.props.options.4.title': '通用',
814
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowCode.label': '选择流程',
815
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowWorkOrderId.label': '业务工单 ID',
816
+ 'todo.actionList.apiRequestByFlow.todoOptions.workOrderType.label': '业务工单类型',
817
+ 'todo.actionList.apiRequestByFlow.todoOptions.configDealUserId.label': '指定处理人',
818
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowBtnActionType.label': '按钮动作类型',
819
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowAuditDesc.label': '审核意见',
820
+ 'todo.actionList.apiRequestByFlow.todoOptions.flowFileId.label': '附件ID',
821
+ 'todo.actionList.apiRequestByFlow.classification.request.label': '服务请求类',
822
+ 'todo.actionList.openFlowPage.label': '流程页面跳转',
823
+ 'todo.actionList.openFlowPage.todoOptions.flowWorkId.label': '流程实例ID',
824
+ 'todo.actionList.openFlowPage.todoOptions.workItemId.label': '工单ID',
825
+ 'todo.actionList.openFlowPage.todoOptions.flowTabStepVisible.label': '展示流程实例图',
826
+ 'todo.actionList.openFlowPage.todoOptions.flowTimelineVisible.label': '展示流程轨迹',
827
+ 'todo.actionList.openFlowPage.todoOptions.flowCustParams.label': '自定义参数',
828
+ 'todo.actionList.openFlowPage.classification.page.label': '页面类',
829
+ 'todo.actionList.rollbackFlow.label': '流程回退',
830
+ 'todo.actionList.rollbackFlow.todoOptions.flowExtraParams.label': '目标环节',
831
+ 'todo.actionList.rollbackFlow.classification.page.label': '页面类',
832
+ 'todo.actionList.openFlowDiagram.label': '打开流程实例图',
833
+ 'todo.actionList.openFlowDiagram.todoOptions.diagramType.label': '选择实例图类型',
834
+ 'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.0.title': '当前流程实例图',
835
+ 'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': '指定主干流程实例图',
836
+ 'todo.actionList.openFlowDiagram.todoOptions.diagramFlowCode.label': '选择流程',
837
+ 'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': '业务单ID',
838
+ 'todo.actionList.openFlowDiagram.classification.page.label': '页面类',
839
+ 'todo.actionList.console.label': '打印日志',
840
+ 'todo.actionList.console.todoOptions.value.label': '内容',
841
+ 'todo.actionList.console.classification.debug.label': '调试类',
842
+ 'todo.actionList.sysSetVisible.label': '控制显隐',
843
+ 'todo.actionList.sysSetVisible.todoOptions.compid.label': '组件选择',
844
+ 'todo.actionList.sysSetVisible.todoOptions.compid.props.titleLink.0.title': '清空已选',
845
+ 'todo.actionList.sysSetVisible.todoOptions.compValueList.label': '是否显隐',
846
+ 'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.0.title': '显示',
847
+ 'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.1.title': '隐藏',
848
+ 'todo.actionList.sysSetVisible.todoOptions.compValueList.props.options.2.title': '切换',
849
+ 'todo.actionList.sysSetVisible.classification.0.label': '常用',
850
+ 'todo.actionList.sysSetVisible.classification.1.label': '显示/隐藏',
851
+ 'todo.actionList.sysSetValue.label': '控件赋值',
852
+ 'todo.actionList.sysSetValue.todoOptions.compid.label': '组件选择',
853
+ 'todo.actionList.sysSetValue.todoOptions.compid.props.titleLink.0.title': '清空已选',
854
+ 'todo.actionList.sysSetValue.todoOptions.valueList.label': '组件赋值',
855
+ 'todo.actionList.sysSetValue.todoOptions.valueList.props.titleLink.0.title': '清空赋值',
856
+ 'todo.actionList.sysSetValue.classification.0.label': '常用',
857
+ 'todo.actionList.sysSetValue.classification.1.label': '数据设置',
858
+ 'todo.actionList.setDownloadResponse.classification.0.label': '下载',
859
+ 'todo.actionList.saveBlobFile.classification.0.label': '下载',
860
+ 'todo.actionList.downloadByFileId.classification.0.label': '下载',
861
+ 'todo.actionList.setUploadProps.label': '设置上传参数',
862
+ 'todo.actionList.setUploadProps.todoOptions.url.label': '请求地址(URL)',
863
+ 'todo.actionList.setUploadProps.todoOptions.uploadProps.label': '上传参数',
864
+ 'todo.actionList.setUploadChange.label': '上传值改变',
865
+ 'todo.actionList.setUploadChange.todoOptions.url.label': '请求地址(URL)',
866
+ 'todo.actionList.setTimeout.classification.0.label': '定时器',
867
+ 'todo.actionList.setTimer.classification.0.label': '定时器',
868
+ 'todo.actionList.clearTimer.classification.0.label': '定时器',
869
+ 'todo.actionList.validateAllAppForm.classification.0.label': '数据设置',
870
+ 'todo.actionList.sysSetDisable.label': '禁用状态',
871
+ 'todo.actionList.sysSetDisable.todoOptions.compid.label': '组件选择',
872
+ 'todo.actionList.sysSetDisable.todoOptions.compid.props.titleLink.0.title': '清空已选',
873
+ 'todo.actionList.sysSetDisable.todoOptions.compValueList.label': '是否禁用',
874
+ 'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.0.title': '启动',
875
+ 'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.1.title': '禁用',
876
+ 'todo.actionList.sysSetDisable.todoOptions.compValueList.props.options.2.title': '切换',
877
+ 'todo.actionList.sysSetDisable.classification.0.label': '常用',
878
+ 'todo.actionList.sysSetDisable.classification.1.label': '数据设置',
879
+ 'todo.actionList.sysSetRequired.label': '设置必填',
880
+ 'todo.actionList.sysSetRequired.todoOptions.compid.label': '组件选择',
881
+ 'todo.actionList.sysSetRequired.todoOptions.compid.props.titleLink.0.title': '清空已选',
882
+ 'todo.actionList.sysSetRequired.todoOptions.compValueList.label': '是否必填',
883
+ 'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.0.title': '必填',
884
+ 'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.1.title': '非必填',
885
+ 'todo.actionList.sysSetRequired.todoOptions.compValueList.props.options.2.title': '切换',
886
+ 'todo.actionList.sysSetRequired.classification.0.label': '常用',
887
+ 'todo.actionList.sysSetRequired.classification.1.label': '数据设置',
888
+ 'todo.actionList.pushScenePage.classification.0.label': '场景类',
889
+ 'todo.actionList.reloadDataSource.classification.0.label': '常用',
890
+ 'todo.actionList.reloadDataSource.classification.1.label': '数据源',
891
+ 'todo.actionList.setDataSource.classification.0.label': '常用',
892
+ 'todo.actionList.setDataSource.classification.1.label': '数据源',
893
+ 'todo.actionList.resetDataSource.classification.0.label': '常用',
894
+ 'todo.actionList.resetDataSource.classification.1.label': '数据源',
895
+ 'todo.actionList.postObjectData.label': '提交业务对象数据',
896
+ 'todo.actionList.postObjectData.todoOptions.sync.label': '数据加载方式',
897
+ 'todo.actionList.postObjectData.todoOptions.sync.props.options.0.title': '异步加载',
898
+ 'todo.actionList.postObjectData.todoOptions.sync.props.options.1.title': '同步加载',
899
+ 'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
900
+ 'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': '需要开启服务扩展',
901
+ 'todo.actionList.postObjectData.todoOptions.hasEventExtService.props.options.0.title': '是',
902
+ 'todo.actionList.postObjectData.todoOptions.hasEventExtService.props.options.1.title': '否',
903
+ 'todo.actionList.postObjectData.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
904
+ 'todo.actionList.postObjectData.classification.0.label': '常用',
905
+ 'todo.actionList.postObjectData.classification.1.label': '服务请求类',
906
+ 'todo.actionList.postObjectData.remarks.0.label': '适用场景',
907
+ 'todo.actionList.postObjectData.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
908
+ 'todo.actionList.postObjectData.remarks.1.label': '配置说明',
909
+ 'todo.actionList.postObjectData.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
910
+ 'todo.actionList.postObjectAndStartFlow.label': '提交业务对象并发起流程',
911
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.sync.label': '数据加载方式',
912
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.sync.props.options.0.title': '异步加载',
913
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.sync.props.options.1.title': '同步加载',
914
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
915
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.packageCode.label': '流程编码',
916
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': '调试用流程编码',
917
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.label': '业务表单',
918
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
919
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.titleLink.0.title': '清空已选',
920
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': '下节点处理人类型',
921
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.0.title': '人员',
922
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.1.title': '组织',
923
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.props.options.2.title': '岗位',
924
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': '下节点处理人ID',
925
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
926
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.props.options.0.title': '是',
927
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.props.options.1.title': '否',
928
+ 'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
929
+ 'todo.actionList.postObjectAndStartFlow.classification.flow.label': '流程类',
930
+ 'todo.actionList.postObjectAndStartFlow.remarks.0.label': '适用场景',
931
+ 'todo.actionList.postObjectAndStartFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
932
+ 'todo.actionList.postObjectAndStartFlow.remarks.1.label': '配置规则',
933
+ 'todo.actionList.postObjectAndStartFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
934
+ 'todo.actionList.updateObjectAndChangeFlow.label': '更新业务对象并流转流程',
935
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.label': '数据加载方式',
936
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.props.options.0.title': '异步加载',
937
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.props.options.1.title': '同步加载',
938
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': '选择业务对象数据源',
939
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.label': '流转动作',
940
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.0.title': '正常流转',
941
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.1.title': '回退',
942
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.runType.props.options.2.title': '自由流转',
943
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.label': '回退类型',
944
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra:回退到发起节点<br />rb:回退到配置态指定的节点<br />rc:回退到用户指定的节点(选此类型,则节点ID或节点业务编码必填其一)<br />rdo:回退到上一次处理的节点<br />re:回退到上游节点<br />rf:结束流程',
945
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': '回退发起节点',
946
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': '指定回退节点',
947
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': '回退到用户指定的节点',
948
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': '回退到上一次处理的节点',
949
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': '回退到上游节点',
950
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': '回退上游节点',
951
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.workOrderId.label': '工单ID',
952
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': '定单ID',
953
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.label': '业务表单',
954
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': '请选择业务表单',
955
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.titleLink.0.title': '清空已选',
956
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.label': '审批表单',
957
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': '请选择审批表单',
958
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.titleLink.0.title': '清空已选',
959
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': '本节点其他工单是否自动回单',
960
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.props.options.0.title': '是',
961
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.props.options.1.title': '否',
962
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': '节点ID(和节点业务编码选填一个即可)',
963
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '节点业务编码',
964
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '跳转目标节点ID(和跳转目标节点业务编码选填一个即可)',
965
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '跳转目标节点业务编码',
966
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '下节点处理人类型',
967
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.0.title': '人员',
968
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.1.title': '组织',
969
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.props.options.2.title': '岗位',
970
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '下节点处理人ID',
971
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': '需要开启服务扩展',
972
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.props.options.0.title': '是',
973
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.props.options.1.title': '否',
974
+ 'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': '选择业务场景来扩展服务',
975
+ 'todo.actionList.updateObjectAndChangeFlow.classification.flow.label': '流程类',
976
+ 'todo.actionList.updateObjectAndChangeFlow.remarks.0.label': '适用场景',
977
+ 'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': '支持快速的进行对象的增加和修改(注意:表单数据源必须绑定对象生成的数据源才能使用该功能)',
978
+ 'todo.actionList.updateObjectAndChangeFlow.remarks.1.label': '配置规则',
979
+ 'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': '如果传入的业务场景(sceneCode)是M表示修改,可以提交当前数据源或者表单绑定数据源后的数据(不支持全局数据源的绑定,表单将会校验后获取值),将会自动进行修改',
980
+ 'todo.actionList.applyWeChatUserInfo.label': '申请微信用户信息授权',
981
+ 'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': '授权后重定向的回调链接地址',
982
+ 'todo.actionList.applyWeChatUserInfo.todoCallbacks.callback2.fields.0.title': '失败回调',
983
+ 'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': '微信公众能力',
984
+ 'todo.actionList.applyWeChatUserInfo.remarks.0.label': '适用场景',
985
+ 'todo.actionList.applyWeChatUserInfo.remarks.0.content': '用于在微信环境里申请用户信息的授权,授权后在重定向回调页面的页面事件(获取微信授权信息)中获取对应的用户信息。',
986
+ 'todo.actionList.applyWeChatUserInfo.remarks.1.label': '配置说明',
987
+ 'todo.actionList.applyWeChatUserInfo.remarks.1.content': '重定向回调的链接地址需使用域名地址,且该域名需要在微信公众平台官网中的「设置与开发」-「功能设置」-「网页授权域名」里已配置。',
988
+ 'todo.actionList.wxUpdateAppMessageShareData.label': '自定义“分享给朋友”及“分享到QQ”的内容',
989
+ 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.title.label': '分享标题',
990
+ 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.desc.label': '分享描述',
991
+ 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.link.label': '分享链接',
992
+ 'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
993
+ 'todo.actionList.wxUpdateAppMessageShareData.todoCallbacks.callback2.fields.0.title': '失败回调',
994
+ 'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '微信公众能力',
995
+ 'todo.actionList.wxUpdateAppMessageShareData.remarks.0.label': '适用场景',
996
+ 'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '用于在微信环境里,自定义“分享给朋友”及“分享到QQ”的内容,该方法需要在用户点击分享前调用',
997
+ 'todo.actionList.wxUpdateAppMessageShareData.remarks.1.label': '配置说明',
998
+ 'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前应用对应的公众号JS安全域名一致',
999
+ 'todo.actionList.wxUpdateTimelineShareData.label': '自定义“分享到朋友圈”及“分享到QQ空间”的内容',
1000
+ 'todo.actionList.wxUpdateTimelineShareData.todoOptions.title.label': '分享标题',
1001
+ 'todo.actionList.wxUpdateTimelineShareData.todoOptions.link.label': '分享链接',
1002
+ 'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '分享图标(url链接)',
1003
+ 'todo.actionList.wxUpdateTimelineShareData.todoCallbacks.callback2.fields.0.title': '失败回调',
1004
+ 'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '微信公众能力',
1005
+ 'todo.actionList.wxUpdateTimelineShareData.remarks.0.label': '适用场景',
1006
+ 'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '用于在微信环境里,自定义“分享到朋友圈”及“分享到QQ空间”的内容,该方法需要在用户点击分享前调用',
1007
+ 'todo.actionList.wxUpdateTimelineShareData.remarks.1.label': '配置说明',
1008
+ 'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '分享链接及调用该方法的域名或路径必须与当前页面对应的公众号JS安全域名一致',
1009
+ 'todo.actionList.wxOpenLocation.label': '使用微信内置地图查看位置',
1010
+ 'todo.actionList.wxOpenLocation.todoOptions.latitude.label': '纬度',
1011
+ 'todo.actionList.wxOpenLocation.todoOptions.longitude.label': '经度',
1012
+ 'todo.actionList.wxOpenLocation.todoOptions.name.label': '位置名称',
1013
+ 'todo.actionList.wxOpenLocation.todoOptions.address.label': '地址详情说明',
1014
+ 'todo.actionList.wxOpenLocation.todoOptions.scale.label': '地图缩放级别(范围从1~28。默认为最大)',
1015
+ 'todo.actionList.wxOpenLocation.todoCallbacks.callback2.fields.0.title': '失败回调',
1016
+ 'todo.actionList.wxOpenLocation.classification.wxAbility.label': '微信公众能力',
1017
+ 'todo.actionList.wxOpenLocation.remarks.0.label': '适用场景',
1018
+ 'todo.actionList.wxOpenLocation.remarks.0.content': '用于在微信环境里,使用微信内置地图查看位置接口',
1019
+ 'todo.actionList.wxGetLocation.label': '获取微信定位信息',
1020
+ 'todo.actionList.wxGetLocation.todoOptions.locationType.label': '坐标类型',
1021
+ 'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS坐标',
1022
+ 'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.1.title': '火星坐标',
1023
+ 'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.title': '成功败回调',
1024
+ 'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude:纬度,longitude:经度,speed:速度(米/每秒),accuracy:位置精度',
1025
+ 'todo.actionList.wxGetLocation.todoCallbacks.callback2.fields.0.title': '失败回调',
1026
+ 'todo.actionList.wxGetLocation.classification.wxAbility.label': '微信公众能力',
1027
+ 'todo.actionList.wxGetLocation.remarks.0.label': '适用场景',
1028
+ 'todo.actionList.wxGetLocation.remarks.0.content': '用于在微信环境里,获取微信定位信息。',
1029
+ 'todo.actionList.wxChooseImage.label': '微信拍照或从相册获取照片',
1030
+ 'todo.actionList.wxChooseImage.todoOptions.count.label': '照片选择数量(最多9张)',
1031
+ 'todo.actionList.wxChooseImage.todoOptions.sourceType.label': '图片来源',
1032
+ 'todo.actionList.wxChooseImage.todoOptions.sourceType.props.options.0.title': '相册',
1033
+ 'todo.actionList.wxChooseImage.todoOptions.sourceType.props.options.1.title': '相机',
1034
+ 'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
1035
+ 'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: 返回选定照片的本地ID列表。localId可以作为img标签的src属性显示图片',
1036
+ 'todo.actionList.wxChooseImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1037
+ 'todo.actionList.wxChooseImage.classification.wxAbility.label': '微信公众能力',
1038
+ 'todo.actionList.wxChooseImage.remarks.0.label': '适用场景',
1039
+ 'todo.actionList.wxChooseImage.remarks.0.content': '用于在微信环境里,拍照或从手机相册中选图接口',
1040
+ 'todo.actionList.wxPreviewImage.label': '微信预览图片',
1041
+ 'todo.actionList.wxPreviewImage.todoOptions.current.label': '当前显示图片的http链接',
1042
+ 'todo.actionList.wxPreviewImage.todoOptions.urls.label': '需要预览的图片http链接列表',
1043
+ 'todo.actionList.wxPreviewImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1044
+ 'todo.actionList.wxPreviewImage.classification.wxAbility.label': '微信公众能力',
1045
+ 'todo.actionList.wxPreviewImage.remarks.0.label': '适用场景',
1046
+ 'todo.actionList.wxPreviewImage.remarks.0.content': '用于在微信环境里,调用微信能力预览图片',
1047
+ 'todo.actionList.wxUploadImage.label': '微信上传图片',
1048
+ 'todo.actionList.wxUploadImage.todoOptions.localId.label': '上传的图片的本地ID(由“微信拍照或从相册获取照片”事件获得)',
1049
+ 'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
1050
+ 'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
1051
+ 'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId:图片的服务器端ID',
1052
+ 'todo.actionList.wxUploadImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1053
+ 'todo.actionList.wxUploadImage.classification.wxAbility.label': '微信公众能力',
1054
+ 'todo.actionList.wxUploadImage.remarks.0.label': '适用场景',
1055
+ 'todo.actionList.wxUploadImage.remarks.0.content': '用于在微信环境里,上传图片到微信服务器。上传图片有效期3天,可用微信多媒体接口下载图片到自己的服务器,此处获得的 serverId 即 media_id, 也可用“微信下载图片”方法下载图片到本地。',
1056
+ 'todo.actionList.wxDownloadImage.label': '微信下载图片',
1057
+ 'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '需要下载的图片的服务器端ID(由“微信上传图片”事件获得)',
1058
+ 'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '显示进度提示',
1059
+ 'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.title': '成功败回调',
1060
+ 'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId:图片下载后的本地ID',
1061
+ 'todo.actionList.wxDownloadImage.todoCallbacks.callback2.fields.0.title': '失败回调',
1062
+ 'todo.actionList.wxDownloadImage.classification.wxAbility.label': '微信公众能力',
1063
+ 'todo.actionList.wxDownloadImage.remarks.0.label': '适用场景',
1064
+ 'todo.actionList.wxDownloadImage.remarks.0.content': '用于在微信环境里,将存在微信服务器里的图片下载到本地浏览器缓存中。',
1065
+ 'todo.actionList.wxGetLocalImgData.label': '微信获取本地图片数据',
1066
+ 'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': '图片的本地ID(由“微信拍照或从相册获取照片”或“微信下载图片”获得)',
1067
+ 'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '压缩比例(0~1)',
1068
+ 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.title': '成功败回调',
1069
+ 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: 图片的base64数据,可以用img标签显示。',
1070
+ 'todo.actionList.wxGetLocalImgData.todoCallbacks.callback2.fields.0.title': '失败回调',
1071
+ 'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '微信公众能力',
1072
+ 'todo.actionList.wxGetLocalImgData.remarks.0.label': '注意',
1073
+ 'todo.actionList.wxGetLocalImgData.remarks.0.content': '此接口仅在 iOS WKWebview 下提供,用于兼容 iOS WKWebview 不支持 localId 直接显示图片的问题。',
1074
+ 'todo.actionList.openFloatWindow.label': '打开悬浮窗口',
1075
+ 'todo.actionList.openFloatWindow.todoOptions.location.label': '浮窗位置',
1076
+ 'todo.actionList.openFloatWindow.todoOptions.location.props.options.0.title': '左侧',
1077
+ 'todo.actionList.openFloatWindow.todoOptions.location.props.options.1.title': '右侧',
1078
+ 'todo.actionList.openFloatWindow.todoOptions.size.label': '窗口尺寸',
1079
+ 'todo.actionList.openFloatWindow.todoOptions.windowPage.label': '选择页面',
1080
+ 'todo.actionList.openFloatWindow.todoOptions.componentState.label': '组件状态',
1081
+ 'todo.actionList.openFloatWindow.todoOptions.componentState.extraGroups.0.subLabel': '组件刷新',
1082
+ 'todo.actionList.openFloatWindow.classification.page.label': '页面类',
1083
+ 'todo.actionList.openFloatWindow.remarks.0.label': '配置说明',
1084
+ 'todo.actionList.openFloatWindow.remarks.0.content': '悬浮于页面一侧,适用于快速获取帮助,无需切换页面,如客服助手。',
1085
+ 'todo.actionList.callAiService.label': '调用智能体服务',
1086
+ 'todo.actionList.callAiService.todoOptions.actionTitle.label': '动作说明',
1087
+ 'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': '请输入动作说明',
1088
+ 'todo.actionList.callAiService.todoOptions.url.label': '选择服务',
1089
+ 'todo.actionList.callAiService.todoOptions.compid.label': '内容显示组件',
1090
+ 'todo.actionList.callAiService.todoOptions.compid.props.placeholder': '请选择显示流式返回内容的组件',
1091
+ 'todo.actionList.callAiService.todoOptions.compid.props.titleLink.0.title': '清空已选',
1092
+ 'todo.actionList.callAiService.todoOptions.params.label': '参数赋值',
1093
+ 'todo.actionList.callAiService.todoOptions.params.extraGroups.0.subLabel': '清空赋值',
1094
+ 'todo.actionList.callAiService.classification.request.label': '服务请求类',
1095
+ 'todo.actionList.closeAiService.label': '关闭智能体服务',
1096
+ 'todo.actionList.closeAiService.todoOptions.actionTitle.label': '动作说明',
1097
+ 'todo.actionList.closeAiService.todoOptions.actionTitle.props.placeholder': '请输入动作说明',
1098
+ 'todo.actionList.closeAiService.todoOptions.url.label': '选择服务',
1099
+ 'todo.actionList.closeAiService.classification.request.label': '服务请求类',
1100
+ 'todo.actionList.callFuncComp.todoCallbacks.callback1.fields.titlePrefix': '功能组件回调参数',
1101
+ 'todo.actionList.setSubTabsData.label': '设置子标签数据',
1102
+ 'todo.actionList.setSubTabsData.todoOptions.data.label': '内容',
1103
+ 'todo.actionList.setTabsData.label': '设置选项卡内容',
1104
+ 'todo.actionList.setTabsData.todoOptions.data.label': '内容',
1105
+ 'todo.actionList.setTabsData.todoOptions.key.label': 'key字段',
1106
+ 'todo.actionList.setTabsData.todoOptions.title.label': '标题字段',
1107
+ 'todo.actionList.setTabsData.todoOptions.status.label': '状态字段',
1108
+ 'todo.actionList.setTabsData.todoOptions.badge.label': '角标值字段',
1109
+ 'todo.actionList.setTabsData.remarks.0.label': '适用场景',
1110
+ 'todo.actionList.setTabsData.remarks.0.content': '支持动态加载标题、状态等内容,例如:通过服务或其他方式按key值返回标题、状态、角标值,标签页根据key值进行数据显示,状态值分别是:1 显示,2 隐藏',
1111
+ 'todo.actionList.setTabsData.remarks.1.label': '配置说明',
1112
+ 'todo.actionList.setTabsData.remarks.1.content': '选择返回数据的内容节点(对象数组类型),设置key、标题、状态的取值字段,取值可以从自定义、页面值、上下文、数据源等获取',
1113
+ 'todo.actionList.setHref.label': '设置链接地址',
1114
+ 'todo.actionList.setHref.todoOptions.value.label': '内容',
1115
+ 'todo.actionList.setData.label': '设置数据',
1116
+ 'todo.actionList.setData.todoOptions.value.label': '内容',
1117
+ 'todo.actionList.callFishParentFunc.label': '调用父窗口方法',
1118
+ 'todo.actionList.callFishParentFunc.todoOptions.funcName.label': '函数名称',
1119
+ 'todo.actionList.callFishParentFunc.todoOptions.funcParams.label': '自定义入参',
1120
+ 'todo.actionList.callFishParentFunc.classification.communicate.label': '数据通信',
1121
+ 'todo.actionList.callFishParentFunc.remarks.0.label': '注意事项',
1122
+ 'todo.actionList.callFishParentFunc.remarks.0.content': '触发回调:默认将成功回调函数(successCallback)、失败回调函数(failCallback)以追加参数形式传递给方法进行调用触发,也可以通过返回Promise对象触发。',
1123
+ 'todo.actionList.showModal.label': '打开提示框',
1124
+ 'todo.actionList.showModal.todoOptions.type.label': '类型',
1125
+ 'todo.actionList.showModal.todoOptions.type.props.options.0.title': '成功',
1126
+ 'todo.actionList.showModal.todoOptions.type.props.options.1.title': '提示',
1127
+ 'todo.actionList.showModal.todoOptions.type.props.options.2.title': '警告',
1128
+ 'todo.actionList.showModal.todoOptions.type.props.options.3.title': '错误',
1129
+ 'todo.actionList.showModal.todoOptions.type.props.options.4.title': '确认',
1130
+ 'todo.actionList.showModal.todoOptions.title.label': '标题',
1131
+ 'todo.actionList.showModal.todoOptions.content.label': '内容',
1132
+ 'todo.actionList.showModal.todoOptions.okText.label': '确认按钮文本',
1133
+ 'todo.actionList.showModal.todoOptions.cancelText.label': '取消按钮文本',
1134
+ 'todo.actionList.showModal.classification.0.label': '常用',
1135
+ 'todo.actionList.showModal.classification.1.label': '消息&弹窗',
1136
+ 'todo.actionList.showCustomModal.label': '打开弹窗/推拉门',
1137
+ 'todo.actionList.showCustomModal.todoOptions.modalname.label': '弹窗/推拉门',
1138
+ 'todo.actionList.showCustomModal.todoOptions.componentState.label': '组件状态',
1139
+ 'todo.actionList.showCustomModal.todoOptions.componentState.extraGroups.0.subLabel': '组件刷新',
1140
+ 'todo.actionList.showCustomModal.classification.0.label': '常用',
1141
+ 'todo.actionList.showCustomModal.classification.1.label': '消息&弹窗',
1142
+ 'todo.actionList.showAppCustomModal.label': '打开弹窗',
1143
+ 'todo.actionList.showAppCustomModal.todoOptions.modalname.label': '弹窗',
1144
+ 'todo.actionList.showAppCustomModal.todoOptions.componentState.label': '组件状态',
1145
+ 'todo.actionList.showAppCustomModal.todoOptions.componentState.extraGroups.0.subLabel': '组件刷新',
1146
+ 'todo.actionList.showAppCustomModal.classification.modal.label': '消息&弹窗',
1147
+ 'todo.actionList.showAppCustomModal.remarks.0.label': '配置建议',
1148
+ 'todo.actionList.showAppCustomModal.remarks.0.content': '确认回调事件执行:在弹窗页面编排选择触发父页面确认回掉事件,将会触发确认回掉事件; \n\n 弹窗消失时执行: 每次弹窗消失将会触发该回掉',
1149
+ 'todo.actionList.setModalTitle.label': '设置弹窗标题',
1150
+ 'todo.actionList.setModalTitle.todoOptions.title.label': '弹窗标题',
1151
+ 'todo.actionList.setModalTitle.classification.modal.label': '消息&弹窗',
1152
+ 'todo.actionList.showDrawer.label': '打开弹窗/推拉门',
1153
+ 'todo.actionList.showDrawer.todoOptions.drawerPath.label': '弹窗/推拉门',
1154
+ 'todo.actionList.showDrawer.todoOptions.compState.label': '组件状态',
1155
+ 'todo.actionList.showDrawer.classification.modal.label': '消息&弹窗',
1156
+ 'todo.actionList.showDrawer.remarks.0.label': '配置建议',
1157
+ 'todo.actionList.showDrawer.remarks.0.content': '点击确认执行:在弹窗页面编排选择触发父页面确认回掉事件,将会触发确认回掉事件; \n 点击取消执行: 点击取消将会触发该回掉',
1158
+ 'todo.actionList.setDrawerTitle.label': '设置推拉门标题',
1159
+ 'todo.actionList.setDrawerTitle.todoOptions.title.label': '推拉门标题',
1160
+ 'todo.actionList.setDrawerTitle.classification.modal.label': '消息&弹窗',
1161
+ 'todo.actionList.setPublicState.label': '设置页面出参',
1162
+ 'todo.actionList.setPublicState.todoOptions.value.label': '内容',
1163
+ 'todo.actionList.getPublicState.label': '获取页面出参',
1164
+ 'todo.actionList.getPublicState.todoOptions.jsonId.label': '页面',
1165
+ 'todo.actionList.getPublicState.classification.setData.label': '数据设置',
1166
+ 'todo.actionList.historyPush.label': '路由跳转',
1167
+ 'todo.actionList.historyPush.todoOptions.pathname.label': '页面',
1168
+ 'todo.actionList.historyPush.todoOptions.search.label': 'url参数',
1169
+ 'todo.actionList.historyPush.todoOptions.routerData.label': '路由数据',
1170
+ 'todo.actionList.historyPush.todoOptions.routerData.labelTip': '适用场景:两页面跳转之间大数据的传递,请先前往跳转页面申明相应的路由数据! ',
1171
+ 'todo.actionList.historyReplace.label': '路由替换',
1172
+ 'todo.actionList.historyReplace.todoOptions.pathname.label': '页面',
1173
+ 'todo.actionList.historyReplace.todoOptions.search.label': 'url参数',
1174
+ 'todo.actionList.historyReplace.todoOptions.routerData.label': '路由数据',
1175
+ 'todo.actionList.history.label': '页面跳转',
1176
+ 'todo.actionList.history.todoOptions.type.label': '类型',
1177
+ 'todo.actionList.history.todoOptions.type.props.options.0.title': '路由跳转',
1178
+ 'todo.actionList.history.todoOptions.type.props.options.1.title': '路由替换',
1179
+ 'todo.actionList.history.todoOptions.type.props.options.2.title': '新窗口',
1180
+ 'todo.actionList.history.todoOptions.type.props.options.3.title': '门户跳转',
1181
+ 'todo.actionList.history.todoOptions.pathname.label': '页面',
1182
+ 'todo.actionList.history.todoOptions.search.label': 'url参数',
1183
+ 'todo.actionList.history.todoOptions.routerData.label': '路由数据',
1184
+ 'todo.actionList.history.classification.page.label': '页面类',
1185
+ 'todo.actionList.history.remarks.0.label': '配置说明',
1186
+ 'todo.actionList.history.remarks.0.content': '路由跳转:灵犀应用内部进行的页面跳转;\n路由替换:页面将会替换并重新加载,无法返回;\n新窗口:将会在浏览器上新建一个tab标签进行打开(无法进行路由数据的传递);\n门户跳转:在灵犀平台门户内,会新建一个新的tab标签进行跳转(无法进行路由数据传递)。 ',
1187
+ 'todo.actionList.dropPageByCatch.label': '页面缓存清除',
1188
+ 'todo.actionList.dropPageByCatch.todoOptions.dropPathname.label': '页面',
1189
+ 'todo.actionList.dropPageByCatch.classification.page.label': '页面类',
1190
+ 'todo.actionList.historyGoBack.label': '页面返回',
1191
+ 'todo.actionList.historyGoBack.todoOptions.custParams.label': '自定义参数',
1192
+ 'todo.actionList.historyGoBack.classification.page.label': '页面类',
1193
+ 'todo.actionList.validateForm.label': '表单校验并取值',
1194
+ 'todo.actionList.getFormValue.label': '表单取值',
1195
+ 'todo.actionList.setFormValues.label': '设置表单数据',
1196
+ 'todo.actionList.setFormValues.todoOptions.params.label': '参数赋值',
1197
+ 'todo.actionList.setFormValues.todoOptions.params.props.titleLink.0.title': '切换到属性',
1198
+ 'todo.actionList.setFormValues.todoOptions.params.props.titleLink.1.title': '切换根节点',
1199
+ 'todo.actionList.setTripleFormAction.todoOptions.detailId.label': '详情id',
1200
+ 'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': '当前表单所有字段的数据',
1201
+ 'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.description': '当前表单所有字段的数据',
1202
+ 'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': '自定义页面数据:@{options.stateName}',
1203
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': '下拉框选中数据(单选)@{name}',
1204
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': '下拉框选中数据(多选)@{name}',
1205
+ 'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': '选中节点数据@{name}',
1206
+ 'todo.actionList.exportBusiObjectData.label': '导出业务对象数据',
1207
+ 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': '选择业务对象',
1208
+ 'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': '选择关联对象',
1209
+ 'todo.actionList.exportBusiObjectData.todoOptions.async.label': '异步导出',
1210
+ 'todo.actionList.exportBusiObjectData.todoOptions.async.labelTip': '数量超过1万请勾选使用异步导出',
1211
+ 'todo.actionList.exportBusiObjectData.todoOptions.async.props.options.0.title': '开启',
1212
+ 'todo.actionList.exportBusiObjectData.todoOptions.async.props.options.1.title': '关闭',
1213
+ 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.label': '导出条件',
1214
+ 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.0.label': '查询条件',
1215
+ 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.1.label': '行主键',
1216
+ 'todo.actionList.exportBusiObjectData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': '清空赋值',
1217
+ 'todo.actionList.exportBusiObjectData.todoOptions.custFileName.label': '自定义文件名',
1218
+ 'todo.actionList.exportBusiObjectData.classification.export.label': '导入导出',
1219
+ 'todo.actionList.exportCustomData.label': '自定义导出数据',
1220
+ 'todo.actionList.exportCustomData.todoOptions.custFileName.label': '自定义文件名',
1221
+ 'todo.actionList.exportCustomData.todoOptions.async.label': '异步导出',
1222
+ 'todo.actionList.exportCustomData.todoOptions.async.labelTip': '数量超过1万请勾选使用异步导出',
1223
+ 'todo.actionList.exportCustomData.todoOptions.async.props.options.0.title': '开启',
1224
+ 'todo.actionList.exportCustomData.todoOptions.async.props.options.1.title': '关闭',
1225
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.label': 'sheet页设置',
1226
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.0.custSheetName.label': 'sheet页名称',
1227
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.1.serviceData.label': '数据来源',
1228
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.2.filterParams.label': '查询条件',
1229
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.label': '导出字段',
1230
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.fieldData': '字段数据',
1231
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.attrCode': '字段编码',
1232
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.3.objectFields.props.options.customKeyMap.attrName': '字段名称',
1233
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.label': '自定义表头模板',
1234
+ 'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.labelTip': '可以根据选择的字段自定义导出模板的表头',
1235
+ 'todo.actionList.exportCustomData.classification.export.label': '导入导出',
1236
+ 'todo.actionList.importBusiObjectData.label': '导入业务对象数据',
1237
+ 'todo.actionList.importBusiObjectData.todoOptions.name.label': '设置模板名称',
1238
+ 'todo.actionList.importBusiObjectData.todoOptions.name.props.placeholder': '请输入模板名称',
1239
+ 'todo.actionList.importBusiObjectData.todoOptions.busiObjectId.label': '选择业务对象',
1240
+ 'todo.actionList.importBusiObjectData.todoOptions.relatedObjectList.label': '选择关联对象',
1241
+ 'todo.actionList.importBusiObjectData.todoOptions.exception.label': '导入异常配置',
1242
+ 'todo.actionList.importBusiObjectData.todoOptions.exception.props.options.0.title': '支持部分导入',
1243
+ 'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.0.title': '导入结果(resultObject)',
1244
+ 'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.1.title': '导入提示(resultMsg)',
1245
+ 'todo.actionList.importBusiObjectData.classification.export.label': '导入导出',
1246
+ 'todo.actionList.exportSQLServiceData.label': '导出SQL查询服务数据',
1247
+ 'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceCode.label': '选择SQL查询服务',
1248
+ 'todo.actionList.exportSQLServiceData.todoOptions.async.label': '异步导出',
1249
+ 'todo.actionList.exportSQLServiceData.todoOptions.async.labelTip': '数量超过1万请勾选使用异步导出',
1250
+ 'todo.actionList.exportSQLServiceData.todoOptions.async.props.options.0.title': '开启',
1251
+ 'todo.actionList.exportSQLServiceData.todoOptions.async.props.options.1.title': '关闭',
1252
+ 'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceFields.label': '导出字段',
1253
+ 'todo.actionList.exportSQLServiceData.todoOptions.busiObjectFilterParams.label': '查询条件',
1254
+ 'todo.actionList.exportSQLServiceData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': '清空赋值',
1255
+ 'todo.actionList.exportSQLServiceData.todoOptions.custFileName.label': '自定义文件名',
1256
+ 'todo.actionList.exportSQLServiceData.classification.export.label': '导入导出',
1257
+ 'todo.actionList.importCustomBusiObjectData.label': '自定义导入业务对象数据',
1258
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.name.label': '设置模板名称',
1259
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.name.props.placeholder': '请输入模板名称',
1260
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectId.label': '选择业务对象',
1261
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.relatedObjectList.label': '选择关联对象',
1262
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.label': '导入字段设置',
1263
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.props.titleLink.0.title.collapse': '快速收起',
1264
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.props.titleLink.0.title.expand': '快速展开',
1265
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.label': '只解析不入库',
1266
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.props.options.0.title': '是',
1267
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.props.options.1.title': '否',
1268
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.label': '自定义表头模板',
1269
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.labelTip': '可以根据选择的字段自定义导出模板的表头',
1270
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.label': '模版示例数据',
1271
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.labelTip': '导入时,用户的模板文件中应包含示例数据的配置,以便用户能够清楚地了解如何正确填写数据',
1272
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.exception.label': '导入异常配置',
1273
+ 'todo.actionList.importCustomBusiObjectData.todoOptions.exception.props.options.0.title': '支持部分导入',
1274
+ 'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.0.title': '导入结果(resultObject)',
1275
+ 'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.1.title': '导入提示(resultMsg)',
1276
+ 'todo.actionList.importCustomBusiObjectData.classification.export.label': '导入导出',
1277
+ 'todo.actionList.exportCustomBusiObjectData.label': '自定义导出业务对象数据',
1278
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectId.label': '选择业务对象',
1279
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.relatedObjectList.label': '选择关联对象',
1280
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.label': '异步导出',
1281
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.labelTip': '数量超过1万请勾选使用异步导出',
1282
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.props.options.0.title': '开启',
1283
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.async.props.options.1.title': '关闭',
1284
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFields.label': '导出字段',
1285
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.label': '查询条件',
1286
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.0.label': '查询条件',
1287
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraMenus.1.label': '行主键',
1288
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectFilterParams.extraGroups.0.subLabel': '清空赋值',
1289
+ 'todo.actionList.exportCustomBusiObjectData.todoOptions.custFileName.label': '自定义文件名',
1290
+ 'todo.actionList.exportCustomBusiObjectData.classification.export.label': '导入导出',
1291
+ 'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.std.description': '此处仅展示开启文件入参的编排服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
1292
+ 'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.inner.description': '此处仅展示开启上传控件中使用的请求层服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
1293
+ 'todo.actionList.getBlockSelectValues.label': '获取选中项',
1294
+ 'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.0.title': '选中数据key@{name}',
1295
+ 'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.1.title': '选中数据@{name}'
1296
+ };
1297
+ export default todoActionListZhCN;