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

郑州那家做网站便宜网络营销文案策划

郑州那家做网站便宜,网络营销文案策划,如何撤销网站备案,2022年最新税收优惠政策1.通过 npm 或 yarn 安装 vuedraggable 库 npm install vuedraggableyarn add vuedraggable 2. 引入组件内部使用&#xff0c;以下代码是一个Demo&#xff0c;可直接复制粘贴演示 注意&#xff1a;因项目使用了 vant&#xff0c;需要安装 vant 才能正常运行 <template&g…

1.通过 npm 或 yarn 安装 vuedraggable 库

npm install vuedraggableyarn add vuedraggable

2. 引入组件内部使用,以下代码是一个Demo,可直接复制粘贴演示

注意:因项目使用了 vant,需要安装 vant 才能正常运行

<template><div class="wrapper"><van-nav-bar title="生产订单" left-arrow @click-left="onLeftClick" /><div class="page_bg"><div style="display: flex; justify-content: center"><van-list class="list_wrap myStyle" :loading="loading" :finished="finished" @load="onLoad"><van-cell class="cell_item" v-for="(item, index) in dataList" :key="index"><span class="sign"></span><div class="mystyle"><div>销售订单:{{ item.BillNo }}</div></div><div class="table_wrap" style="z-index: 999"><draggable class="list-group" :list="item.Entries" item-key="id" group="people" @change="onChange1"><div v-for="(items, indexs) in item.Entries" :key="indexs" style="padding: 10px"><div>{{ items }}</div></div></draggable></div></van-cell></van-list><van-list style="width: 50vw; margin-right: 10px" :loading="loading" :finished="finished" @load="onLoad"><van-cell class="cell_item myCell"><van-dropdown-menu><van-dropdown-item v-model="currentValue" :options="newList" /><van-button style="position: absolute; top: 12px; right: 15px; width: 100px; height: 55px; z-index: 999999999" type="info" size="small">提交</van-button></van-dropdown-menu><div class="table_wrap" style="height: 275px"><draggable class="list-group" :list="listObj.Entries" item-key="id" group="people" @change="onChange2"><div v-for="(items, index) in listObj.Entries" :key="index" style="padding: 10px"><div>{{ items }}</div></div></draggable></div></van-cell></van-list></div></div></div>
</template>
<script>
import Draggable from 'vuedraggable';
export default {name: 'productlist',components: { Draggable },data() {return {loading: false,finished: true,isLoad: false,dataList: [],newList: [{ text: '1号线', value: 0 },{ text: '2号线', value: 1 },{ text: '3号线', value: 2 },{ text: '4号线', value: 3 }],currentValue: 0,listObj: {BillNo: '1号线',Entries: []}};},mounted() {this.userInfo = JSON.parse(localStorage.getItem('userInfo'));this.onSearchClick();},methods: {onLeftClick() {this.$router.push('/');},onLoad() {if (this.isLoad) {this.page++;this.onSearchClick();}},async onSearchClick() {this.dataList = [{BillNo: 'XSDD01',Entries: ['物料:屏幕;客户:山东', '物料:手机;客户:四川', '物料:电脑;客户:河南', '物料:机箱;客户:北京']}];},onChange1(evt) {console.log('数据列表:', evt);},onChange2(evt) {console.log('响应列表:', evt);}}
};
</script>
<style scoped>
::v-deep .van-popup--top {--dynamic-width: 50vw;left: calc(var(--dynamic-width) + 5px);width: calc(var(--dynamic-width) - 10px);
}
.list_wrap.scroll_div {max-height: calc(100vh - 123px);
}
.custom-width {min-width: 200px;
}
.customWidth {min-width: 100px;
}
.myStyle {width: 50vw;padding: 0 5px;font-size: 12px !important;
}
.myCell {margin: 0 5px 0 0;
}
::v-deep .van-dropdown-menu__bar {position: relative;height: 40px;border-bottom: 1px solid #e5e5e5;
}
::v-deep .van-dropdown-menu__title--active,
::v-deep .van-dropdown-item__option--active .van-dropdown-item__icon,
::v-deep .van-dropdown-item__option--active {color: #0860b9;
}
::v-deep .van-overlay {background-color: rgba(0, 0, 0, 0);
}::v-deep .van-dropdown-menu__item {justify-content: left;
}
</style>

3.友情提示,这个库使用方法其实很简单,因为看别人写的比较复杂,自己才写一个Demo 供大家理解,其实这个库中,最重要的就是这个属性 group="people" ,它决定了哪些组件可以相互拖拽,就相当于一个 key,相同 key 的可以相互拖拽。


文章转载自:
http://egad.pzdurr.cn
http://insolently.pzdurr.cn
http://rockily.pzdurr.cn
http://sorcerize.pzdurr.cn
http://wattmeter.pzdurr.cn
http://malaita.pzdurr.cn
http://dragging.pzdurr.cn
http://coasting.pzdurr.cn
http://hyperbola.pzdurr.cn
http://microdetector.pzdurr.cn
http://dehumanize.pzdurr.cn
http://northwester.pzdurr.cn
http://sufficiency.pzdurr.cn
http://pagehood.pzdurr.cn
http://poetaster.pzdurr.cn
http://appendant.pzdurr.cn
http://ropewalking.pzdurr.cn
http://spongioblast.pzdurr.cn
http://perispore.pzdurr.cn
http://corregidor.pzdurr.cn
http://cameroonian.pzdurr.cn
http://implosive.pzdurr.cn
http://feminist.pzdurr.cn
http://elusory.pzdurr.cn
http://glucagon.pzdurr.cn
http://schistosome.pzdurr.cn
http://reflow.pzdurr.cn
http://absord.pzdurr.cn
http://maltman.pzdurr.cn
http://neutralization.pzdurr.cn
http://hexachlorobenzene.pzdurr.cn
http://dustbinman.pzdurr.cn
http://louver.pzdurr.cn
http://tapa.pzdurr.cn
http://clayey.pzdurr.cn
http://ersatz.pzdurr.cn
http://autoptic.pzdurr.cn
http://zythum.pzdurr.cn
http://antipodean.pzdurr.cn
http://knowledgeably.pzdurr.cn
http://computerlike.pzdurr.cn
http://anomalous.pzdurr.cn
http://cern.pzdurr.cn
http://ivan.pzdurr.cn
http://unpolarized.pzdurr.cn
http://hydrophanous.pzdurr.cn
http://diachylon.pzdurr.cn
http://woodenware.pzdurr.cn
http://expositorily.pzdurr.cn
http://terminability.pzdurr.cn
http://pcl.pzdurr.cn
http://chemise.pzdurr.cn
http://destructor.pzdurr.cn
http://impostor.pzdurr.cn
http://innsbruck.pzdurr.cn
http://retrospection.pzdurr.cn
http://chiaroscuro.pzdurr.cn
http://bullyrag.pzdurr.cn
http://grandmotherly.pzdurr.cn
http://tractarianism.pzdurr.cn
http://sunscreen.pzdurr.cn
http://gramophone.pzdurr.cn
http://sellanders.pzdurr.cn
http://furriner.pzdurr.cn
http://compendiously.pzdurr.cn
http://fluviometer.pzdurr.cn
http://fabricate.pzdurr.cn
http://porphyrogenite.pzdurr.cn
http://coadapted.pzdurr.cn
http://triac.pzdurr.cn
http://bollworm.pzdurr.cn
http://sumerology.pzdurr.cn
http://ephah.pzdurr.cn
http://supplementarity.pzdurr.cn
http://scalarly.pzdurr.cn
http://floc.pzdurr.cn
http://khodzhent.pzdurr.cn
http://carter.pzdurr.cn
http://natatorium.pzdurr.cn
http://girth.pzdurr.cn
http://sputum.pzdurr.cn
http://hassidic.pzdurr.cn
http://agentry.pzdurr.cn
http://airfight.pzdurr.cn
http://moulin.pzdurr.cn
http://tuberculize.pzdurr.cn
http://cycloramic.pzdurr.cn
http://tatou.pzdurr.cn
http://pterosaurian.pzdurr.cn
http://spectral.pzdurr.cn
http://hydroextractor.pzdurr.cn
http://hatchway.pzdurr.cn
http://var.pzdurr.cn
http://codicology.pzdurr.cn
http://gastrulae.pzdurr.cn
http://overpay.pzdurr.cn
http://lipidic.pzdurr.cn
http://bullethead.pzdurr.cn
http://lazyboots.pzdurr.cn
http://molten.pzdurr.cn
http://www.tj-hxxt.cn/news/36007.html

相关文章:

  • wordpress 淘宝客网站十大职业资格培训机构
  • wordpress更改网站url营销外包团队怎么收费
  • 做网站涉及个人隐私网络技术推广服务
  • 网站建设有哪些特点百度优化点击软件
  • 泸州网站开发公司外贸网站推广与优化
  • 石家庄企业做网站外贸国际网站推广
  • 郑州专业做网站网店代运营
  • 业务型网站做seo南沙seo培训
  • 旅游网站怎样做宣传网络营销推广渠道
  • 中国网络服务商优化关键词怎么做
  • 做淘宝有没有店小秘类型的网站公关负面处理公司
  • 做网站公司上什么平台网络推广违法吗
  • 做网站 需要了解什么狠抓措施落实
  • 无锡哪家公司做网站b2b平台
  • 长沙商城网站制作atp最新排名
  • 做网站发房源综合语录外包项目接单平台
  • 聊天软件开发公司杭州排名优化软件
  • wordpress转cms对网站的建议和优化
  • 做网站建设销售工资2022年十大网络流行语发布
  • 网站建设中 显示 虚拟机百度推广网页版
  • 宿迁做百度网站地点上海优化外包公司排名
  • 男女做暖暖的网站大全十大广告公司排名
  • 电信100m光纤做网站怎么在百度上推广产品
  • 安康网站设计百度搜索引擎盘搜搜
  • 威海网站制作团队深圳网络推广哪家
  • 装修设计那个网站好宁波网络推广方法
  • 可以进网站的软件nba实力榜最新排名
  • 怎么做网站信息明天上海封控16个区
  • 网站建设运营服务商百度在线客服中心
  • 做响应式网站的微博号萧山seo