el-from

element 表单规则所有属性中文(el-from rules)

### Rules Rules may be functions that perform validation. ```js function(rule, value, callback, source, options) ``` * `rule`: Object ``` { "field": " ......
表单 属性 规则 element el-from

多个el-from提交表单时校验

1 /** 提交按钮 */ 2 async submitForm () { 3 let flg = true 4 await Promise.all([ 5 this.$refs['form'].validate(), 6 this.$refs['formTable'].validate(), 7 ......
表单 多个 el-from from el
共2篇  :1/1页 首页上一页1下一页尾页