Commit 35801b85 by lxyang

feat:ceshi

parent 273fcc98
......@@ -139,27 +139,7 @@ export const constantRoutes = [
props: {
default: false
}
}
// {
// component: () => import('@/views/dataList/putIn/index'),
// meta: {
// icon: '',
// title: '客户投放List'
// },
// name: 'PutIn',
// path: 'PutIn'
// }
]
},
{
component: Layout,
name: '跟踪文档详情',
meta: {
icon: 'system',
title: '跟踪文档详情'
},
path: '/taskList',
children: [
},
{
component: () => import('@/views/taskList/index'),
meta: {
......@@ -170,11 +150,44 @@ export const constantRoutes = [
path: 'taskListIndex',
props: {
default: false
}
},
hidden: true
},
// {
// component: () => import('@/views/dataList/putIn/index'),
// meta: {
// icon: '',
// title: '客户投放List'
// },
// name: 'PutIn',
// path: 'PutIn'
// }
]
},
// {
// path: '/taskList',
// component: Layout,
// name: '跟踪文档详情',
// meta: {
// icon: 'system',
// title: '跟踪文档详情'
// },
// children: [
// {
// component: () => import('@/views/taskList/index'),
// meta: {
// icon: '',
// title: '跟踪文档详情'
// },
// name: 'taskListIndex',
// path: 'taskListIndex',
// props: {
// default: false
// }
// },
// ]
// },
// {
// component: Layout,
// meta: {
// icon: 'peoples',
......
......@@ -63,10 +63,10 @@ export default {
watch: {
},
created() {
// this.init()
// this.$nextTick(() => {
// this.tableHeight();
// })
this.init()
this.$nextTick(() => {
this.tableHeight();
})
},
computed: {
// 计算过的height
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment