提交 3a41b06d 编写于 作者: NoSubject's avatar NoSubject

增加VUE-Element组件 Elcascader

上级 3431722d
......@@ -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",
......
......@@ -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": "输入时",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册