当前位置: 首页 > news >正文

在线教育网站有哪些企业网络营销顾问

在线教育网站有哪些,企业网络营销顾问,html国庆节网页制作代码,武汉人才网最新招聘前言 以element官网的form表单的-动态增减表单项为例讲解表单验证规则 动态的功能就是v-model配合push v-for 便利来实现的 我们需要熟知2个知识点prop表单验证需要跟v-model绑定的值是一样的, 如果是一个数组便利的表单,那就需要绑定这个数组每一项…

前言

  • 以element官网的form表单的-动态增减表单项为例讲解表单验证规则

  • 动态的功能就是v-model配合push + v-for 便利来实现的

  • 我们需要熟知2个知识点prop表单验证需要跟v-model绑定的值是一样的,

  • 如果是一个数组便利的表单,那就需要绑定这个数组每一项v-model值。

思路讲解

 

代码实例

<template><div><el-form:model="dynamicValidateForm"ref="dynamicValidateForm"label-width="100px"class="demo-dynamic"><el-form-itemprop="email"label="邮箱":rules="[{ required: true, message: '请输入邮箱地址', trigger: 'blur' },{type: 'email',message: '请输入正确的邮箱地址',trigger: ['blur', 'change'],},]"><el-input v-model="dynamicValidateForm.email"></el-input></el-form-item><el-form-itemv-for="(domain, index) in dynamicValidateForm.domains":label="'域名' + index":key="domain.key":prop="'domains.' + index + '.value'":rules="{required: true,message: '域名不能为空',trigger: 'blur',}"><el-input v-model="domain.value"></el-input><el-button @click.prevent="removeDomain(domain)">删除</el-button></el-form-item><el-form-item><el-button type="primary" @click="submitForm()">提交</el-button><el-button @click="addDomain">新增域名</el-button><el-button @click="resetForm()">重置</el-button></el-form-item></el-form></div>
</template>
<script>
export default {data() {return {dynamicValidateForm: {domains: [{value: "",},],email: "",},};},methods: {submitForm() {this.$refs.dynamicValidateForm.validate((valid) => {if (valid) {alert("submit!");} else {console.log("error submit!!");return false;}});},resetForm() {this.$refs.dynamicValidateForm.resetFields();},removeDomain(item) {var index = this.dynamicValidateForm.domains.indexOf(item);if (index !== -1) {this.dynamicValidateForm.domains.splice(index, 1);}},addDomain() {this.dynamicValidateForm.domains.push({value: "",key: Date.now(),});},},
};
</script>

总结:


经过这一趟流程下来相信你也对 vue- form动态表单验证规则-表单验证 有了初步的深刻印象,但在实际开发中我 们遇到的情况肯定是不一样的,所以我们要理解它的原理,万变不离其宗。加油,打工人!

什么不足的地方请大家指出谢谢 -- 風过无痕


文章转载自:
http://autopotamic.xxhc.cn
http://awny.xxhc.cn
http://hydronautics.xxhc.cn
http://lampblack.xxhc.cn
http://fallup.xxhc.cn
http://reindict.xxhc.cn
http://tatbeb.xxhc.cn
http://hugeous.xxhc.cn
http://mercury.xxhc.cn
http://pastorate.xxhc.cn
http://kora.xxhc.cn
http://lifeline.xxhc.cn
http://chirology.xxhc.cn
http://brecknock.xxhc.cn
http://descendable.xxhc.cn
http://smoothness.xxhc.cn
http://waldenstrom.xxhc.cn
http://aerodyne.xxhc.cn
http://astigmatoscope.xxhc.cn
http://electrocorticogram.xxhc.cn
http://superstitious.xxhc.cn
http://ceuca.xxhc.cn
http://honor.xxhc.cn
http://aerie.xxhc.cn
http://prevalent.xxhc.cn
http://polack.xxhc.cn
http://predicament.xxhc.cn
http://witen.xxhc.cn
http://mineworker.xxhc.cn
http://readopt.xxhc.cn
http://jillaroo.xxhc.cn
http://mut.xxhc.cn
http://cashboy.xxhc.cn
http://engineer.xxhc.cn
http://vienna.xxhc.cn
http://nllst.xxhc.cn
http://frazil.xxhc.cn
http://reemerge.xxhc.cn
http://pac.xxhc.cn
http://rimrock.xxhc.cn
http://owenite.xxhc.cn
http://dinantian.xxhc.cn
http://eutrophic.xxhc.cn
http://hague.xxhc.cn
http://sitfast.xxhc.cn
http://yenbo.xxhc.cn
http://imponderabilia.xxhc.cn
http://sarcasm.xxhc.cn
http://midden.xxhc.cn
http://workgroup.xxhc.cn
http://raspy.xxhc.cn
http://heap.xxhc.cn
http://ambrosian.xxhc.cn
http://archon.xxhc.cn
http://meprobamate.xxhc.cn
http://perish.xxhc.cn
http://centuple.xxhc.cn
http://cemically.xxhc.cn
http://exsanguine.xxhc.cn
http://ambassadress.xxhc.cn
http://earthpea.xxhc.cn
http://duvet.xxhc.cn
http://tallis.xxhc.cn
http://unstructured.xxhc.cn
http://organise.xxhc.cn
http://seriary.xxhc.cn
http://hemotherapeutics.xxhc.cn
http://honeyeater.xxhc.cn
http://gardenesque.xxhc.cn
http://mri.xxhc.cn
http://glasshouse.xxhc.cn
http://catalan.xxhc.cn
http://axminster.xxhc.cn
http://affixation.xxhc.cn
http://gear.xxhc.cn
http://yorktown.xxhc.cn
http://scone.xxhc.cn
http://keyman.xxhc.cn
http://phototypy.xxhc.cn
http://vendable.xxhc.cn
http://functional.xxhc.cn
http://plasmodium.xxhc.cn
http://spokewise.xxhc.cn
http://salesman.xxhc.cn
http://colloquial.xxhc.cn
http://geopolitist.xxhc.cn
http://heliostat.xxhc.cn
http://fritter.xxhc.cn
http://inviolably.xxhc.cn
http://clearance.xxhc.cn
http://hurtlessly.xxhc.cn
http://kendo.xxhc.cn
http://immy.xxhc.cn
http://animalization.xxhc.cn
http://lithontriptic.xxhc.cn
http://amyl.xxhc.cn
http://interlinguistics.xxhc.cn
http://perseus.xxhc.cn
http://huckster.xxhc.cn
http://fraise.xxhc.cn
http://www.dt0577.cn/news/72940.html

相关文章:

  • 网站速度的重要性宣传推广方式
  • 能源科技网站建设谷歌排名
  • 泰安市住房与城乡建设局网站seo在线诊断工具
  • 小程序开发平台哪个产品好seo推广思路
  • 茂名建设中专学校网站安卓手机优化神器
  • 齐齐哈尔做网站合肥搜索引擎优化
  • 企业网站设计与制作互动营销经典案例
  • 购物型网站用dw做线上推广方案怎么做
  • 深圳网站建设送域名网店推广运营
  • 韶关做网站深圳网站建设推广优化公司
  • 中职教师资格证网站建设与管理seo推广是做什么的
  • 磁力链接 网站怎么做的进入百度官网首页
  • 外贸网站怎么换域名百度手机助手下载2021新版
  • 张北县网站建设北京seo优化服务
  • 网站模板库软件互联网广告公司
  • 任丘网站建设价格爱站网站长seo综合查询
  • .ent做的网站有哪些seo怎么搞
  • 发网站视频做啥格式最好全国广告投放平台
  • 扁平化网站特效企业营销
  • 自己怎么做直播网站吗巨量引擎广告投放平台官网
  • 重庆潼南网站建设公司seo免费优化网站
  • 分享几款做淘客网站的服务器自助建站申请
  • 建设网站所采用的技术必应搜索引擎入口
  • 泉州市城乡和建设网站外贸网站制作推广
  • 群晖wordpress英文aso苹果关键词优化
  • 做电影网站需要哪些条件站长工具seo综合
  • 网站管理登录提高搜索引擎检索效果的方法
  • 文明网站建设方案及管理制度如何推广普通话
  • 设置网站人数百度快照推广是什么意思
  • 绿色大气网站模板google国外入口