Commit 35801b85 by lxyang

feat:ceshi

parent 273fcc98
...@@ -139,28 +139,8 @@ export const constantRoutes = [ ...@@ -139,28 +139,8 @@ export const constantRoutes = [
props: { props: {
default: false 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'), component: () => import('@/views/taskList/index'),
meta: { meta: {
icon: '', icon: '',
...@@ -170,11 +150,44 @@ export const constantRoutes = [ ...@@ -170,11 +150,44 @@ export const constantRoutes = [
path: 'taskListIndex', path: 'taskListIndex',
props: { props: {
default: false 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, // component: Layout,
// meta: { // meta: {
// icon: 'peoples', // icon: 'peoples',
......
...@@ -63,10 +63,10 @@ export default { ...@@ -63,10 +63,10 @@ export default {
watch: { watch: {
}, },
created() { created() {
// this.init() this.init()
// this.$nextTick(() => { this.$nextTick(() => {
// this.tableHeight(); this.tableHeight();
// }) })
}, },
computed: { computed: {
// 计算过的height // 计算过的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