Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
11d3b73d
Commit
11d3b73d
authored
Jun 29, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bb5e1239
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
index.js
src/api/school/index.js
+1
-1
routes.js
src/router/routes.js
+15
-0
No files found.
src/api/school/index.js
View file @
11d3b73d
...
@@ -246,7 +246,7 @@ export function batchSaveClassPlan(data) {
...
@@ -246,7 +246,7 @@ export function batchSaveClassPlan(data) {
/**
/**
*
新增修改班级
*
班级信息
* @param {JSON数据} data
* @param {JSON数据} data
*/
*/
export
function
getClassInfo
(
data
)
{
export
function
getClassInfo
(
data
)
{
...
...
src/router/routes.js
View file @
11d3b73d
...
@@ -1815,6 +1815,21 @@ const routes = [{
...
@@ -1815,6 +1815,21 @@ const routes = [{
component
:
()
=>
component
:
()
=>
import
(
"pages/stuMan/classRecord"
)
import
(
"pages/stuMan/classRecord"
)
},
},
{
path
:
"/stuMan/AppointmentStatistics"
,
//学管 学员预约统计
component
:
()
=>
import
(
"pages/stuMan/AppointmentStatistics"
)
},
{
path
:
"/stuMan/ClassEliminationStatistics"
,
//学管 学员消课统计
component
:
()
=>
import
(
"pages/stuMan/ClassEliminationStatistics"
)
},
{
path
:
"/stuMan/appointmentConfiguration"
,
//学管 学员预约配置
component
:
()
=>
import
(
"pages/stuMan/appointmentConfiguration"
)
},
{
{
path
:
"/stuMan/studentManage"
,
//学管 学员管理
path
:
"/stuMan/studentManage"
,
//学管 学员管理
component
:
()
=>
component
:
()
=>
...
...
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