diff --git a/o2web/source/x_component_process_FormDesigner/lp/en.js b/o2web/source/x_component_process_FormDesigner/lp/en.js index 481ca9e3b25ff4db13fd502f6f122f4ce149387b..c62200ed649f97f7f1f43471e99a39db60766b44 100644 --- a/o2web/source/x_component_process_FormDesigner/lp/en.js +++ b/o2web/source/x_component_process_FormDesigner/lp/en.js @@ -1109,6 +1109,7 @@ MWF.xApplication.process.FormDesigner.LP = { "filterMethodInfo": "Return a Function. Custom search logic, the first parameter is the node node, the second parameter is the search keyword keyword, by returning a boolean value to indicate whether it is hit or not", "beforeFilterInfo": "Return a Function. Filter the hook before, the parameter is the input value, if it returns false or returns a Promise and is rejected, then stop filtering", "lazyLoadScriptInfo": "The method of loading dynamic data is only valid when lazy is true; it returns a function (node, resolve), where node is the currently clicked node, and resolve is the callback for the completion of data loading (must be called)", + "firstPageNumber": "First Page Number", "showOptions": "Show Options", "onInput": "When inputting", diff --git a/o2web/source/x_component_process_FormDesigner/lp/zh-cn.js b/o2web/source/x_component_process_FormDesigner/lp/zh-cn.js index d882077da2c7781edce0b692b056e37f64762a10..6ed836c7d434774cdc06c0238c48c9f4ba135d48 100644 --- a/o2web/source/x_component_process_FormDesigner/lp/zh-cn.js +++ b/o2web/source/x_component_process_FormDesigner/lp/zh-cn.js @@ -1116,6 +1116,7 @@ MWF.xApplication.process.FormDesigner.LP = { "filterMethodInfo": "返回一个Function。自定义搜索逻辑,第一个参数是节点node,第二个参数是搜索关键词keyword,通过返回布尔值表示是否命中", "beforeFilterInfo": "返回一个Function。筛选之前的钩子,参数为输入的值,若返回 false 或者返回 Promise 且被 reject,则停止筛选", "lazyLoadScriptInfo": "加载动态数据的方法,仅在 lazy 为 true 时有效; 返回一个function(node, resolve),node为当前点击的节点,resolve为数据加载完成的回调(必须调用)", + "firstPageNumber": "首页页码", "showOptions": "显示选项", "onInput": "输入时",