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