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
23dbf20a
Commit
23dbf20a
authored
Feb 21, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
59885584
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+9
-11
No files found.
src/pages/studyAbroad/subscribe.vue
View file @
23dbf20a
...
...
@@ -327,17 +327,15 @@
><span>
{{
__item
.
StartTime
}}
-
{{
__item
.
EndTime
}}
</span>
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType !== 2"
>
<span
class=
"detailLabel"
>
进度
</span
<span
class=
"detailLabel"
>
进度
:
</span
><span>
{{
__item
.
Ranks
}}
/
{{
__item
.
TotalPlanNum
}}
</span>
<span
class=
"q-ml-sm"
>
{{
__item
.
CourseGradeName
}}
</span>
</div>
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
类型:
<span></span
<span
class=
"detailLabel"
>
类型:
</span
><span
v-if=
"__item.ClassType == 1"
>
跟班
</span
><span
v-if=
"__item.ClassType == 2"
>
试听课
</span
><span
v-if=
"__item.ClassType == 3"
>
约课
</span></span
>
><span
v-if=
"__item.ClassType == 3"
>
约课
</span>
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType !== 2"
>
...
...
@@ -415,7 +413,7 @@ export default {
return
{
config
:
{
AdvanceDay
:
0
,
AppointDay
:
7
,
AppointDay
:
7
},
pickerOptions
:
{
disabledDate
:
time
=>
{
...
...
@@ -496,7 +494,7 @@ export default {
"deep-purple"
,
"blue"
,
"cyan"
,
"
deep-orange
"
,
"
cyan-8
"
,
"brown"
,
"blue-grey"
],
...
...
@@ -569,7 +567,7 @@ export default {
},
100
);
},
getTeacherList
()
{
getTeacherDropDownList
({
LeaveStatus
:
1
}).
then
(
res
=>
{
getTeacherDropDownList
({
LeaveStatus
:
1
,
IsShow
:
1
}).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
TeacherList
=
JSON
.
parse
(
JSON
.
stringify
(
res
.
Data
));
var
obj
=
{
...
...
@@ -686,7 +684,7 @@ export default {
},
getAppointmentConfig
()
{
GetAppointmentConfig
({}).
then
(
res
=>
{
this
.
config
=
res
.
Data
this
.
config
=
res
.
Data
;
});
}
}
...
...
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