@lingxiteam/assets 4.2.1-alpha.2 → 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.
- package/es/IconSvg/index.js +8 -7
- package/es/error/errorCatch/index.js +1 -1
- package/es/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -77
- package/es/error/errorDisplay/Mobile/Drawer/index.js +26 -26
- package/es/error/errorDisplay/Mobile/ErrorMsg/index.js +127 -129
- package/es/error/errorDisplay/Mobile/Modal/Modal.js +46 -31
- package/es/error/errorDisplay/Mobile/Modal/index.js +24 -24
- package/es/error/errorDisplay/Mobile/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/Web/Drawer/Drawer.js +183 -145
- package/es/error/errorDisplay/Web/Drawer/DrawerConnect.js +43 -46
- package/es/error/errorDisplay/Web/Drawer/index.js +15 -15
- package/es/error/errorDisplay/Web/ErrorMsg/index.js +341 -327
- package/es/error/errorDisplay/Web/Notification/Notice.js +78 -65
- package/es/error/errorDisplay/Web/Notification/Notification.js +15 -15
- package/es/error/errorDisplay/Web/Notification/index.js +36 -38
- package/es/error/errorDisplay/Web/defaultGlobalConfig.js +2 -2
- package/es/error/errorDisplay/compUtils.js +6 -6
- package/es/error/errorDisplay/http.js +7 -7
- package/es/error/index.js +6 -6
- package/es/index.js +5 -5
- package/es/rootConfig/index.d.ts +1 -1
- package/es/rootConfig/index.js +5 -5
- package/es/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.js +13 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +106 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +42 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +865 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +20 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +266 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +57 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +97 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +583 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +13 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +127 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.js +13 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +106 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +174 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +869 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +20 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +266 -0
- package/es/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/es/rootConfig/mobile/BusiComp.js +13 -10
- package/es/rootConfig/mobile/MobileModal.js +32 -27
- package/es/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/es/rootConfig/mobile/MobilePopover.js +16 -13
- package/es/rootConfig/mobile/index.js +4 -4
- package/es/rootConfig/mobile/page.d.ts +17 -2
- package/es/rootConfig/mobile/page.js +45 -38
- package/es/rootConfig/pc/BusiComp.js +82 -12
- package/es/rootConfig/pc/Drawer.d.ts +8 -9
- package/es/rootConfig/pc/Drawer.js +116 -46
- package/es/rootConfig/pc/Modal.d.ts +0 -1
- package/es/rootConfig/pc/Modal.js +90 -20
- package/es/rootConfig/pc/Popover.d.ts +0 -1
- package/es/rootConfig/pc/Popover.js +85 -15
- package/es/rootConfig/pc/index.js +5 -5
- package/es/rootConfig/pc/page.d.ts +0 -2
- package/es/rootConfig/pc/page.js +91 -22
- package/es/rootConfig/todoActionList.d.ts +1 -0
- package/es/rootConfig/todoActionList.js +1845 -719
- package/es/rootConfig/todoCallback.d.ts +12 -1
- package/es/rootConfig/todoCallback.js +175 -103
- package/es/rootConfig/todoOptionList.d.ts +0 -66
- package/es/rootConfig/todoOptionList.js +197 -198
- package/es/theme/index.js +18 -20
- package/es/theme/src/default/index.js +7 -7
- package/es/theme/utils/renderColors.js +1 -1
- package/es/utils/url.js +8 -7
- package/lib/IconSvg/index.js +10 -9
- package/lib/error/errorCatch/index.js +2 -3
- package/lib/error/errorDisplay/Mobile/Drawer/Drawer.js +99 -79
- package/lib/error/errorDisplay/Mobile/Drawer/index.js +25 -26
- package/lib/error/errorDisplay/Mobile/ErrorMsg/index.js +123 -126
- package/lib/error/errorDisplay/Mobile/Modal/Modal.js +45 -33
- package/lib/error/errorDisplay/Mobile/Modal/index.js +23 -24
- package/lib/error/errorDisplay/Mobile/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/SVGstring.js +6 -12
- package/lib/error/errorDisplay/Web/Drawer/Drawer.js +181 -146
- package/lib/error/errorDisplay/Web/Drawer/DrawerConnect.js +44 -48
- package/lib/error/errorDisplay/Web/Drawer/index.js +18 -20
- package/lib/error/errorDisplay/Web/ErrorMsg/index.js +336 -324
- package/lib/error/errorDisplay/Web/Notification/Notice.js +79 -68
- package/lib/error/errorDisplay/Web/Notification/Notification.js +15 -16
- package/lib/error/errorDisplay/Web/Notification/index.js +37 -41
- package/lib/error/errorDisplay/Web/defaultGlobalConfig.js +3 -5
- package/lib/error/errorDisplay/compUtils.js +9 -12
- package/lib/error/errorDisplay/const.js +7 -13
- package/lib/error/errorDisplay/http.js +8 -9
- package/lib/index.js +3 -6
- package/lib/rootConfig/index.d.ts +1 -1
- package/lib/rootConfig/index.js +9 -3
- package/lib/rootConfig/locales/enus/config-locales-es.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.js +19 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +112 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +48 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +871 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +26 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +272 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +63 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +103 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +589 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +19 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +133 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.js +19 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +112 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +180 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +875 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +26 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.d.ts +2 -0
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +272 -0
- package/lib/rootConfig/mobile/BusiComp.d.ts +0 -1
- package/lib/rootConfig/mobile/BusiComp.js +14 -12
- package/lib/rootConfig/mobile/MobileModal.js +33 -29
- package/lib/rootConfig/mobile/MobilePopover.d.ts +0 -2
- package/lib/rootConfig/mobile/MobilePopover.js +17 -15
- package/lib/rootConfig/mobile/page.d.ts +17 -2
- package/lib/rootConfig/mobile/page.js +46 -40
- package/lib/rootConfig/pc/BusiComp.js +83 -14
- package/lib/rootConfig/pc/Drawer.d.ts +8 -9
- package/lib/rootConfig/pc/Drawer.js +117 -48
- package/lib/rootConfig/pc/Modal.d.ts +0 -1
- package/lib/rootConfig/pc/Modal.js +91 -22
- package/lib/rootConfig/pc/Popover.d.ts +0 -1
- package/lib/rootConfig/pc/Popover.js +86 -17
- package/lib/rootConfig/pc/page.d.ts +0 -2
- package/lib/rootConfig/pc/page.js +92 -24
- package/lib/rootConfig/todoActionList.d.ts +1 -0
- package/lib/rootConfig/todoActionList.js +1815 -695
- package/lib/rootConfig/todoCallback.d.ts +12 -1
- package/lib/rootConfig/todoCallback.js +182 -116
- package/lib/rootConfig/todoOptionList.d.ts +0 -66
- package/lib/rootConfig/todoOptionList.js +198 -200
- package/lib/theme/bin/default/modalWidth.js +1 -2
- package/lib/theme/index.js +19 -22
- package/lib/theme/src/default/index.js +7 -7
- package/lib/theme/utils/renderColors.js +1 -1
- package/lib/utils/cookieUtil.js +1 -2
- package/lib/utils/img.js +2 -3
- package/lib/utils/url.js +13 -16
- package/package.json +3 -4
|
@@ -0,0 +1,875 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.todoActionListZhHK = exports.default = void 0;
|
|
7
|
+
var todoActionListZhHK = exports.todoActionListZhHK = {
|
|
8
|
+
'todo.actionList.setTripleFormAction.label': '設置表單外部數據',
|
|
9
|
+
'todo.actionList.setTripleFormAction.todoOptions.actionType.props.placeholder': '新增-add, 編輯-edit, 詳情-detail',
|
|
10
|
+
'todo.actionList.setTripleFormAction.todoOptions.tripleFormId.label': '詳情id',
|
|
11
|
+
'todo.actionList.validateCurrentForm.label': '當前表單校驗並取值',
|
|
12
|
+
'todo.actionList.getCurrentFormValues.label': '當前表單取值',
|
|
13
|
+
'todo.actionList.setCurrentFormValues.label': '設置當前表單數據',
|
|
14
|
+
'todo.actionList.resetCurrentForm.label': '重置當前表單',
|
|
15
|
+
'todo.actionList.validateAllForm.label': '全部表單校驗並取值',
|
|
16
|
+
'todo.actionList.getAllFormValues.label': '全部表單取值',
|
|
17
|
+
'todo.actionList.resetAllForm.label': '重置全部表單',
|
|
18
|
+
'todo.actionList.validateGridViewForms.label': '循環塊表單校驗並取值',
|
|
19
|
+
'todo.actionList.getGridViewFormValues.label': '循環塊表單取值',
|
|
20
|
+
'todo.actionList.setCustomState.label': '設置自定義頁面數據',
|
|
21
|
+
'todo.actionList.setCustomState.todoOptions.stateName.label': '自定義屬性名',
|
|
22
|
+
'todo.actionList.getCustomState.label': '獲取自定義頁面數據',
|
|
23
|
+
'todo.actionList.getCustomState.todoOptions.stateName.label': '自定義屬性名',
|
|
24
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.titlePrefix': '自定義頁面數據:',
|
|
25
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.description': '獲取到的頁面數據',
|
|
26
|
+
'todo.actionList.setCompNestedState.label': '設置組件屬性數據',
|
|
27
|
+
'todo.actionList.setCompNestedState.todoOptions.stateName.label': '自定義屬性名',
|
|
28
|
+
'todo.actionList.getCompNestedState.label': '獲取組件屬性數據',
|
|
29
|
+
'todo.actionList.getCompNestedState.todoOptions.stateName.label': '自定義屬性名',
|
|
30
|
+
'todo.actionList.okCallbackData.label': '觸發父頁面確認回調',
|
|
31
|
+
'todo.actionList.closeModal.label': '關閉當前彈窗/推拉門',
|
|
32
|
+
'todo.actionList.closeModal.classification.modal.label': '消息&彈窗',
|
|
33
|
+
'todo.actionList.closePopover.label': '關閉氣泡卡片',
|
|
34
|
+
'todo.actionList.closePopover.classification.modal.label': '消息&彈窗',
|
|
35
|
+
'todo.actionList.reloadColServiceData.label': '加載字段翻譯數據',
|
|
36
|
+
'todo.actionList.reloadColServiceDataForEdit.label': '加載字段數據',
|
|
37
|
+
'todo.actionList.reloadRCData.todoOptions.labelKey.label': '顯示內容字段',
|
|
38
|
+
'todo.actionList.reloadSelectData.todoOptions.labelKey.label': '選項內容字段',
|
|
39
|
+
'todo.actionList.reloadData.todoOptions.labelKey.label': '節點名稱取值字段',
|
|
40
|
+
'todo.actionList.reloadData.todoOptions.nodeValueKey.label': '節點key取值字段',
|
|
41
|
+
'todo.actionList.reloadData.todoOptions.selectable.label': '節點可選字段編碼',
|
|
42
|
+
'todo.actionList.reloadData.todoOptions.selectable.labelTip': "適用場景:需要控制當前節點是否能夠選擇,且需後端服務有字段標識出是否可選;\n 處理邏輯:當節點的字段編碼值為布爾類型的false,或者字符串類型為'false'、\n 空字符串時,都認為不可選,否則認為可選。",
|
|
43
|
+
'todo.actionList.reloadData.todoOptions.childrenKey.label': '下級列表取值字段',
|
|
44
|
+
'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 ',
|
|
45
|
+
'todo.actionList.reloadChildData.label': '加載子節點數據',
|
|
46
|
+
'todo.actionList.reloadChildData.todoOptions.parentKey.label': '操作節點key',
|
|
47
|
+
'todo.actionList.reloadChildData.todoOptions.labelKey.label': '節點名稱取值字段',
|
|
48
|
+
'todo.actionList.reloadChildData.todoOptions.nodeValueKey.label': '節點key取值字段',
|
|
49
|
+
'todo.actionList.reloadChildData.todoOptions.selectable.label': '節點可選字段編碼',
|
|
50
|
+
'todo.actionList.reloadChildData.todoOptions.selectable.labelTip': "適用場景:需要控制當前節點是否能夠選擇,且需後端服務有字段標識出是否可選;\n 處理邏輯:當節點的字段編碼值為布爾類型的false,或者字符串類型為'false'、\n 空字符串時,都認為不可選,否則認為可選。",
|
|
51
|
+
'todo.actionList.reloadChildData.todoOptions.childrenKey.label': '下級列表取值字段',
|
|
52
|
+
'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 ',
|
|
53
|
+
'todo.actionList.reloadMenuData.todoOptions.labelKey.label': '節點名稱取值字段',
|
|
54
|
+
'todo.actionList.reloadMenuData.todoOptions.nodeValueKey.label': '節點key取值字段',
|
|
55
|
+
'todo.actionList.reloadMenuData.todoOptions.urlValueKey.label': '節點url取值字段',
|
|
56
|
+
'todo.actionList.reloadMenuData.todoOptions.selectable.label': '節點可選字段編碼',
|
|
57
|
+
'todo.actionList.reloadMenuData.todoOptions.selectable.labelTip': "適用場景:需要控制當前節點是否能夠選擇,且需後端服務有字段標識出是否可選;\n 處理邏輯:當節點的字段編碼值為布爾類型的false,或者字符串類型為'false'、\n 空字符串時,都認為不可選,否則認為可選。",
|
|
58
|
+
'todo.actionList.reloadMenuData.todoOptions.childrenKey.label': '下級列表取值字段',
|
|
59
|
+
'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 ',
|
|
60
|
+
'todo.actionList.appendTreeNode.label': '加載子節點數據',
|
|
61
|
+
'todo.actionList.appendTreeNode.todoOptions.nodeKey.label': '操作節點key',
|
|
62
|
+
'todo.actionList.appendTreeNode.todoOptions.title.label': '節點名稱取值字段',
|
|
63
|
+
'todo.actionList.appendTreeNode.todoOptions.key.label': '節點key取值字段',
|
|
64
|
+
'todo.actionList.appendTreeNode.todoOptions.selectable.label': '節點可選字段編碼',
|
|
65
|
+
'todo.actionList.appendTreeNode.todoOptions.selectable.labelTip': "適用場景:需要控制當前節點是否能夠選擇,且需後端服務有字段標識出是否可選;\n 處理邏輯:當節點的字段編碼值為布爾類型的false,或者字符串類型為'false'、\n 空字符串時,都認為不可選,否則認為可選。",
|
|
66
|
+
'todo.actionList.appendMenuNodeData.label': '加載菜單子項數據',
|
|
67
|
+
'todo.actionList.appendMenuNodeData.todoOptions.title.label': '節點名稱取值字段',
|
|
68
|
+
'todo.actionList.appendMenuNodeData.todoOptions.key.label': '節點key取值字段',
|
|
69
|
+
'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.label': '下級列表取值字段',
|
|
70
|
+
'todo.actionList.appendMenuNodeData.todoOptions.childrenKey.labelTip': '使用場景:一次性查詢所有數據時,需要設置下一級列表數據的取值字段;\n 示例說明:如下參數,當查詢所有數據,需要標記出從children字段獲取下級列表的數據;\n {\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n }\n ',
|
|
71
|
+
'todo.actionList.getTreeSelectedKey.label': '獲取選中節點key',
|
|
72
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.title': '樹選中節點key(@{name})',
|
|
73
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.0.description': '選中節點的唯一標識',
|
|
74
|
+
'todo.actionList.getTreeSelectedKey.todoCallbacks.callback1.fields.1.title': '樹選中節點key(多選)(@{name})',
|
|
75
|
+
'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.title': '@{name}表單數據',
|
|
76
|
+
'todo.actionList.getFormValue.todoCallbacks.callback1.fields.0.description': '直接獲取表單數據',
|
|
77
|
+
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.getFields.description': '當前表單所有字段的數據',
|
|
78
|
+
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.getFields.description': '當前表單所有字段的數據',
|
|
79
|
+
'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.title': '全部表單數據',
|
|
80
|
+
'todo.actionList.validateAllForm.todoCallbacks.callback1.fields.0.description': '頁面全部表單均校驗通過後,所有字段的數據',
|
|
81
|
+
'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.title': '全部表單數據',
|
|
82
|
+
'todo.actionList.getAllFormValues.todoCallbacks.callback1.fields.0.description': '頁面全部表單,所有字段的數據',
|
|
83
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.title': '表格選中行(單選)(@{name})',
|
|
84
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.0.description': '在單選表格中,當前選中行的數據',
|
|
85
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.title': '表格選中行(多選)(數組)(@{name})',
|
|
86
|
+
'todo.actionList.getTableSelected.todoCallbacks.callback1.fields.1.description': '在多選表格中,當前所有選中行的數據列表',
|
|
87
|
+
'todo.actionList.getTableSelectedKey.label': '獲取選中行主鍵',
|
|
88
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.title': '表格選中行主鍵(單選)(@{name})',
|
|
89
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.0.description': '在單選表格中,當前選中行的行主鍵',
|
|
90
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.title': '表格選中行主鍵(多選)(@{name})',
|
|
91
|
+
'todo.actionList.getTableSelectedKey.todoCallbacks.callback1.fields.1.description': '在多選表格中,當前所有選中行的行主鍵集合',
|
|
92
|
+
'todo.actionList.getTableCurrentPageSelected.label': '獲取當前頁選中行',
|
|
93
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.title': '當前頁選中行(單選)(@{name})',
|
|
94
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.0.description': '在分頁表格中,當前頁選中行的數據',
|
|
95
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.title': '當前頁選中行(多選)(@{name})',
|
|
96
|
+
'todo.actionList.getTableCurrentPageSelected.todoCallbacks.callback1.fields.1.description': '在分頁表格中,當前頁所有選中行的數據列表',
|
|
97
|
+
'todo.actionList.getTableCurrentPageSelectedKey.label': '獲取當前頁選中行主鍵',
|
|
98
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.title': '當前頁選中行主鍵(單選)(@{name})',
|
|
99
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.0.description': '在分頁表格中,當前選中行的行主鍵',
|
|
100
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.title': '當前頁選中行主鍵(多選)(@{name})',
|
|
101
|
+
'todo.actionList.getTableCurrentPageSelectedKey.todoCallbacks.callback1.fields.1.description': '在分頁表格中,當前所有選中行的行主鍵集合',
|
|
102
|
+
'todo.actionList.getTableData.label': '獲取表格數據',
|
|
103
|
+
'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.title': '表格數據(@{name})',
|
|
104
|
+
'todo.actionList.getTableData.todoCallbacks.callback1.fields.0.description': '當前表格數據列表',
|
|
105
|
+
'todo.actionList.getPageNum.label': '獲取當前頁碼',
|
|
106
|
+
'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.title': '當前頁碼(@{name})',
|
|
107
|
+
'todo.actionList.getPageNum.todoCallbacks.callback1.fields.0.description': '在分頁表格中,當前顯示的頁碼',
|
|
108
|
+
'todo.actionList.addTableRow.label': '新增一行空白數據',
|
|
109
|
+
'todo.actionList.addTableRow.todoOptions.inlineeditnow.label': '新增後啟用行內編輯',
|
|
110
|
+
'todo.actionList.addTableRowData.label': '新增一行數據',
|
|
111
|
+
'todo.actionList.delTableRow.label': '刪除指定行數據',
|
|
112
|
+
'todo.actionList.clearTableSelected.label': '清除選中數據',
|
|
113
|
+
'todo.actionList.validateTableData.label': '獲取當前頁數據並校驗',
|
|
114
|
+
'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.title': '表格數據(@{name})',
|
|
115
|
+
'todo.actionList.validateTableData.todoCallbacks.callback1.fields.0.description': '在分頁表格中,當前頁的數據列表',
|
|
116
|
+
'todo.actionList.validateTableRowData.label': '校驗當前保存行數據',
|
|
117
|
+
'todo.actionList.reloadAppTableData.label': '綁定表格數據',
|
|
118
|
+
'todo.actionList.getAppTableData.label': '獲取表格數據',
|
|
119
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.title': '獲取數據成功@{name}',
|
|
120
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback1.fields.0.description': '',
|
|
121
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.title': '獲取數據失敗@{name}',
|
|
122
|
+
'todo.actionList.getAppTableData.todoCallbacks.callback2.fields.0.description': '',
|
|
123
|
+
'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.title': '@{name}表單數據',
|
|
124
|
+
'todo.actionList.validateGridViewForms.todoCallbacks.callback1.fields.0.description': '獲取循環塊表單校驗並取值, 返回對象數組',
|
|
125
|
+
'todo.actionList.getSelectedData.label': '獲取選中數據',
|
|
126
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.titlePrefix': '下拉框選中數據(單選)',
|
|
127
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.titlePrefix': '下拉框選中數據(多選)',
|
|
128
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.titlePrefix': '選中節點數據',
|
|
129
|
+
'todo.actionList.setTreeSelectedKey.label': '設置選中節點',
|
|
130
|
+
'todo.actionList.getTreeEditingKey.label': '獲取當前操作的節點key',
|
|
131
|
+
'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.title': '當前操作的樹節點key(@{name})',
|
|
132
|
+
'todo.actionList.getTreeEditingKey.todoCallbacks.callback1.fields.0.description': '點擊樹節點相關的操作按鈕(如新增)所對應的樹節點唯一標識',
|
|
133
|
+
'todo.actionList.getCheckedKey.label': '獲取複選框選中值',
|
|
134
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.title': '勾選節點key(單選)(@{name})',
|
|
135
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.0.description': '勾選節點的唯一標識',
|
|
136
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.title': '勾選節點key(多選)(@{name})',
|
|
137
|
+
'todo.actionList.getCheckedKey.todoCallbacks.callback1.fields.1.description': '勾選節點的唯一標識集合',
|
|
138
|
+
'todo.actionList.setCheckedKey.label': '設置複選框選中值',
|
|
139
|
+
'todo.actionList.clearTreeCheckedKey.label': '清空複選框選中項',
|
|
140
|
+
'todo.actionList.setSelectAll.label': '設置全部選中',
|
|
141
|
+
'todo.actionList.callFuncComp.label': '調用功能組件能力',
|
|
142
|
+
'todo.actionList.callFuncComp.todoCallbacks.callback1.titlePrefix': '功能組件回調參數',
|
|
143
|
+
'todo.actionList.addEventListenerParentMessage.label': '接收父容器消息',
|
|
144
|
+
'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.title': '接收到父容器消息',
|
|
145
|
+
'todo.actionList.addEventListenerParentMessage.todoCallbacks.callback1.fields.0.description': '接收到父容器的消息內容',
|
|
146
|
+
'todo.actionList.postParentMessage.label': '發送消息至父容器',
|
|
147
|
+
'todo.actionList.setRemoteCompProps.label': '給組件設置屬性',
|
|
148
|
+
'todo.actionList.setRemoteCompProps.todoOptions.rProps.label': '設置自定義組件屬性',
|
|
149
|
+
'todo.actionList.sysSetFormItemStatus.label': '設置表單控件狀態',
|
|
150
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.0.description': '僅支持選擇非渲染容器下的“表單”組件',
|
|
151
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.1.description': '需要接受格式為[{"attrCode": "item_order_name","status": 2}]的對象數組',
|
|
152
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.label': '選項表單編碼字段',
|
|
153
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.2.description': '表單編碼字段attrCode的節點別名',
|
|
154
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.compid.props.options.3.description': '表單狀態字段status的節點別名 (1 編輯, 2 隱藏, 3 禁用 4 只讀)',
|
|
155
|
+
'todo.actionList.sysSetFormItemStatus.remarks.0.content': '支持批量對表單內控件進行狀態控制,例如:通過服務或其他方式返回字段編碼和狀態值,根據狀態值設置表單內對應控件是否可編輯、是否隱藏等,狀態值分別是:1 編輯,2 隱藏, 3 禁用, 4 只讀 \n\n 只支持當前頁面表單,如需控制業務組件或其他容器內的表單,請在業務組件中配置',
|
|
156
|
+
'todo.actionList.sysSetFormItemStatus.remarks.1.content': '選擇返回數據的內容節點,設置字段編碼和狀態值的取值字段,根據狀態值設置控件的狀態',
|
|
157
|
+
'todo.actionList.customPrintOrExport.label': '自定義打印/導出',
|
|
158
|
+
'todo.actionList.customPrintOrExport.todoOptions.customSelectComp.label': '選擇打印組件',
|
|
159
|
+
'todo.actionList.customPrintOrExport.todoOptions.waterMarkFlag.labelTip': '當應用開啟水印功能才生效,我的應用-設置-應用設置-水印設置',
|
|
160
|
+
'todo.actionList.customPrintOrExport.todoOptions.fileName.label': '自定義文件名稱',
|
|
161
|
+
'todo.actionList.customPrintOrExport.todoOptions.fileName.labelTip': '未設置文件名稱時,則為頁面名稱,不包括後綴,如:自定義文件名稱',
|
|
162
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.select.titlePrefix': '下拉框選中值',
|
|
163
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.select.description': '當前選中項的屬性值',
|
|
164
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.titlePrefix': '標簽頁選中key',
|
|
165
|
+
'todo.actionList.getValue.todoCallbacks.callback1.fields.tabs.description': '當前選中標簽頁的唯一標識',
|
|
166
|
+
'todo.actionList.reloadOptions.label': '重新加載選項',
|
|
167
|
+
'todo.actionList.setModalSelectValue.todoOptions.labelKey.label': '內容映射字段',
|
|
168
|
+
'todo.actionList.triggerRelDataSource.label': '聯動設置下拉框選項',
|
|
169
|
+
'todo.actionList.triggerRelDataSource.todoOptions.arelStaticData.label': 'A端靜態數據',
|
|
170
|
+
'todo.actionList.triggerRelDataSource.todoOptions.zrelStaticData.label': 'Z端靜態數據',
|
|
171
|
+
'todo.actionList.triggerRelDataSource.todoOptions.custTargetVal.label': '自定義觸發值',
|
|
172
|
+
'todo.actionList.setActiveTabPane.label': '設置Tabs選中面板',
|
|
173
|
+
'todo.actionList.setActiveTabPane.todoOptions.activeTabKey.label': 'Tab選中key',
|
|
174
|
+
'todo.actionList.editInlineRow.label': '指定行開啟行內編輯',
|
|
175
|
+
'todo.actionList.editInlineRow.todoOptions.inlineeditrow.label': '指定行id',
|
|
176
|
+
'todo.actionList.saveInlineRow.label': '保存當前行內編輯行',
|
|
177
|
+
'todo.actionList.restoreInlineRow.label': '撤銷全部行內編輯行',
|
|
178
|
+
'todo.actionList.setDownloadResponse.label': '打開/下載鏈接',
|
|
179
|
+
'todo.actionList.setDownloadResponse.todoOptions.downloadUrl.label': '下載鏈接地址',
|
|
180
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.label': '自定義文件名稱',
|
|
181
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.labelTip': '未設置文件名稱時,則為文件原本的名稱',
|
|
182
|
+
'todo.actionList.saveBlobFile.todoOptions.fileName.props.placeholder': '包括後綴,如: 表格.xls',
|
|
183
|
+
'todo.actionList.downloadByFileId.todoOptions.fileResourceType.label': '文件資源類型',
|
|
184
|
+
'todo.actionList.downloadByFileId.todoOptions.data.label': '文件ID',
|
|
185
|
+
'todo.actionList.downloadByFileId.todoOptions.data.labelTip': '支持逗號分隔或者數組形式的多文件下載,如:1,2或者$[1,2]$',
|
|
186
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.label': '自定義文件名稱',
|
|
187
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.labelTip': '未設置文件名稱時,則為文件原本的名稱',
|
|
188
|
+
'todo.actionList.downloadByFileId.todoOptions.fileName.props.placeholder': '包括後綴,如: 表格.xls',
|
|
189
|
+
'todo.actionList.downloadByFileId.todoOptions.zip.labelTip': '默認為單文件不壓縮,多文件壓縮,若開啟單文件壓縮為“是”,則不區分單文件/多文件,都壓縮。',
|
|
190
|
+
'todo.actionList.downloadByFileId.remarks.0.content': '如果您需要下載在配置態(頁面-文件資源)功能上上傳的文件,請選擇文件資源,否則如果您需要選擇當前平台的文件服務器中的文件資源(一般是通過運行態應用運行後上傳的資源),請選擇服務器資源',
|
|
191
|
+
'todo.actionList.downloadByFileId.remarks.1.content': '文件下載只支持低代碼平台內的文件資源,暫不支持外部url方式下載',
|
|
192
|
+
'todo.actionList.callSelfFunc.label': '調用頁面自定義事件',
|
|
193
|
+
'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.title': '自定義事件回調(@{options.customFuncName})',
|
|
194
|
+
'todo.actionList.callSelfFunc.todoCallbacks.callback1.fields.0.description': '頁面自定義事件回調數據',
|
|
195
|
+
'todo.actionList.callParentCustomFunc.label': '調用父頁面自定義事件',
|
|
196
|
+
'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.title': '父頁面自定義事件回調(@{options.customFuncName})',
|
|
197
|
+
'todo.actionList.callParentCustomFunc.todoCallbacks.callback1.fields.0.description': '父頁面自定義事件回調數據',
|
|
198
|
+
'todo.actionList.callParentCustomFunc.remarks.0.content': '場景一:當A頁面通過頁面容器/業務組件加載B頁面的時候,通過該事件支持B頁面調用A頁面事件 \n 場景二:當A頁面打開彈窗/抽屜/氣泡是B頁面的時候,通過該事件支持B頁面調用A頁面事件 \n 場景三:當A頁面(A頁面開啟頁面緩存)跳轉到B頁面的時候,通過該事件支持B頁面調用A頁面事件',
|
|
199
|
+
'todo.actionList.callCustomPageFunc.label': '調用任意頁面自定義事件',
|
|
200
|
+
'todo.actionList.callCustomPageFunc.todoOptions.actionTitle.props.placeholder': '請輸入動作說明',
|
|
201
|
+
'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.title': '任意頁面自定義事件回調(@{options.customFuncName})',
|
|
202
|
+
'todo.actionList.callCustomPageFunc.todoCallbacks.callback1.fields.0.description': '頁面自定義事件回調數據',
|
|
203
|
+
'todo.actionList.callCustomPageFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
|
|
204
|
+
'todo.actionList.exportPage.todoOptions.fileName.props.placeholder': '請輸入導出的文件名',
|
|
205
|
+
'todo.actionList.exportPage.todoOptions.type.props.options.0.title': 'PDF',
|
|
206
|
+
'todo.actionList.importCustomData.label': '自定義導入數據',
|
|
207
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.0.description': '此處僅展示開啟文件入參的編排服務,服務入參需包含impFile(文件類型)字段用於接收文件和param(對象類型,非必須)字段接收自定義參數',
|
|
208
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.1.description': '此處僅展示開啟上傳控件中使用的請求層服務,服務入參需包含impFile(文件類型)字段用於接收文件和param(對象類型,非必須)字段接收自定義參數',
|
|
209
|
+
'todo.actionList.importCustomData.todoOptions.accept.label': '允許上傳的文件',
|
|
210
|
+
'todo.actionList.importCustomData.todoOptions.accept.labelTip': '請輸入文件拓展名,多個請用英文逗號分割如:.xlsx,.xls,.csv',
|
|
211
|
+
'todo.actionList.importCustomData.todoOptions.custTpl.label': '配置導入模板',
|
|
212
|
+
'todo.actionList.importCustomData.todoOptions.custTplUrl.label': '指定模板地址(可選)',
|
|
213
|
+
'todo.actionList.importCustomData.todoCallbacks.callback1.fields.0.title': '導入結果(resultObject)',
|
|
214
|
+
'todo.actionList.importCustomData.todoCallbacks.callback1.fields.1.title': '導入提示(resultMsg)',
|
|
215
|
+
'todo.actionList.setTimeout.label': '設置單次定時器',
|
|
216
|
+
'todo.actionList.setTimeout.todoOptions.timername.label': '定時器命名(頁面內不可重複)',
|
|
217
|
+
'todo.actionList.setInterval.label': '設置循環定時器',
|
|
218
|
+
'todo.actionList.setInterval.todoOptions.timername.label': '定時器命名(頁面內不可重複)',
|
|
219
|
+
'todo.actionList.setTimer.todoOptions.timername.label': '定時器命名(頁面內不可重複)',
|
|
220
|
+
'todo.actionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
221
|
+
'todo.actionList.print.todoOptions.compToPrint.label': '自定義打印區域(可選)',
|
|
222
|
+
'todo.actionList.return.todoOptions.returnType.labelTip': '1、值:用於數據返回,比如獲取頁面表單數據,退出後進行數據傳遞;<br />\n2、成功:用於成功標志返回,將觸發調用方的成功回調;<br />\n3、失敗:用於失敗標志返回,將觸發調用方的失敗回調。',
|
|
223
|
+
'todo.actionList.return.todoOptions.returnValue.label': '返回內容(可選)',
|
|
224
|
+
'todo.actionList.return.todoOptions.isPreventDefault.label': '中止默認動作(高級)',
|
|
225
|
+
'todo.actionList.return.todoOptions.isPreventDefault.labelTip': '指中止瀏覽器默認行為:<br />\n比如中止打開文件選擇器、中止文件下載等行為。',
|
|
226
|
+
'todo.actionList.return.todoOptions.isStopPropagation.label': '阻止事件冒泡(高級)',
|
|
227
|
+
'todo.actionList.return.todoOptions.isStopPropagation.labelTip': '指只觸發當前組件配置的事件:<br />\n比如空白容器裡放置按鈕, 空白容器和按鈕都配置點擊事件,正常點擊按鈕的時候就觸發兩個點擊事件,但阻止事件冒泡就不會執行到空白容器的點擊事件。',
|
|
228
|
+
'todo.actionList.copyToClipboard.label': '複制到黏貼板',
|
|
229
|
+
'todo.actionList.setCompState.label': '設置業務組件狀態',
|
|
230
|
+
'todo.actionList.setStepsCurrentValue.label': '設置當前步驟',
|
|
231
|
+
'todo.actionList.getStepsCurrentValue.label': '獲取當前步驟',
|
|
232
|
+
'todo.actionList.getStepsCurrentValue.todoCallbacks.callback1.fields.0.description': '當前步驟的索引值,從0開始計數,用於定位當前標簽的位置',
|
|
233
|
+
'todo.actionList.refreshLoadMore.label': '刷新LoadMore',
|
|
234
|
+
'todo.actionList.setDynamicFormValues.label': '設置表單數據',
|
|
235
|
+
'todo.actionList.clearDynamicFormValues.label': '重置表單數據',
|
|
236
|
+
'todo.actionList.validateAllAppForm.label': '全部表單校驗並取值',
|
|
237
|
+
'todo.actionList.validateAllAppForm.todoCallbacks.callback1.fields.0.title': '全部表單數據',
|
|
238
|
+
'todo.actionList.validateAllAppForm.todoCallbacks.callback2.fields.0.title': '表單失敗結果首個錯誤信息',
|
|
239
|
+
'todo.actionList.setCompFileId.label': '設置文件id',
|
|
240
|
+
'todo.actionList.setCompFileId.todoOptions.fileId.label': '文件ID',
|
|
241
|
+
'todo.actionList.loadMoreRequest.label': '綁定網絡請求',
|
|
242
|
+
'todo.actionList.loadMoreRequest.todoOptions.url.label': '請求地址(URL)',
|
|
243
|
+
'todo.actionList.dFormSubmit.label': '校驗後獲取表單值',
|
|
244
|
+
'todo.actionList.dFormSubmit.todoCallbacks.callback1.description': '表單數據對象,包括:字段編碼和值',
|
|
245
|
+
'todo.actionList.dFormGetFieldsValue.todoCallbacks.callback1.description': '表單數據對象,包括:字段編碼和值',
|
|
246
|
+
'todo.actionList.dFormAllDisabled.label': '設置表單是否可編輯',
|
|
247
|
+
'todo.actionList.setPageSrc.label': '設置頁面地址',
|
|
248
|
+
'todo.actionList.setSrc.label': '設置資源地址',
|
|
249
|
+
'todo.actionList.setRangeValue.todoOptions.startVal.props.placeholder': '請輸入YYYY-MM-DD格式的時間',
|
|
250
|
+
'todo.actionList.setRangeValue.todoOptions.endVal.props.placeholder': '請輸入YYYY-MM-DD格式的時間',
|
|
251
|
+
'todo.actionList.reloadDataSource.todoOptions.sync.label': '數據加載方式',
|
|
252
|
+
'todo.actionList.setDataSource.label': '設置數據源值',
|
|
253
|
+
'todo.actionList.resetDataSource.label': '清空數據源值',
|
|
254
|
+
'todo.actionList.sendMessageIframe.label': '給web容器發消息',
|
|
255
|
+
'todo.actionList.sendMessageIframe.remarks.0.content': '用於和Web容器消息交互, 需於Web容器研發人員對接。',
|
|
256
|
+
'todo.actionList.getLocalLocation.label': '獲取當前位置',
|
|
257
|
+
'todo.actionList.getLocalLocation.todoOptions.mapKey.props.placeholder': '請輸入地圖的秘鑰',
|
|
258
|
+
'todo.actionList.getLocalLocation.todoOptions.securityKey.label': '安全秘鑰(高德地圖)',
|
|
259
|
+
'todo.actionList.getLocalLocation.todoOptions.securityKey.props.placeholder': '請輸入地圖的安全密鑰',
|
|
260
|
+
'todo.actionList.getLocalLocation.todoOptions.locationAlways.label': '是否持續定位',
|
|
261
|
+
'todo.actionList.getLocalLocation.todoOptions.locationOutputType.label': '定位輸出坐標系',
|
|
262
|
+
'todo.actionList.getLocalLocation.todoOptions.locationAddress.label': '是否需要地址信息',
|
|
263
|
+
'todo.actionList.getLocalLocation.todoCallbacks.callback1.fields.0.title': '定位成功回調',
|
|
264
|
+
'todo.actionList.getLocalLocation.todoCallbacks.callback2.fields.0.title': '定位失敗回調',
|
|
265
|
+
'todo.actionList.getLocalLocation.remarks.0.content': '使用百度/高德的JS-SDK進行位置定位,存在精度不準確問題,如果您的場景是需要高精度的場景,如在APP中,請使用JS調用原生APP獲取定位信息。',
|
|
266
|
+
'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地圖類型為高德且需要地址信息時需要輸入高德地圖的安全密鑰,否則無法獲取地址信息。',
|
|
267
|
+
'todo.actionList.setVerificationCodeImageUrl.label': '設置圖片地址',
|
|
268
|
+
'todo.actionList.setVerificationCodeImageUrl.todoOptions.verificationCodeUrl.label': '驗證碼圖片地址',
|
|
269
|
+
'todo.actionList.removeTransferKeys.label': '刪除右側列表值',
|
|
270
|
+
'todo.actionList.removeTransferKeys.todoOptions.transferValue.props.placeholder': '請輸入刪除值,多個用英文逗號拼接,例如:1,2,3',
|
|
271
|
+
'todo.actionList.addTransferKeys.label': '設置右側列表值',
|
|
272
|
+
'todo.actionList.addTransferKeys.todoOptions.transferValue.props.placeholder': '請輸入添加值,多個用英文逗號拼接,例如:1,2,3',
|
|
273
|
+
'todo.actionList.loadLineChartData.todoOptions.xLineName.label': 'x軸字段名',
|
|
274
|
+
'todo.actionList.loadLineChartData.todoOptions.yLineName.label': 'y軸字段名',
|
|
275
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutX.label': 'x軸字段名',
|
|
276
|
+
'todo.actionList.loadDonutChartData.todoOptions.donutY.label': 'y軸字段名',
|
|
277
|
+
'todo.actionList.loadMultipleProgressData.todoOptions.mpData.props.placeholder': '格式為:[{count:xx, color:xx, label:xx},...]',
|
|
278
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcXName.label': 'x軸字段名',
|
|
279
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcLegendParams.props.placeholder': '格式為:[{label:xx(說明), value:xx(對應數據源取值字段)},...]',
|
|
280
|
+
'todo.actionList.loadGroupColumnData.todoOptions.gcData.props.placeholder': '格式為:[{name:xx, xx:xx, xx:xx, ...},...]',
|
|
281
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scXName.label': 'x軸字段名',
|
|
282
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scYName.label': 'y軸字段名',
|
|
283
|
+
'todo.actionList.loadSmallColumnarData.todoOptions.scData.props.placeholder': '格式為:[{xx:xx, xx:xx, color:xx(需要指定顏色時設置該參數) },...]',
|
|
284
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcXName.label': 'x軸字段名',
|
|
285
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcLegendParams.props.placeholder': '格式為:[{label:xx, value:xx},...]',
|
|
286
|
+
'todo.actionList.loadStackColumnData.todoOptions.stcData.props.placeholder': '格式為:[{xx:xx, xx:xx, ... },...]',
|
|
287
|
+
'todo.actionList.setInlineCollapsed.label': '切換內嵌菜單',
|
|
288
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.title': '選中key(@{name})',
|
|
289
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.0.description': '循環列表選擇模式下,當前選中數據的標識集合',
|
|
290
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.title': '選中數據(@{name})',
|
|
291
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.1.description': '循環列表選擇模式下,當前選中的數據集合',
|
|
292
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.title': '選中索引值(@{name})',
|
|
293
|
+
'todo.actionList.getLoopListValues.todoCallbacks.callback1.fields.2.description': '點擊循環項在列表中的索引值集合,從0開始計數,用於定位點擊項在列表中的位置',
|
|
294
|
+
'todo.actionList.setSelectAllValues.label': '設置全部選中',
|
|
295
|
+
'todo.actionList.setExpandedKey.label': '展開指定節點',
|
|
296
|
+
'todo.actionList.closeExpandedKey.label': '收起指定節點',
|
|
297
|
+
'todo.actionList.reloadSelectorData.todoOptions.labelKey.label': '選項內容字段',
|
|
298
|
+
'todo.actionList.reloadSelectorData.todoOptions.descriptionKey.label': '選項描述字段',
|
|
299
|
+
'todo.actionList.reloadSelectorData.todoOptions.disabledKey.label': '選項禁用字段',
|
|
300
|
+
'todo.actionList.setSelectorDisabelItems.label': '設置選項禁用',
|
|
301
|
+
'todo.actionList.setSelectorDisabelItems.todoOptions.disabledKeys.label': '值/索引',
|
|
302
|
+
'todo.actionList.swipeNext.label': '切換到下一張',
|
|
303
|
+
'todo.actionList.swipePrev.label': '切換到上一張',
|
|
304
|
+
'todo.actionList.swipeTo.label': '切換到指定索引',
|
|
305
|
+
'todo.actionList.setBlockSelectData.label': '設置循環塊數據源',
|
|
306
|
+
'todo.actionList.setBlockSelectSelectedData.todoOptions.selectType.props.options.0.title': '唯一字段編碼',
|
|
307
|
+
'todo.actionList.setBlockSelectHiddenData.todoOptions.selectType.props.options.0.title': '唯一字段編碼',
|
|
308
|
+
'todo.actionList.setBlockSelectStateData.label': '設置循環項狀態',
|
|
309
|
+
'todo.actionList.setBlockSelectStateData.todoOptions.selectType.props.options.0.title': '唯一字段編碼',
|
|
310
|
+
'todo.actionList.reloadGanttData.label': '加載項目實施進度數據',
|
|
311
|
+
'todo.actionList.value.todoCallbacks.callback1.fields.0.title': '當前值(@{name})',
|
|
312
|
+
'todo.actionList.value.todoCallbacks.callback1.fields.0.description': '當前控件的內容',
|
|
313
|
+
'todo.actionList.getFormItemValue.label': '獲取選中數據對象',
|
|
314
|
+
'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.title': '選中數據@{name}',
|
|
315
|
+
'todo.actionList.getFormItemValue.todoCallbacks.callback1.fields.0.description': '當前選中值的數據列表',
|
|
316
|
+
'todo.actionList.addDebugger.label': '添加斷點(慎用)',
|
|
317
|
+
'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.title': '當前頁面索引@{name}',
|
|
318
|
+
'todo.actionList.switchAppTabs.todoCallbacks.callback1.fields.0.description': '標簽索引,從0開始計數,用於定位當前標簽的位置',
|
|
319
|
+
'todo.actionList.getDformStatus.label': '獲取表單編輯狀態',
|
|
320
|
+
'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.title': '表單編輯狀態',
|
|
321
|
+
'todo.actionList.getDformStatus.todoCallbacks.callback1.fields.0.description': '表單當前編輯狀態:true(禁用)、false(編輯)',
|
|
322
|
+
'todo.actionList.customActionCode.label': '自定義代碼塊',
|
|
323
|
+
'todo.actionList.customActionCode.todoOptions.actionTitle.props.placeholder': '請輸入動作說明',
|
|
324
|
+
'todo.actionList.customActionCode.remarks.0.content': '如果需要配合退出事件,請在代碼塊中增加return true',
|
|
325
|
+
'todo.actionList.getItemFromLocalStorage.label': '獲取本地數據',
|
|
326
|
+
'todo.actionList.getItemFromLocalStorage.todoOptions.key.label': '節點key取值字段',
|
|
327
|
+
'todo.actionList.setItemToLocalStorage.label': '保存本地數據',
|
|
328
|
+
'todo.actionList.setItemToLocalStorage.todoOptions.key.props.placeholder': '請輸入字段名值, 必須為英文',
|
|
329
|
+
'todo.actionList.swipeNext.todoCallbacks.success.fields.0.title': '@{name}目標索引',
|
|
330
|
+
'todo.actionList.swipeNext.todoCallbacks.success.fields.1.title': '@{name}目標項',
|
|
331
|
+
'todo.actionList.swipeNext.todoCallbacks.fail.fields.0.title': '@{name}錯誤信息',
|
|
332
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.formItemList.description': '需要接受格式為[{"attrCode": "item_order_name","status": 2}]的對象數組',
|
|
333
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.label': '選項表單編碼字段',
|
|
334
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.labelKey.description': '表單編碼字段attrCode的節點別名',
|
|
335
|
+
'todo.actionList.sysSetFormItemStatus.todoOptions.valueKey.description': '表單狀態字段status的節點別名 (1 編輯, 2 隱藏, 3 禁用 4 只讀)',
|
|
336
|
+
'todo.actionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
337
|
+
'todo.actionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
338
|
+
'todo.actionList.hideMessage.label': '關閉消息提示',
|
|
339
|
+
'todo.actionList.hideMessage.classification.modal.label': '消息&彈窗',
|
|
340
|
+
'todo.actionList.apiRequest.todoOptions.actionTitle.props.placeholder': '請輸入動作說明',
|
|
341
|
+
'todo.actionList.apiRequest.todoOptions.sync.label': '數據加載方式',
|
|
342
|
+
'todo.actionList.apiRequest.todoOptions.url.label': '請求地址(URL)',
|
|
343
|
+
'todo.actionList.apiRequest.todoOptions.relatedObjectList.label': '選擇關聯對象',
|
|
344
|
+
'todo.actionList.JSBridge.label': 'js調用原生方法',
|
|
345
|
+
'todo.actionList.JSBridge.todoOptions.method.props.placeholder': '例如:openCamera',
|
|
346
|
+
'todo.actionList.JSBridge.todoOptions.androidWebName.label': '安卓容器名稱',
|
|
347
|
+
'todo.actionList.JSBridge.todoOptions.androidWebName.props.placeholder': '默認:Android',
|
|
348
|
+
'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.label': '安卓端成功回調方法名',
|
|
349
|
+
'todo.actionList.JSBridge.todoOptions.androidSuccessFunName.props.placeholder': '例如:openCameraSuccess[用於Android成功回調H5]',
|
|
350
|
+
'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.label': 'iOS端成功回調方法名',
|
|
351
|
+
'todo.actionList.JSBridge.todoOptions.iOSSuccessFunName.props.placeholder': '例如:openCameraSuccess[用於iOS成功回調H5]',
|
|
352
|
+
'todo.actionList.JSBridge.todoOptions.androidFailFunName.label': '安卓端失敗回調方法名',
|
|
353
|
+
'todo.actionList.JSBridge.todoOptions.androidFailFunName.props.placeholder': '例如:openCameraFail[用於Android失敗的回調H5]',
|
|
354
|
+
'todo.actionList.JSBridge.todoOptions.iOSFailFunName.label': 'iOS端失敗回調方法名',
|
|
355
|
+
'todo.actionList.JSBridge.todoOptions.iOSFailFunName.props.placeholder': '例如:openCameraFail[用於iOS失敗的回調H5]',
|
|
356
|
+
'todo.actionList.JSBridge.todoCallbacks.callback1.title': '原生方法成功回調參數',
|
|
357
|
+
'todo.actionList.JSBridge.todoCallbacks.callback2.title': '原生方法失敗回調參數',
|
|
358
|
+
'todo.actionList.sysSetState.label': '設置組件狀態',
|
|
359
|
+
'todo.actionList.sysSetState.todoOptions.compid.labelTip': '組件無“狀態”屬性時,組件不能選中',
|
|
360
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.label': '設置組件狀態',
|
|
361
|
+
'todo.actionList.sysSetState.todoOptions.compValueList.labelTip': '1. 組件狀態設置不分先後順序</br>2. 表單組件設置了狀態,表單內組件不設置狀態,則以表單組件狀態為準;反之,表單內組件設置了狀態,則以表單內組件狀態為準',
|
|
362
|
+
'todo.actionList.sysSetState.classification.1.label': '顯示/隱藏',
|
|
363
|
+
'todo.actionList.callCurrentFunc.label': '調用自定義事件',
|
|
364
|
+
'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.title': '自定義事件回調(@{options.customFuncName})',
|
|
365
|
+
'todo.actionList.callCurrentFunc.todoCallbacks.callback1.fields.0.description': '頁面自定義事件回調數據',
|
|
366
|
+
'todo.actionList.scanCode.label': '識別二維碼/條形碼',
|
|
367
|
+
'todo.actionList.scanCode.todoOptions.scanType.labelTip': '不同圖片類型,解碼器不同,請按實際場景選擇圖片類型。',
|
|
368
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.labelTip': '頁面組件:適用於識別目標為[圖片組件],並且在當前頁面中。\n圖片ID:適用於識別目標為[上傳後的圖片],在上傳後即可解析。其中上傳到平台自帶的文件服務器。\n圖片地址:適用於識別的目標為圖片鏈接地址時,例如:上傳到業務方的文件系統後返回的圖片鏈接地址。\n其他:目前支持圖片為base64的情況。',
|
|
369
|
+
'todo.actionList.scanCode.todoOptions.scanTarget.props.options.1.title': '圖片ID',
|
|
370
|
+
'todo.actionList.scanCode.todoOptions.scanSource.comp.props.placeholder': '請選擇圖片組件',
|
|
371
|
+
'todo.actionList.scanCode.todoOptions.scanSource.fileId.label': '圖片ID',
|
|
372
|
+
'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格式外的二維碼圖片不支持識別中文字符;',
|
|
373
|
+
'todo.actionList.apiRequestByFlow.todoOptions.sync.label': '數據加載方式',
|
|
374
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowUrl.label': '流程請求接口',
|
|
375
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowWorkOrderId.label': '業務工單 ID',
|
|
376
|
+
'todo.actionList.apiRequestByFlow.todoOptions.workOrderType.label': '業務工單類型',
|
|
377
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowBtnActionType.label': '按鈕動作類型',
|
|
378
|
+
'todo.actionList.apiRequestByFlow.todoOptions.flowFileId.label': '附件ID',
|
|
379
|
+
'todo.actionList.openFlowPage.label': '流程頁面跳轉',
|
|
380
|
+
'todo.actionList.openFlowPage.todoOptions.flowWorkId.label': '流程實例ID',
|
|
381
|
+
'todo.actionList.openFlowPage.todoOptions.workItemId.label': '工單ID',
|
|
382
|
+
'todo.actionList.openFlowPage.todoOptions.flowTabStepVisible.label': '展示流程實例圖',
|
|
383
|
+
'todo.actionList.openFlowPage.todoOptions.flowTimelineVisible.label': '展示流程軌跡',
|
|
384
|
+
'todo.actionList.openFlowDiagram.label': '打開流程實例圖',
|
|
385
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.label': '選擇實例圖類型',
|
|
386
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.0.title': '當前流程實例圖',
|
|
387
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramType.props.options.1.title': '指定主干流程實例圖',
|
|
388
|
+
'todo.actionList.openFlowDiagram.todoOptions.diagramWorkOrderId.label': '業務單ID',
|
|
389
|
+
'todo.actionList.sysSetVisible.classification.1.label': '顯示/隱藏',
|
|
390
|
+
'todo.actionList.setUploadProps.label': '設置上傳參數',
|
|
391
|
+
'todo.actionList.setUploadProps.todoOptions.url.label': '請求地址(URL)',
|
|
392
|
+
'todo.actionList.setUploadChange.todoOptions.url.label': '請求地址(URL)',
|
|
393
|
+
'todo.actionList.postObjectData.label': '提交業務對象數據',
|
|
394
|
+
'todo.actionList.postObjectData.todoOptions.sync.label': '數據加載方式',
|
|
395
|
+
'todo.actionList.postObjectData.todoOptions.selectObjectDataSource.label': '選擇業務對象數據源',
|
|
396
|
+
'todo.actionList.postObjectData.todoOptions.hasEventExtService.label': '需要開啟服務擴展',
|
|
397
|
+
'todo.actionList.postObjectData.todoOptions.eventExtService.label': '選擇業務場景來擴展服務',
|
|
398
|
+
'todo.actionList.postObjectData.remarks.0.content': '支持快速的進行對象的增加和修改(注意:表單數據源必須綁定對象生成的數據源才能使用該功能)',
|
|
399
|
+
'todo.actionList.postObjectData.remarks.1.content': '如果傳入的業務場景(sceneCode)是M表示修改,可以提交當前數據源或者表單綁定數據源後的數據(不支持全局數據源的綁定,表單將會校驗後獲取值),將會自動進行修改',
|
|
400
|
+
'todo.actionList.postObjectAndStartFlow.label': '提交業務對象並發起流程',
|
|
401
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.sync.label': '數據加載方式',
|
|
402
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.selectObjectDataSource.label': '選擇業務對象數據源',
|
|
403
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.debugFlowPackageCode.label': '調試用流程編碼',
|
|
404
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.flowForm.props.placeholder': '請選擇業務表單',
|
|
405
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyType.label': '下節點處理人類型',
|
|
406
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.dealPartyId.label': '下節點處理人ID',
|
|
407
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.hasEventExtService.label': '需要開啟服務擴展',
|
|
408
|
+
'todo.actionList.postObjectAndStartFlow.todoOptions.eventExtService.label': '選擇業務場景來擴展服務',
|
|
409
|
+
'todo.actionList.postObjectAndStartFlow.remarks.0.content': '支持快速的進行對象的增加和修改(注意:表單數據源必須綁定對象生成的數據源才能使用該功能)',
|
|
410
|
+
'todo.actionList.postObjectAndStartFlow.remarks.1.content': '如果傳入的業務場景(sceneCode)是M表示修改,可以提交當前數據源或者表單綁定數據源後的數據(不支持全局數據源的綁定,表單將會校驗後獲取值),將會自動進行修改',
|
|
411
|
+
'todo.actionList.updateObjectAndChangeFlow.label': '更新業務對象並流轉流程',
|
|
412
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.sync.label': '數據加載方式',
|
|
413
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.selectObjectDataSource.label': '選擇業務對象數據源',
|
|
414
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.labelTip': 'ra:回退到發起節點<br />rb:回退到配置態指定的節點<br />rc:回退到用戶指定的節點(選此類型,則節點ID或節點業務編碼必填其一)<br />rdo:回退到上一次處理的節點<br />re:回退到上遊節點<br />rf:結束流程',
|
|
415
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.0.title': '回退發起節點',
|
|
416
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.1.title': '指定回退節點',
|
|
417
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.2.title': '回退到用戶指定的節點',
|
|
418
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.3.title': '回退到上一次處理的節點',
|
|
419
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.4.title': '回退到上遊節點',
|
|
420
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.operType.props.extendCtxOptions.5.title': '回退上遊節點',
|
|
421
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.workOrderId.label': '工單ID',
|
|
422
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.orderId.label': '定單ID',
|
|
423
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.flowForm.props.placeholder': '請選擇業務表單',
|
|
424
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.approvalForm.props.placeholder': '請選擇審批表單',
|
|
425
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.directReceiptFlag.label': '本節點其他工單是否自動回單',
|
|
426
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetTacheId.label': '節點ID(和節點業務編碼選填一個即可)',
|
|
427
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.targetBusiTacheCode.label': '節點業務編碼',
|
|
428
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpToTacheId.label': '跳轉目標節點ID(和跳轉目標節點業務編碼選填一個即可)',
|
|
429
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.jumpBusiTacheCode.label': '跳轉目標節點業務編碼',
|
|
430
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerType.label': '下節點處理人類型',
|
|
431
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.nextNodeHandlerId.label': '下節點處理人ID',
|
|
432
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.hasEventExtService.label': '需要開啟服務擴展',
|
|
433
|
+
'todo.actionList.updateObjectAndChangeFlow.todoOptions.eventExtService.label': '選擇業務場景來擴展服務',
|
|
434
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.0.content': '支持快速的進行對象的增加和修改(注意:表單數據源必須綁定對象生成的數據源才能使用該功能)',
|
|
435
|
+
'todo.actionList.updateObjectAndChangeFlow.remarks.1.content': '如果傳入的業務場景(sceneCode)是M表示修改,可以提交當前數據源或者表單綁定數據源後的數據(不支持全局數據源的綁定,表單將會校驗後獲取值),將會自動進行修改',
|
|
436
|
+
'todo.actionList.applyWeChatUserInfo.label': '申請微信用戶信息授權',
|
|
437
|
+
'todo.actionList.applyWeChatUserInfo.todoOptions.url.label': '授權後重定向的回調鏈接地址',
|
|
438
|
+
'todo.actionList.applyWeChatUserInfo.classification.wxAbility.label': '微信公眾能力',
|
|
439
|
+
'todo.actionList.applyWeChatUserInfo.remarks.0.content': '用於在微信環境裡申請用戶信息的授權,授權後在重定向回調頁面的頁面事件(獲取微信授權信息)中獲取對應的用戶信息。',
|
|
440
|
+
'todo.actionList.applyWeChatUserInfo.remarks.1.content': '重定向回調的鏈接地址需使用域名地址,且該域名需要在微信公眾平台官網中的「設置與開發」-「功能設置」-「網頁授權域名」裡已配置。',
|
|
441
|
+
'todo.actionList.wxUpdateAppMessageShareData.label': '自定義“分享給朋友”及“分享到QQ”的內容',
|
|
442
|
+
'todo.actionList.wxUpdateAppMessageShareData.todoOptions.imgUrl.label': '分享圖標(url鏈接)',
|
|
443
|
+
'todo.actionList.wxUpdateAppMessageShareData.classification.wxAbility.label': '微信公眾能力',
|
|
444
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.0.content': '用於在微信環境裡,自定義“分享給朋友”及“分享到QQ”的內容,該方法需要在用戶點擊分享前調用',
|
|
445
|
+
'todo.actionList.wxUpdateAppMessageShareData.remarks.1.content': '分享鏈接及調用該方法的域名或路徑必須與當前應用對應的公眾號JS安全域名一致',
|
|
446
|
+
'todo.actionList.wxUpdateTimelineShareData.label': '自定義“分享到朋友圈”及“分享到QQ空間”的內容',
|
|
447
|
+
'todo.actionList.wxUpdateTimelineShareData.todoOptions.imgUrl.label': '分享圖標(url鏈接)',
|
|
448
|
+
'todo.actionList.wxUpdateTimelineShareData.classification.wxAbility.label': '微信公眾能力',
|
|
449
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.0.content': '用於在微信環境裡,自定義“分享到朋友圈”及“分享到QQ空間”的內容,該方法需要在用戶點擊分享前調用',
|
|
450
|
+
'todo.actionList.wxUpdateTimelineShareData.remarks.1.content': '分享鏈接及調用該方法的域名或路徑必須與當前頁面對應的公眾號JS安全域名一致',
|
|
451
|
+
'todo.actionList.wxOpenLocation.label': '使用微信內置地圖查看位置',
|
|
452
|
+
'todo.actionList.wxOpenLocation.todoOptions.address.label': '地址詳情說明',
|
|
453
|
+
'todo.actionList.wxOpenLocation.todoOptions.scale.label': '地圖縮放級別(範圍從1~28。默認為最大)',
|
|
454
|
+
'todo.actionList.wxOpenLocation.classification.wxAbility.label': '微信公眾能力',
|
|
455
|
+
'todo.actionList.wxOpenLocation.remarks.0.content': '用於在微信環境裡,使用微信內置地圖查看位置接口',
|
|
456
|
+
'todo.actionList.wxGetLocation.label': '獲取微信定位信息',
|
|
457
|
+
'todo.actionList.wxGetLocation.todoOptions.locationType.props.options.0.title': 'GPS坐標',
|
|
458
|
+
'todo.actionList.wxGetLocation.todoCallbacks.callback1.fields.0.description': 'latitude:緯度,longitude:經度,speed:速度(米/每秒),accuracy:位置精度',
|
|
459
|
+
'todo.actionList.wxGetLocation.classification.wxAbility.label': '微信公眾能力',
|
|
460
|
+
'todo.actionList.wxGetLocation.remarks.0.content': '用於在微信環境裡,獲取微信定位信息。',
|
|
461
|
+
'todo.actionList.wxChooseImage.label': '微信拍照或從相冊獲取照片',
|
|
462
|
+
'todo.actionList.wxChooseImage.todoOptions.count.label': '照片選擇數量(最多9張)',
|
|
463
|
+
'todo.actionList.wxChooseImage.todoCallbacks.callback1.fields.0.description': 'localIds: 返回選定照片的本地ID列表。localId可以作為img標簽的src屬性顯示圖片',
|
|
464
|
+
'todo.actionList.wxChooseImage.classification.wxAbility.label': '微信公眾能力',
|
|
465
|
+
'todo.actionList.wxChooseImage.remarks.0.content': '用於在微信環境裡,拍照或從手機相冊中選圖接口',
|
|
466
|
+
'todo.actionList.wxPreviewImage.label': '微信預覽圖片',
|
|
467
|
+
'todo.actionList.wxPreviewImage.todoOptions.current.label': '當前顯示圖片的http鏈接',
|
|
468
|
+
'todo.actionList.wxPreviewImage.todoOptions.urls.label': '需要預覽的圖片http鏈接列表',
|
|
469
|
+
'todo.actionList.wxPreviewImage.classification.wxAbility.label': '微信公眾能力',
|
|
470
|
+
'todo.actionList.wxPreviewImage.remarks.0.content': '用於在微信環境裡,調用微信能力預覽圖片',
|
|
471
|
+
'todo.actionList.wxUploadImage.label': '微信上傳圖片',
|
|
472
|
+
'todo.actionList.wxUploadImage.todoOptions.localId.label': '上傳的圖片的本地ID(由“微信拍照或從相冊獲取照片”事件獲得)',
|
|
473
|
+
'todo.actionList.wxUploadImage.todoOptions.isShowProgressTips.label': '顯示進度提示',
|
|
474
|
+
'todo.actionList.wxUploadImage.todoCallbacks.callback1.fields.0.description': 'serverId:圖片的服務器端ID',
|
|
475
|
+
'todo.actionList.wxUploadImage.classification.wxAbility.label': '微信公眾能力',
|
|
476
|
+
'todo.actionList.wxUploadImage.remarks.0.content': '用於在微信環境裡,上傳圖片到微信服務器。上傳圖片有效期3天,可用微信多媒體接口下載圖片到自己的服務器,此處獲得的 serverId 即 media_id, 也可用“微信下載圖片”方法下載圖片到本地。',
|
|
477
|
+
'todo.actionList.wxDownloadImage.label': '微信下載圖片',
|
|
478
|
+
'todo.actionList.wxDownloadImage.todoOptions.serverId.label': '需要下載的圖片的服務器端ID(由“微信上傳圖片”事件獲得)',
|
|
479
|
+
'todo.actionList.wxDownloadImage.todoOptions.isShowProgressTips.label': '顯示進度提示',
|
|
480
|
+
'todo.actionList.wxDownloadImage.todoCallbacks.callback1.fields.0.description': 'localId:圖片下載後的本地ID',
|
|
481
|
+
'todo.actionList.wxDownloadImage.classification.wxAbility.label': '微信公眾能力',
|
|
482
|
+
'todo.actionList.wxDownloadImage.remarks.0.content': '用於在微信環境裡,將存在微信服務器裡的圖片下載到本地瀏覽器緩存中。',
|
|
483
|
+
'todo.actionList.wxGetLocalImgData.label': '微信獲取本地圖片數據',
|
|
484
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.localId.label': '圖片的本地ID(由“微信拍照或從相冊獲取照片”或“微信下載圖片”獲得)',
|
|
485
|
+
'todo.actionList.wxGetLocalImgData.todoOptions.compressionRatio.label': '壓縮比例(0~1)',
|
|
486
|
+
'todo.actionList.wxGetLocalImgData.todoCallbacks.callback1.fields.0.description': 'localData: 圖片的base64數據,可以用img標簽顯示。',
|
|
487
|
+
'todo.actionList.wxGetLocalImgData.classification.wxAbility.label': '微信公眾能力',
|
|
488
|
+
'todo.actionList.wxGetLocalImgData.remarks.0.content': '此接口僅在 iOS WKWebview 下提供,用於兼容 iOS WKWebview 不支持 localId 直接顯示圖片的問題。',
|
|
489
|
+
'todo.actionList.openFloatWindow.label': '打開懸浮窗口',
|
|
490
|
+
'todo.actionList.openFloatWindow.remarks.0.content': '懸浮於頁面一側,適用於快速獲取幫助,無需切換頁面,如客服助手。',
|
|
491
|
+
'todo.actionList.callAiService.label': '調用智能體服務',
|
|
492
|
+
'todo.actionList.callAiService.todoOptions.actionTitle.props.placeholder': '請輸入動作說明',
|
|
493
|
+
'todo.actionList.callAiService.todoOptions.compid.label': '內容顯示組件',
|
|
494
|
+
'todo.actionList.callAiService.todoOptions.compid.props.placeholder': '請選擇顯示流式返回內容的組件',
|
|
495
|
+
'todo.actionList.closeAiService.label': '關閉智能體服務',
|
|
496
|
+
'todo.actionList.closeAiService.todoOptions.actionTitle.props.placeholder': '請輸入動作說明',
|
|
497
|
+
'todo.actionList.callFuncComp.todoCallbacks.callback1.fields.titlePrefix': '功能組件回調參數',
|
|
498
|
+
'todo.actionList.setSubTabsData.label': '設置子標簽數據',
|
|
499
|
+
'todo.actionList.setTabsData.label': '設置選項卡內容',
|
|
500
|
+
'todo.actionList.setTabsData.todoOptions.key.label': 'key字段',
|
|
501
|
+
'todo.actionList.setTabsData.remarks.0.content': '支持動態加載標題、狀態等內容,例如:通過服務或其他方式按key值返回標題、狀態、角標值,標簽頁根據key值進行數據顯示,狀態值分別是:1 顯示,2 隱藏',
|
|
502
|
+
'todo.actionList.setTabsData.remarks.1.content': '選擇返回數據的內容節點(對象數組類型),設置key、標題、狀態的取值字段,取值可以從自定義、頁面值、上下文、數據源等獲取',
|
|
503
|
+
'todo.actionList.setHref.label': '設置鏈接地址',
|
|
504
|
+
'todo.actionList.callFishParentFunc.label': '調用父窗口方法',
|
|
505
|
+
'todo.actionList.callFishParentFunc.remarks.0.content': '觸發回調:默認將成功回調函數(successCallback)、失敗回調函數(failCallback)以追加參數形式傳遞給方法進行調用觸發,也可以通過返回Promise對象觸發。',
|
|
506
|
+
'todo.actionList.showModal.todoOptions.okText.label': '確認按鈕文本',
|
|
507
|
+
'todo.actionList.showModal.todoOptions.cancelText.label': '取消按鈕文本',
|
|
508
|
+
'todo.actionList.showModal.classification.1.label': '消息&彈窗',
|
|
509
|
+
'todo.actionList.showCustomModal.label': '打開彈窗/推拉門',
|
|
510
|
+
'todo.actionList.showCustomModal.todoOptions.modalname.label': '彈窗/推拉門',
|
|
511
|
+
'todo.actionList.showCustomModal.classification.1.label': '消息&彈窗',
|
|
512
|
+
'todo.actionList.showAppCustomModal.classification.modal.label': '消息&彈窗',
|
|
513
|
+
'todo.actionList.showAppCustomModal.remarks.0.content': '確認回調事件執行:在彈窗頁面編排選擇觸發父頁面確認回掉事件,將會觸發確認回掉事件; \n\n 彈窗消失時執行: 每次彈窗消失將會觸發該回掉',
|
|
514
|
+
'todo.actionList.setModalTitle.label': '設置彈窗標題',
|
|
515
|
+
'todo.actionList.setModalTitle.classification.modal.label': '消息&彈窗',
|
|
516
|
+
'todo.actionList.showDrawer.label': '打開彈窗/推拉門',
|
|
517
|
+
'todo.actionList.showDrawer.todoOptions.drawerPath.label': '彈窗/推拉門',
|
|
518
|
+
'todo.actionList.showDrawer.classification.modal.label': '消息&彈窗',
|
|
519
|
+
'todo.actionList.showDrawer.remarks.0.content': '點擊確認執行:在彈窗頁面編排選擇觸發父頁面確認回掉事件,將會觸發確認回掉事件; \n 點擊取消執行: 點擊取消將會觸發該回掉',
|
|
520
|
+
'todo.actionList.setDrawerTitle.label': '設置推拉門標題',
|
|
521
|
+
'todo.actionList.setDrawerTitle.classification.modal.label': '消息&彈窗',
|
|
522
|
+
'todo.actionList.setPublicState.label': '設置頁面出參',
|
|
523
|
+
'todo.actionList.getPublicState.label': '獲取頁面出參',
|
|
524
|
+
'todo.actionList.historyPush.todoOptions.search.label': 'url參數',
|
|
525
|
+
'todo.actionList.historyPush.todoOptions.routerData.labelTip': '適用場景:兩頁面跳轉之間大數據的傳遞,請先前往跳轉頁面申明相應的路由數據! ',
|
|
526
|
+
'todo.actionList.historyReplace.todoOptions.search.label': 'url參數',
|
|
527
|
+
'todo.actionList.history.todoOptions.search.label': 'url參數',
|
|
528
|
+
'todo.actionList.history.remarks.0.content': '路由跳轉:靈犀應用內部進行的頁面跳轉;\n路由替換:頁面將會替換並重新加載,無法返回;\n新窗口:將會在瀏覽器上新建一個tab標簽進行打開(無法進行路由數據的傳遞);\n門戶跳轉:在靈犀平台門戶內,會新建一個新的tab標簽進行跳轉(無法進行路由數據傳遞)。 ',
|
|
529
|
+
'todo.actionList.dropPageByCatch.label': '頁面緩存清除',
|
|
530
|
+
'todo.actionList.validateForm.label': '表單校驗並取值',
|
|
531
|
+
'todo.actionList.setFormValues.label': '設置表單數據',
|
|
532
|
+
'todo.actionList.setTripleFormAction.todoOptions.detailId.label': '詳情id',
|
|
533
|
+
'todo.actionList.validateCurrentForm.todoCallbacks.callback1.description': '當前表單所有字段的數據',
|
|
534
|
+
'todo.actionList.getCurrentFormValues.todoCallbacks.callback1.description': '當前表單所有字段的數據',
|
|
535
|
+
'todo.actionList.getCustomState.todoCallbacks.callback1.fields.0.title': '自定義頁面數據:@{options.stateName}',
|
|
536
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.single.title': '下拉框選中數據(單選)@{name}',
|
|
537
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.select.multiple.title': '下拉框選中數據(多選)@{name}',
|
|
538
|
+
'todo.actionList.getSelectedData.todoCallbacks.callback1.selector.title': '選中節點數據@{name}',
|
|
539
|
+
'todo.actionList.exportBusiObjectData.label': '導出業務對象數據',
|
|
540
|
+
'todo.actionList.exportBusiObjectData.todoOptions.busiObjectId.label': '選擇業務對象',
|
|
541
|
+
'todo.actionList.exportBusiObjectData.todoOptions.relatedObjectList.label': '選擇關聯對象',
|
|
542
|
+
'todo.actionList.exportBusiObjectData.todoOptions.async.labelTip': '數量超過1萬請勾選使用異步導出',
|
|
543
|
+
'todo.actionList.exportBusiObjectData.todoOptions.custFileName.label': '自定義文件名',
|
|
544
|
+
'todo.actionList.exportCustomData.label': '自定義導出數據',
|
|
545
|
+
'todo.actionList.exportCustomData.todoOptions.custFileName.label': '自定義文件名',
|
|
546
|
+
'todo.actionList.exportCustomData.todoOptions.async.labelTip': '數量超過1萬請勾選使用異步導出',
|
|
547
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.label': 'sheet頁設置',
|
|
548
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.0.custSheetName.label': 'sheet頁名稱',
|
|
549
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.label': '自定義表頭模板',
|
|
550
|
+
'todo.actionList.exportCustomData.todoOptions.exportSheet.props.options.4.customGroup.labelTip': '可以根據選擇的字段自定義導出模板的表頭',
|
|
551
|
+
'todo.actionList.importBusiObjectData.label': '導入業務對象數據',
|
|
552
|
+
'todo.actionList.importBusiObjectData.todoOptions.name.label': '設置模板名稱',
|
|
553
|
+
'todo.actionList.importBusiObjectData.todoOptions.name.props.placeholder': '請輸入模板名稱',
|
|
554
|
+
'todo.actionList.importBusiObjectData.todoOptions.busiObjectId.label': '選擇業務對象',
|
|
555
|
+
'todo.actionList.importBusiObjectData.todoOptions.relatedObjectList.label': '選擇關聯對象',
|
|
556
|
+
'todo.actionList.importBusiObjectData.todoOptions.exception.label': '導入異常配置',
|
|
557
|
+
'todo.actionList.importBusiObjectData.todoOptions.exception.props.options.0.title': '支持部分導入',
|
|
558
|
+
'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.0.title': '導入結果(resultObject)',
|
|
559
|
+
'todo.actionList.importBusiObjectData.todoCallbacks.callback1.fields.1.title': '導入提示(resultMsg)',
|
|
560
|
+
'todo.actionList.exportSQLServiceData.label': '導出SQL查詢服務數據',
|
|
561
|
+
'todo.actionList.exportSQLServiceData.todoOptions.sqlServiceCode.label': '選擇SQL查詢服務',
|
|
562
|
+
'todo.actionList.exportSQLServiceData.todoOptions.async.labelTip': '數量超過1萬請勾選使用異步導出',
|
|
563
|
+
'todo.actionList.exportSQLServiceData.todoOptions.custFileName.label': '自定義文件名',
|
|
564
|
+
'todo.actionList.importCustomBusiObjectData.label': '自定義導入業務對象數據',
|
|
565
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.name.label': '設置模板名稱',
|
|
566
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.name.props.placeholder': '請輸入模板名稱',
|
|
567
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectId.label': '選擇業務對象',
|
|
568
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.relatedObjectList.label': '選擇關聯對象',
|
|
569
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.busiObjectFields.label': '導入字段設置',
|
|
570
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.showOnly.label': '只解析不入庫',
|
|
571
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.label': '自定義表頭模板',
|
|
572
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.customGroup.labelTip': '可以根據選擇的字段自定義導出模板的表頭',
|
|
573
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.label': '模版示例數據',
|
|
574
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.templateData.labelTip': '導入時,用戶的模板文件中應包含示例數據的配置,以便用戶能夠清楚地了解如何正確填寫數據',
|
|
575
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.exception.label': '導入異常配置',
|
|
576
|
+
'todo.actionList.importCustomBusiObjectData.todoOptions.exception.props.options.0.title': '支持部分導入',
|
|
577
|
+
'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.0.title': '導入結果(resultObject)',
|
|
578
|
+
'todo.actionList.importCustomBusiObjectData.todoCallbacks.callback1.fields.1.title': '導入提示(resultMsg)',
|
|
579
|
+
'todo.actionList.exportCustomBusiObjectData.label': '自定義導出業務對象數據',
|
|
580
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.busiObjectId.label': '選擇業務對象',
|
|
581
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.relatedObjectList.label': '選擇關聯對象',
|
|
582
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.async.labelTip': '數量超過1萬請勾選使用異步導出',
|
|
583
|
+
'todo.actionList.exportCustomBusiObjectData.todoOptions.custFileName.label': '自定義文件名',
|
|
584
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.std.description': '此處僅展示開啟文件入參的編排服務,服務入參需包含impFile(文件類型)字段用於接收文件和param(對象類型,非必須)字段接收自定義參數',
|
|
585
|
+
'todo.actionList.importCustomData.todoOptions.custUrl.props.options.serviceTabs.inner.description': '此處僅展示開啟上傳控件中使用的請求層服務,服務入參需包含impFile(文件類型)字段用於接收文件和param(對象類型,非必須)字段接收自定義參數',
|
|
586
|
+
'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.0.title': '選中數據key@{name}',
|
|
587
|
+
'todo.actionList.getBlockSelectValues.todoCallbacks.callback1.fields.1.title': '選中數據@{name}',
|
|
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
|
+
行主键: '行主鍵',
|
|
868
|
+
数据来源: '數據來源',
|
|
869
|
+
导出字段: '導出字段',
|
|
870
|
+
字段数据: '字段數據',
|
|
871
|
+
字段编码: '字段編碼',
|
|
872
|
+
快速收起: '快速收起',
|
|
873
|
+
快速展开: '快速展開'
|
|
874
|
+
};
|
|
875
|
+
var _default = exports.default = todoActionListZhHK;
|