循环传入的数据去生成下级菜单
成都创新互联是一家专注于网站制作、网站建设与策划设计,吉隆网站建设哪家好?成都创新互联做网站,专注于网站建设十余年,网设计领域的专业建站公司;建站业务涵盖:吉隆等地区。吉隆做网站价格咨询:18982081108<template> <div class="headBar"> <div class="title"> 微商城管理后台 </div> <el-menu class="el-menu-headBar" mode="horizontal" @select="handleSelect" background-color="#000000" text-color="#fff" active-text-color="#ffd04b" :unique-opened="true" :default-active="onRoutes" router> <template v-for="item in items" > <template v-if="item.subs" > <el-submenu :index="item.index"> <template slot="title" > {{item.title}} </template> <el-menu-item v-for="(subItem,i) in item.subs" :key="i" :index="subItem.index"> {{ subItem.title }} </el-menu-item> </el-submenu> </template> <template v-else> <el-menu-item :index="item.index"> <label>{{ item.title }}</label> </el-menu-item> </template> </template> </el-menu> </div> </template> <script> export default { data() { return { activeIndex: "1", items: [ { icon: 'el-icon-menu', index: '1', title: '数据统计', subs: [ { index: '/monitor', title: '客流展示' }, { index: '/monitor/device', title: '设备采集' }, { index: '/monitor/tv', title: '监控视频' } ] },{ icon: 'el-icon-goods', index: '/product', title: '商品管理', },{ icon: 'el-icon-goods', index: '/category', title: '类目管理', },{ icon: 'fa fa-cart-arrow-down', index: '/order', title: '订单一览' },{ icon: 'fa fa-user-o', index: '/merchant', title: '商家信息' },{ icon: 'el-icon-printer', index: '9', title: '微商城', subs:[ { icon: 'el-icon-printer', index: '/banner', title: 'banner设置' },{ icon: 'el-icon-printer', index: '/decoration', title: '首页装修' },{ icon: 'el-icon-printer', index: '/message', title: '消息设置' } ] },{ icon: 'el-icon-printer', index: '10', title: '线下店', subs:[ { icon: 'el-icon-printer', index: '/device', title: '设备管理' },{ icon: 'el-icon-printer', index: '/advertise', title: '广告管理' },{ icon: 'el-icon-printer', index: '/version', title: '版本管理' } ] },{ icon: 'el-icon-printer', index: '/largeUI', title: '大屏' },{ icon: 'el-icon-printer', index: '/coupon', title: '优惠券' } ], } }, methods: { handleSelect(key, keyPath) { console.log(key, keyPath); } }, computed:{ onRoutes(){ return this.$route.path.replace('/',''); } } } </script> <style scoped> .el-menu-headBar { width: 80%; min-width: 950px; font-size: 12px; border-bottom: 1px #000000; } .headBar { width: 100%; height: 50px; display: flex; background-color: #000000; } .title { background-color: #ffdb15; color: #000; height: 100%; min-width: 200px; width: 200px; display: flex; justify-content: center; align-items: center; letter-spacing: 5px; font-size: 17px; } </style>
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。
网页标题:vue侧边栏动态生成下级菜单的方法-创新互联
URL标题:https://www.cdcxhl.com/article48/jgohp.html
成都网站建设公司_创新互联,为您提供微信小程序、外贸网站建设、网站导航、商城网站、移动网站建设、微信公众号
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联