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
c089a320
Commit
c089a320
authored
Sep 19, 2019
by
赵茹林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 用户服务菜单
parent
e7d591b1
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1247 additions
and
569 deletions
+1247
-569
service.vue
src/components/teacher/service.vue
+668
-0
menuList.js
src/util/menuList.js
+579
-569
No files found.
src/components/teacher/service.vue
0 → 100644
View file @
c089a320
This diff is collapsed.
Click to expand it.
src/util/menuList.js
View file @
c089a320
...
...
@@ -122,7 +122,7 @@ export default [{
component
:
e
=>
require
([
'@/components/teacher/growth'
],
e
),
}
},
{
value
:
'销售3部'
,
// 用户服务用
value
:
'销售3部'
,
routerName
:
'userservice'
,
path
:
'/userservice'
,
cover
:
'3-7'
,
...
...
@@ -131,6 +131,16 @@ export default [{
name
:
'userservice'
,
component
:
e
=>
require
([
'@/components/teacher/userservice'
],
e
),
}
},
{
value
:
'用户服务'
,
// 用户服务用
routerName
:
'service'
,
path
:
'/service'
,
cover
:
'3-9'
,
router
:
{
path
:
'/service'
,
name
:
'service'
,
component
:
e
=>
require
([
'@/components/teacher/service'
],
e
),
}
},
{
value
:
'月课订单列表'
,
routerName
:
'monthOrder'
,
...
...
@@ -184,7 +194,7 @@ export default [{
}
},]
},
{
{
name
:
''
,
value
:
'用户管理'
,
icon
:
'icon-yonghu'
,
...
...
@@ -234,8 +244,8 @@ export default [{
}
},
]
},
{
},
{
name
:
''
,
value
:
'订单管理'
,
icon
:
'icon-dingdan'
,
...
...
@@ -340,8 +350,8 @@ export default [{
}
}
]
},
{
},
{
name
:
''
,
value
:
'数据管理'
,
icon
:
'icon-shezhi'
,
...
...
@@ -447,7 +457,7 @@ export default [{
},
]
},
{
},
{
name
:
''
,
value
:
'实物管理'
,
icon
:
'icon-shu'
,
...
...
@@ -471,7 +481,7 @@ export default [{
name
:
'box'
,
component
:
e
=>
require
([
'@/components/box'
],
e
),
}
},
{
},
{
value
:
'待发货列表'
,
routerName
:
'logistics'
,
path
:
'/logistics'
,
...
...
@@ -481,7 +491,7 @@ export default [{
name
:
'logistics'
,
component
:
e
=>
require
([
'@/components/logistics'
],
e
),
}
},
{
},
{
value
:
'一次性物流信息'
,
routerName
:
'disposable'
,
path
:
'/disposable'
,
...
...
@@ -492,7 +502,7 @@ export default [{
component
:
e
=>
require
([
'@/components/disposable'
],
e
),
}
}]
},
{
},
{
name
:
''
,
value
:
'公众号'
,
icon
:
'icon-ai-weixin'
,
...
...
@@ -597,8 +607,8 @@ export default [{
}
},
]
},
{
},
{
name
:
''
,
value
:
'系统管理'
,
icon
:
'icon-xitongquanxian'
,
...
...
@@ -690,9 +700,9 @@ export default [{
}
},
]
},
},
{
{
name
:
''
,
value
:
'后台管理'
,
icon
:
'icon-shezhi'
,
...
...
@@ -751,7 +761,7 @@ export default [{
}
}
]
}
}
]
// {
// name: '',
...
...
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