Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
b249dd3e
Commit
b249dd3e
authored
Oct 30, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
253daaa9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1123 additions
and
694 deletions
+1123
-694
addCourseCard.vue
src/components/education/addCourseCard.vue
+424
-431
ServiceManageEdit.vue
src/components/offlineService/ServiceManageEdit.vue
+669
-0
ServiceMannage.vue
src/components/offlineService/ServiceMannage.vue
+24
-263
index.js
src/router/index.js
+6
-0
No files found.
src/components/education/addCourseCard.vue
View file @
b249dd3e
This diff is collapsed.
Click to expand it.
src/components/offlineService/ServiceManageEdit.vue
0 → 100644
View file @
b249dd3e
This diff is collapsed.
Click to expand it.
src/components/offlineService/ServiceMannage.vue
View file @
b249dd3e
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
b249dd3e
...
@@ -392,6 +392,12 @@ export default new Router({
...
@@ -392,6 +392,12 @@ export default new Router({
name
:
'ServiceMannage'
,
name
:
'ServiceMannage'
,
component
:
resolve
=>
require
([
'@/components/offlineService/ServiceMannage'
],
resolve
)
component
:
resolve
=>
require
([
'@/components/offlineService/ServiceMannage'
],
resolve
)
},
},
//线下 服务人员新增修改
{
path
:
'/ServiceManageEdit'
,
name
:
'ServiceManageEdit'
,
component
:
resolve
=>
require
([
'@/components/offlineService/ServiceManageEdit'
],
resolve
)
},
//店铺管理 内容管理 门店管理
//店铺管理 内容管理 门店管理
{
{
path
:
'/storesManage'
,
path
:
'/storesManage'
,
...
...
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