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
811330fc
Commit
811330fc
authored
Sep 10, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
2d9cb5bd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
614 deletions
+3
-614
subscribe.js
src/api/studyabroad/subscribe.js
+2
-20
class-record.vue
src/components/school/student/class-record.vue
+1
-1
subscribeForm copy.vue
src/components/stuMan/subscribe/subscribeForm copy.vue
+0
-593
No files found.
src/api/studyabroad/subscribe.js
View file @
811330fc
...
...
@@ -49,16 +49,7 @@ export function GetStuAppointmentInfo(data) {
data
})
}
/**
* 后台约课
*/
export
function
SetAdminScrollAppointment
(
data
)
{
return
request
({
url
:
'/Scroll/SetAdminScrollAppointment'
,
method
:
'post'
,
data
})
}
/**
* 后台确认约课
...
...
@@ -133,16 +124,7 @@ export function getCanAppointmentStuList_V2(data) {
})
}
/**
* 新增约课
*/
export
function
setAdminScrollAppointment_V2
(
data
)
{
return
request
({
url
:
'/Scroll/SetAdminScrollAppointment_V2'
,
method
:
'post'
,
data
})
}
/**
* 新增约课
...
...
src/components/school/student/class-record.vue
View file @
811330fc
...
...
@@ -88,7 +88,7 @@
</el-table-column>
<el-table-column
prop=
"State"
label=
"状态"
width=
"70"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.State == 1"
>
<div>
<span
class=
"text-warning"
v-if=
"scope.row.AppointState==1"
>
待确认
</span>
<span
class=
"text-info"
v-if=
"scope.row.AppointState==2"
>
待上课
</span>
<span
class=
"text-positive"
v-if=
"scope.row.AppointState==3"
>
已上课
</span>
...
...
src/components/stuMan/subscribe/subscribeForm copy.vue
deleted
100644 → 0
View file @
2d9cb5bd
This diff is collapsed.
Click to expand it.
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