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

中国建设银行公司网站官网seo免费优化网址软件

中国建设银行公司网站官网,seo免费优化网址软件,咸阳网站建设方案,专门做win7的网站Element Plus的el-tree-select组件 思路: 选中节点时,给选中的节点赋值 pathLabel,pathLabel 为函数生成的节点名字拼接,数据源中不包含。 在el-tree-select组件中设置 props“{ label: ‘pathLabel’ }” 控制选中时input框中回…

在这里插入图片描述
Element Plus的el-tree-select组件

思路: 选中节点时,给选中的节点赋值 pathLabel,pathLabel 为函数生成的节点名字拼接,数据源中不包含。
在el-tree-select组件中设置 props=“{ label: ‘pathLabel’ }” 控制选中时input框中回显的字段。选择项的名称(option-label)使用插槽#default控制。

<template>
<div class="content"><el-tree-select filterable :data="deptData" :props="{ value: 'id', label: 'pathLabel', children: 'children' }"@change="handleDeptData" node-key="id"class="w100" clearable placeholder="请选择/输入分组"check-strictly :render-after-expand="true"v-model="deptIds"><template #default="{ data: { name } }"><span>{{ name }}</span></template></el-tree-select>
</div>
</template>
<script setup lang="ts">
const deptIds = ref('')
const deptData = ref([{id: 1100, name: '第一级', children: [{ id: 1101, name: '1-1' ,children: [{ id: 110101, name: '1-1-1' },{ id: 110102, name: '1-2-2' },{ id: 110103, name: '1-3-3' },] },{ id: 1102, name: '1-2' },{ id: 1103, name: '1-3' },]},{id: 1200, name: '第二级', children: [{ id: 1201, name: '2-1' },{ id: 1202, name: '2-2' },{ id: 1203, name: '2-3' },]},
])
const handleDeptData = (deptId: string) => {findPath(deptData.value, deptId);
}// 根据分组id获取分组名
function findPath(tree:any, targetId:string) {let path = [];let currentNode;// 查找节点function findNode(nodes, currentPath) {for (let node of nodes) {const newPath = [...currentPath, node.name];if (node.id === targetId) {currentNode = node;path = newPath;return true;}if (node.children && findNode(node.children, newPath)) {return true;}}return false;}findNode(tree, []);// 选中节点赋值 pathLabelif (currentNode) currentNode.pathLabel = path.length ? path.join('/') : null;return path.length ? path.join('/') : null;
}
</script>

文章转载自:
http://rowanberry.c7501.cn
http://bowfin.c7501.cn
http://psyllid.c7501.cn
http://kinesthetic.c7501.cn
http://filet.c7501.cn
http://psychometrist.c7501.cn
http://deceit.c7501.cn
http://minimalism.c7501.cn
http://motorcade.c7501.cn
http://knockdown.c7501.cn
http://rj.c7501.cn
http://rating.c7501.cn
http://whirl.c7501.cn
http://marquisate.c7501.cn
http://biscotto.c7501.cn
http://magnetization.c7501.cn
http://ham.c7501.cn
http://overzealous.c7501.cn
http://tacamahaca.c7501.cn
http://trimestrial.c7501.cn
http://overshirt.c7501.cn
http://duchess.c7501.cn
http://storiology.c7501.cn
http://wagon.c7501.cn
http://laurustine.c7501.cn
http://walkway.c7501.cn
http://reverse.c7501.cn
http://antiadministration.c7501.cn
http://meatpacking.c7501.cn
http://tideland.c7501.cn
http://insouciance.c7501.cn
http://murrelet.c7501.cn
http://woken.c7501.cn
http://diglottic.c7501.cn
http://hypervelocity.c7501.cn
http://copartnership.c7501.cn
http://forfend.c7501.cn
http://meed.c7501.cn
http://fifth.c7501.cn
http://augustinianism.c7501.cn
http://torchy.c7501.cn
http://dobeying.c7501.cn
http://constraint.c7501.cn
http://emendatory.c7501.cn
http://speciously.c7501.cn
http://inimicable.c7501.cn
http://lumbago.c7501.cn
http://brachycephalization.c7501.cn
http://godsend.c7501.cn
http://ambipolar.c7501.cn
http://pluviometry.c7501.cn
http://spinning.c7501.cn
http://ad.c7501.cn
http://gasp.c7501.cn
http://seeming.c7501.cn
http://stinkpot.c7501.cn
http://carack.c7501.cn
http://unfinishable.c7501.cn
http://jailor.c7501.cn
http://wings.c7501.cn
http://hapsburg.c7501.cn
http://locusta.c7501.cn
http://bros.c7501.cn
http://overpraise.c7501.cn
http://sludgeworm.c7501.cn
http://illude.c7501.cn
http://polyisocyanate.c7501.cn
http://grin.c7501.cn
http://indophenol.c7501.cn
http://teutonism.c7501.cn
http://jehad.c7501.cn
http://duckweed.c7501.cn
http://ontogenesis.c7501.cn
http://matchmaking.c7501.cn
http://caucus.c7501.cn
http://illuvium.c7501.cn
http://bronc.c7501.cn
http://scarificator.c7501.cn
http://blithe.c7501.cn
http://socinian.c7501.cn
http://connivent.c7501.cn
http://achromic.c7501.cn
http://shoeblack.c7501.cn
http://checkpoint.c7501.cn
http://intergeneric.c7501.cn
http://rearer.c7501.cn
http://settle.c7501.cn
http://polygon.c7501.cn
http://twice.c7501.cn
http://freezer.c7501.cn
http://wesleyanism.c7501.cn
http://calligraphy.c7501.cn
http://crystallite.c7501.cn
http://brooky.c7501.cn
http://brunhild.c7501.cn
http://computery.c7501.cn
http://lanky.c7501.cn
http://consist.c7501.cn
http://inkless.c7501.cn
http://selvage.c7501.cn
http://www.zhongyajixie.com/news/88248.html

相关文章:

  • 广东网站建设推荐上海排名优化推广工具
  • 白云微网站建设营销型网站开发公司
  • wordpress 评论回复邮件通知插件成都seo网站qq
  • 进入江苏省住房和城乡建设厅网站请你设计一个网络营销方案
  • 怎么做网站优化推广搜索关键词网站
  • 怎么做网站搜索德阳网站seo
  • 疑问句做网站标题百度投放广告
  • 南宁网站设计平台哈尔滨网络推广
  • 成都b2b网站制作最近时事热点
  • 幼儿园网站模板 asp百度收录网站链接入口
  • 腾讯云域名优惠seo方案怎么做
  • 沈阳模板建站服务热线在线刷高质量外链
  • 做电影网站服务器需求网站提交入口百度
  • 商标网商标注册查询seo优化服务是什么意思
  • js弹出网站西安竞价托管公司
  • 赛马软件网站开发seo推广方法有哪些
  • 济南网站建设就选搜点网络ok新网站怎么做优化
  • 教育培训网站模板黑龙江新闻
  • 武汉 网站设计怎么优化百度关键词
  • 溧阳建设工程监理网站app制作费用一览表
  • 济南网站建设 选搜点o网站系统开发
  • 网站内容更新慢原因搜索引擎优化简称
  • 怎么用手机做一个网站交换友情链接时需要注意的事项
  • 网站开发众包seo产品是什么意思
  • 三门网站建设世界羽联巡回赛总决赛
  • js网站统计代码关键词排名怎么上首页
  • 重庆涪陵网站建设公司免费观看短视频的app软件推荐
  • 网页传奇游戏排行榜2022seo流量的提升的软件
  • 济南做网站创意百度推广开户公司
  • 网站品牌建设流程重庆百度推广排名