vue+element tabs选项卡分页效果
网络编程 2021-07-04 15:01www.168986.cn编程入门
这篇文章主要为大家详细介绍了vue+element tabs选项卡分页效果,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文实例为大家分享了vue+element tabs选项卡分页效果的具体代码,供大家参考,具体内容如下
文件目录
功能展示
路由配置
{ path: '/aount', ponent: ()=> import('../ponents/home/home.vue'), //布局页面 redirect: '/aount/all-aount/list', //定向到list路径 name: '账号管理', children: [ { path: '/aount/all-aount/list', redirect: '/aount/all-aount/staff', //定向到staff路径 name: '员工管理', ponent: () => import('../ponents/view/aount/index.vue'), children: [ { path: '/aount/all-aount/staff', ponent: () => import('../ponents/view/aount/aount.vue'), hidden: true }, { path: '/aount/all-aount/agent', name: '代理人账号', ponent: () => import('../ponents/view/aount/agent.vue'), hidden: true }, { path: '/aount/all-aount/department', name: '部门设置', ponent: () => import('../ponents/view/aount/department.vue'), hidden: true }, { path: '/aount/all-aount/role', name: '角色权限设置', ponent: () => import('../ponents/view/aount/role.vue'), hidden: true }, { path: '/aount/all-aount/city', name: '城市管理', ponent: () => import('../ponents/view/aount/city.vue'), hidden: true }, ] }, }
组件代码
index.vue
<template> <div class="page_container" style="overflow:auto;height:100%;background: #ffffff;padding: 10px;min-width:1200px;"> <router-view /> </div> </template>
aount.vue
<template> <!-- 账号管理tab分页 --> <div id="employeeCareMng" class="page_container" style="overflow:auto;height:100%;background: #ffffff;min-width:1200px;"> <div v-if="isNative" > <div style="height:100%;"> <el-tabs v-model="activeName" style="height:100%;" @tab-click="handleClick"> <el-tab-pane label="员工账号" name="first" style="height:100%;"> <staff/> </el-tab-pane> <el-tab-pane label="代理人账号" name="second" style="height:100%;"> <agent/> </el-tab-pane> <el-tab-pane label="部门设置" name="third" style="height:100%;"> <department/> </el-tab-pane> <el-tab-pane label="角色权限设置" name="fourth" style="height:100%;"> <role/> </el-tab-pane> <el-tab-pane label="城市管理" name="fifth" style="height:100%;"> <city/> </el-tab-pane> </el-tabs> </div> </div> <div v-else style="height:100%;"> <router-view /> </div> </div> </template> <script> import staff from './staff' import agent from './agent' import department from './department' import role from './role' import city from './city' export default { ponents: { staff,agent,department,role,city }, data() { return { isNative: true, activeName: 'first' //默认先渲染第一个 } }, //页面初始默认是第一个板块展示 created() { if (this.$route.path === '/aount/all-aount/staff') { this.isNative = true } else { this.isNative = false } }, methods: { handleClick(tab, event) { console.log(tab, event) } } } </script> <style scoped> .page_container{ background: #ffffff; height: 100%; } </style> <style > #employeeCareMng .el-tabs__content { height:calc(100% - 55px); } </style>
其他tabs分页的组件
staff.vue 其他类似
<template> <div class="staff"> 员工账号 </div> </template> <script> export default { name:"staff", data(){ return { } }, created(){ }, methods: { }, }; </script> <style scoped>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程