Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
document-management
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ry-istanbul-web
document-management
Commits
35801b85
Commit
35801b85
authored
Nov 26, 2022
by
lxyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:ceshi
parent
273fcc98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
26 deletions
+39
-26
index.js
src/router/index.js
+35
-22
index.vue
src/views/taskList/index.vue
+4
-4
No files found.
src/router/index.js
View file @
35801b85
...
...
@@ -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',
...
...
src/views/taskList/index.vue
View file @
35801b85
...
...
@@ -63,10 +63,10 @@ export default {
watch
:
{
},
created
()
{
//
this.init()
//
this.$nextTick(() => {
//
this.tableHeight();
//
})
this
.
init
()
this
.
$nextTick
(()
=>
{
this
.
tableHeight
();
})
},
computed
:
{
// 计算过的height
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment