@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3

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