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
ad3f3fe3
Commit
ad3f3fe3
authored
Feb 25, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
8dbc0314
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
181 additions
and
255 deletions
+181
-255
detail.vue
src/components/stuMan/subscribe/detail.vue
+165
-251
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+16
-4
No files found.
src/components/stuMan/subscribe/detail.vue
View file @
ad3f3fe3
This diff is collapsed.
Click to expand it.
src/pages/studyAbroad/subscribe.vue
View file @
ad3f3fe3
...
@@ -101,7 +101,13 @@
...
@@ -101,7 +101,13 @@
<div
class=
"detailValue"
>
{{
__item
.
CourseName
}}
</div>
<div
class=
"detailValue"
>
{{
__item
.
CourseName
}}
</div>
</div>
</div>
<div
class=
"flex no-wrap"
>
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
班级:
</span><span>
{{
__item
.
ClassName
}}
</span>
<span
class=
"detailLabel"
>
班级:
</span>
<span>
{{
__item
.
ClassName
}}
<span
v-if=
"__item.ClassType===2"
>
<span
v-if=
"__item.ReserveType===0"
>
(正常试听)
</span>
<span
v-if=
"__item.ReserveType===1"
>
(跟班试听)
</span>
</span>
</span>
</div>
</div>
<div
class=
"flex no-wrap"
>
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
时间:
</span><span>
{{
__item
.
StartTime
}}
-
{{
__item
.
EndTime
}}
</span>
<span
class=
"detailLabel"
>
时间:
</span><span>
{{
__item
.
StartTime
}}
-
{{
__item
.
EndTime
}}
</span>
...
@@ -170,7 +176,13 @@
...
@@ -170,7 +176,13 @@
<span
class=
"detailLabel"
>
课程:
</span><span>
{{
__item
.
CourseName
}}
</span>
<span
class=
"detailLabel"
>
课程:
</span><span>
{{
__item
.
CourseName
}}
</span>
</div>
</div>
<div
class=
"flex no-wrap"
>
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
班级:
</span><span>
{{
__item
.
ClassName
}}
</span>
<span
class=
"detailLabel"
>
班级:
</span>
<span>
{{
__item
.
ClassName
}}
<span
v-if=
"__item.ClassType===2"
>
<span
v-if=
"__item.ReserveType===0"
>
(正常试听)
</span>
<span
v-if=
"__item.ReserveType===1"
>
(跟班试听)
</span>
</span>
</span>
</div>
</div>
<div
class=
"flex no-wrap"
>
<div
class=
"flex no-wrap"
>
<span
class=
"detailLabel"
>
时间:
</span><span>
{{
__item
.
StartTime
}}
-
{{
__item
.
EndTime
}}
</span>
<span
class=
"detailLabel"
>
时间:
</span><span>
{{
__item
.
StartTime
}}
-
{{
__item
.
EndTime
}}
</span>
...
@@ -296,7 +308,7 @@
...
@@ -296,7 +308,7 @@
Id
:
0
Id
:
0
},
},
{
{
label
:
"跟班"
,
label
:
"跟班
课
"
,
Id
:
1
Id
:
1
},
},
{
{
...
@@ -304,7 +316,7 @@
...
@@ -304,7 +316,7 @@
Id
:
2
Id
:
2
},
},
{
{
label
:
"约课"
,
label
:
"
预
约课"
,
Id
:
3
Id
:
3
}
}
],
],
...
...
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