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