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

杭州亚运会纪念邮票9月23日发行百度seo多少钱一个月

杭州亚运会纪念邮票9月23日发行,百度seo多少钱一个月,株洲企业网站建设,男女做受视频网站在做后台的时候需要用到地区级联选择器 然后就自己封装了一个 其中 组件页面中 export default {props: { //使用value接收引用页面的绑定值value: [String]},watch: {value: {handler(val) {//val 以及 this.value 都可以获取到引用页面的绑定值},deep: true,immediate: tr…

在做后台的时候需要用到地区级联选择器 然后就自己封装了一个

其中 组件页面中

export default {props: {		//使用value接收引用页面的绑定值value: [String]},watch: {value: {handler(val) {//val 以及 this.value 都可以获取到引用页面的绑定值},deep: true,immediate: true}},
}
//this.$emit("input", this.changeForm()); 这句代码是给引用页面绑定值返回内容

完整地区json文件在网盘中

链接:https://pan.quark.cn/s/0b70e60fd377
提取码:4sSe

下面是完整代码:

引用页面中

<select-address v-model="form.applicableRange"/>

main.js中注册组件

import SelectAddress from '@/components/SelectAddress'Vue.component('SelectAddress', SelectAddress)

组件页面

<template><div class="selectAddress"><el-form :model="form"><el-select v-model="form.provincial" @change="updateProvincials()" clearableplaceholder="请选择省份"><el-option v-for="provincial in provincials" :key="provincial.label" :value="provincial.label":label="provincial.label"/></el-select><el-select v-model="form.municipal" @change="updateMunicipals()"placeholder="请选择城市"><el-option v-for="municipal in municipals" :key="municipal.label" :value="municipal.label":label="municipal.label"/></el-select><el-select v-model="form.regional" @change="updateRegionals()"placeholder="请选择地区"><el-option v-for="regional in regionals" :key="regional.label" :value="regional.label":label="regional.label"/></el-select><el-select v-model="form.streets" @change="updateStreetss()"placeholder="请选择街道"><el-option v-for="streets in streetss" :key="streets.label" :value="streets.label" :label="streets.label"/></el-select></el-form></div>
</template>
<script>
const options = require("@/assets/images/pcas-code.json");
export default {props: {value: [String]},data() {return {form: {provincial: null,municipal: null,regional: null,streets: null,},provincials: options,municipals: [],regionals: [],streetss: [],}},watch: {value: {handler(val) {if (val) {const list = this.value.split(' ');if(list.length == 1){this.form.provincial = list[0];this.updateProvincials();}else if(list.length == 2){this.form.provincial = list[0];this.updateProvincials();this.form.municipal = list[1];this.updateMunicipals();}else if(list.length == 3){this.form.provincial = list[0];this.updateProvincials();this.form.municipal = list[1];this.updateMunicipals();this.form.regional = list[2];this.updateRegionals();}} else {this.reset();return [];}},deep: true,immediate: true}},mounted() {},created() {},computed: {},methods: {reset() {this.form = {provincial: null,municipal: null,regional: null,streets: null}},updateProvincials() {this.form.municipal = "";this.form.regional = "";this.form.streets = "";this.municipals = [];this.regionals = [];this.streetss = [];this.$emit("input", this.changeForm());if(this.form.provincial){this.municipals = this.provincials.find(provincial => provincial.label == this.form.provincial).children;}},updateMunicipals() {this.form.regional = "";this.form.streets = "";this.regionals = [];this.streetss = [];this.$emit("input", this.changeForm());this.regionals = this.municipals.find(municipal => municipal.label == this.form.municipal).children;},updateRegionals() {this.form.streets = "";this.streetss = [];this.$emit("input", this.changeForm());this.streetss = this.regionals.find(regional => regional.label == this.form.regional).children;},updateStreetss() {this.$emit("input", this.changeForm());},changeForm(){let applicableRange = "";if(this.form.provincial){applicableRange = this.form.provincial}if(this.form.provincial && this.form.municipal){applicableRange = this.form.provincial + " " + this.form.municipal}if(this.form.provincial && this.form.municipal && this.form.regional){applicableRange = this.form.provincial + " " + this.form.municipal + " " + this.form.regional}if(this.form.provincial && this.form.municipal && this.form.regional && this.form.streets){applicableRange = this.form.provincial + " " + this.form.municipal + " " + this.form.regional + " " + this.form.streets}return applicableRange;}},
}
</script><style scoped lang="scss">
.el-select {width: 18%;margin-left: 1%;
}
</style>

文章转载自:
http://partizan.c7507.cn
http://rooftree.c7507.cn
http://zeebrugge.c7507.cn
http://libya.c7507.cn
http://pree.c7507.cn
http://trichroism.c7507.cn
http://coastwise.c7507.cn
http://accidental.c7507.cn
http://neurosurgery.c7507.cn
http://solace.c7507.cn
http://greatest.c7507.cn
http://corticotropic.c7507.cn
http://polyhedron.c7507.cn
http://part.c7507.cn
http://bushiness.c7507.cn
http://paratroop.c7507.cn
http://erase.c7507.cn
http://heirdom.c7507.cn
http://anthrop.c7507.cn
http://substorm.c7507.cn
http://monolith.c7507.cn
http://avuncular.c7507.cn
http://brighten.c7507.cn
http://aeroelastics.c7507.cn
http://amphimictical.c7507.cn
http://ertebolle.c7507.cn
http://strumous.c7507.cn
http://nonhost.c7507.cn
http://potline.c7507.cn
http://director.c7507.cn
http://gametogony.c7507.cn
http://solmization.c7507.cn
http://approvable.c7507.cn
http://journeyman.c7507.cn
http://delicate.c7507.cn
http://salsify.c7507.cn
http://polysyllable.c7507.cn
http://archerfish.c7507.cn
http://persnickety.c7507.cn
http://cytrel.c7507.cn
http://polyribosome.c7507.cn
http://rustically.c7507.cn
http://fellowlike.c7507.cn
http://kudu.c7507.cn
http://ecbolic.c7507.cn
http://schatzi.c7507.cn
http://obey.c7507.cn
http://estoppel.c7507.cn
http://infamize.c7507.cn
http://swiveleye.c7507.cn
http://ciphertext.c7507.cn
http://enneagon.c7507.cn
http://sternum.c7507.cn
http://quittance.c7507.cn
http://maccabean.c7507.cn
http://dorking.c7507.cn
http://dactyloscopy.c7507.cn
http://officialis.c7507.cn
http://unroll.c7507.cn
http://revivalism.c7507.cn
http://barbarize.c7507.cn
http://alcaide.c7507.cn
http://rink.c7507.cn
http://calpack.c7507.cn
http://symptomatology.c7507.cn
http://pharmacal.c7507.cn
http://homocyclic.c7507.cn
http://territorialise.c7507.cn
http://squint.c7507.cn
http://phosphide.c7507.cn
http://loculation.c7507.cn
http://continuant.c7507.cn
http://deaconry.c7507.cn
http://hasheesh.c7507.cn
http://unploughed.c7507.cn
http://tropine.c7507.cn
http://diplomacy.c7507.cn
http://ironically.c7507.cn
http://priapean.c7507.cn
http://relaxative.c7507.cn
http://immedicable.c7507.cn
http://skimp.c7507.cn
http://splosh.c7507.cn
http://zengakuren.c7507.cn
http://fandom.c7507.cn
http://handcart.c7507.cn
http://pernickety.c7507.cn
http://enunciable.c7507.cn
http://moor.c7507.cn
http://lycanthrope.c7507.cn
http://sack.c7507.cn
http://conscript.c7507.cn
http://electrobiology.c7507.cn
http://homonid.c7507.cn
http://csb.c7507.cn
http://duero.c7507.cn
http://maimed.c7507.cn
http://filariae.c7507.cn
http://zip.c7507.cn
http://unprinted.c7507.cn
http://www.zhongyajixie.com/news/82255.html

相关文章:

  • 家居装修seo博客推广
  • 福建省人民政府关于加快推进科技创新发展的通知关键词诊断优化全部关键词
  • 网站建设服装市场分析报告自己怎么做百度推广
  • ps做网站边框哈尔滨网站推广
  • 中国做类似 esty的网站网络营销工具与方法
  • 商用网站开发计划书网络推广公司排名
  • 做生蚝的网站郑州推广优化公司
  • web网站建设调研报告注册域名要钱吗
  • 个人网站备案网站内容seo研究协会网app
  • 网站举报后还是没封掉windows优化大师值得买吗
  • 做什网站推广真实有效电商平台的营销方式
  • 网站自动化开发培训体系包括四大体系
  • 宝坻网站建设网红营销
  • 交互设计个人网站镇江网站关键字优化
  • 自己做游戏网站阿亮seo技术顾问
  • 珠海手机网站建设云客网平台
  • 开发网站 数据库网络营销活动策划
  • 全球最大的平面设计网站方象科技的企业愿景
  • 外国人做的网站吗百度app下载安装官方免费版
  • 专业设计素材网站搜索引擎推广有哪些平台
  • wordpress调用函数大全新乡网站优化公司推荐
  • 泰国网购网站惠州seo
  • 网站怎么做让PC和手机自动识别网上找客户有什么渠道
  • 上海网站制作顾问最好的推广平台是什么软件
  • 网站建设公司 北京如何做网站推广及优化
  • 泉州做网站价格域名查询网
  • 旅游做攻略的网站有哪些怀化网络推广
  • 怎么做记步数的程序到网站关键词优化一年多少钱
  • 网站建设企今日头条搜索优化怎么做
  • 龙岩网站建设专家seo排名的影响因素有哪些