Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
567c82fe
Commit
567c82fe
authored
Jul 11, 2019
by
青山
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换表头
parent
dc6bf250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
+24
-23
menuList.js
src/util/menuList.js
+24
-23
No files found.
src/util/menuList.js
View file @
567c82fe
...
...
@@ -326,17 +326,18 @@ export default [{
value
:
'数据管理'
,
icon
:
'icon-shezhi'
,
list
:
[
{
value
:
'渠道转化列表'
,
routerName
:
'channelTransList'
,
path
:
'/channelTransList'
,
cover
:
'9-1'
,
router
:
{
path
:
'/channelTransList'
,
name
:
'channelTransList'
,
component
:
e
=>
require
([
'@/components/channelTransList'
],
e
),
}
},
{
value
:
'渠道转化数据列表'
,
routerName
:
'channelConversionList'
,
path
:
'/channelConversionList'
,
cover
:
'9-3'
,
router
:
{
path
:
'/channelConversionList'
,
name
:
'channelConversionList'
,
component
:
e
=>
require
([
'@/components/channelConversionList'
],
e
),
}
},
{
value
:
'渠道分商品转化数据'
,
routerName
:
'channelGoodsConversionList'
,
...
...
@@ -348,17 +349,6 @@ export default [{
component
:
e
=>
require
([
'@/components/channelGoodsConversionList'
],
e
),
}
},
{
value
:
'渠道转化数据'
,
routerName
:
'channelConversionList'
,
path
:
'/channelConversionList'
,
cover
:
'9-3'
,
router
:
{
path
:
'/channelConversionList'
,
name
:
'channelConversionList'
,
component
:
e
=>
require
([
'@/components/channelConversionList'
],
e
),
}
},
{
value
:
'期数转化数据'
,
routerName
:
'periodsConversionList'
,
...
...
@@ -402,7 +392,18 @@ export default [{
name
:
'teacherPeriodsConversionList'
,
component
:
e
=>
require
([
'@/components/teacherPeriodsConversionList'
],
e
),
}
}
},
{
value
:
'明细数据列表'
,
routerName
:
'channelTransList'
,
path
:
'/channelTransList'
,
cover
:
'9-1'
,
router
:
{
path
:
'/channelTransList'
,
name
:
'channelTransList'
,
component
:
e
=>
require
([
'@/components/channelTransList'
],
e
),
}
},
]
},
{
...
...
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