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
5cff4763
Commit
5cff4763
authored
Feb 01, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d0c21c4b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1326 additions
and
0 deletions
+1326
-0
educationIndex.vue
src/components/education/educationIndex.vue
+3
-0
pointOrderList.vue
src/components/education/pointOrderList.vue
+1317
-0
index.js
src/router/index.js
+6
-0
No files found.
src/components/education/educationIndex.vue
View file @
5cff4763
...
...
@@ -205,6 +205,9 @@
<li
class=
"menu_item"
:class=
"
{'Fchecked':isChecked=='/teacherCourseList'}" @click="isChecked='/teacherCourseList',CommonJump('teacherCourseList')">
<i
class=
"el-icon-menu"
></i><span>
老师排课
</span>
</li>
<li
class=
"menu_item"
:class=
"
{'Fchecked':isChecked=='/pointOrderList'}" @click="isChecked='/pointOrderList',CommonJump('pointOrderList')">
<i
class=
"el-icon-menu"
></i><span>
排课订单
</span>
</li>
</ul>
</div>
</div>
...
...
src/components/education/pointOrderList.vue
0 → 100644
View file @
5cff4763
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
5cff4763
...
...
@@ -421,6 +421,12 @@ export default new Router({
path
:
'/addteacherCourse'
,
name
:
'addteacherCourse'
,
component
:
resolve
=>
require
([
'@/components/education/addteacherCourse'
],
resolve
),
},
//网课 排课订单
{
path
:
'/pointOrderList'
,
name
:
'pointOrderList'
,
component
:
resolve
=>
require
([
'@/components/education/pointOrderList'
],
resolve
),
}
]
},
...
...
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