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
451a7b10
Commit
451a7b10
authored
Feb 24, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
e69ed114
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
classRecord.vue
src/pages/stuMan/classRecord.vue
+2
-1
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+2
-2
No files found.
src/pages/stuMan/classRecord.vue
View file @
451a7b10
...
@@ -34,8 +34,9 @@
...
@@ -34,8 +34,9 @@
<div
class=
"col-2"
>
<div
class=
"col-2"
>
<el-select
v-model=
"msg.ClassType"
style=
"width: 100%"
placeholder=
"类型"
size=
"small"
@
change=
"getTypeWay()"
>
<el-select
v-model=
"msg.ClassType"
style=
"width: 100%"
placeholder=
"类型"
size=
"small"
@
change=
"getTypeWay()"
>
<el-option
:key=
"0"
label=
"全部"
:value=
"0"
>
</el-option>
<el-option
:key=
"0"
label=
"全部"
:value=
"0"
>
</el-option>
<el-option
:key=
"1"
label=
"
正常
"
:value=
"1"
>
</el-option>
<el-option
:key=
"1"
label=
"
跟班课
"
:value=
"1"
>
</el-option>
<el-option
:key=
"2"
label=
"试听课"
:value=
"2"
>
</el-option>
<el-option
:key=
"2"
label=
"试听课"
:value=
"2"
>
</el-option>
<el-option
:key=
"2"
label=
"预约课"
:value=
"3"
>
</el-option>
<div
slot=
"prefix"
class=
"full-height flex items-center"
style=
"color: #000; padding-right: 10px"
>
<div
slot=
"prefix"
class=
"full-height flex items-center"
style=
"color: #000; padding-right: 10px"
>
状态:
状态:
</div>
</div>
...
...
src/pages/studyAbroad/subscribe.vue
View file @
451a7b10
...
@@ -263,7 +263,7 @@
...
@@ -263,7 +263,7 @@
<span
<span
v-for=
"(x, y) in __item.GuestList"
v-for=
"(x, y) in __item.GuestList"
:key=
"y"
:key=
"y"
style=
"white-space:nowrap;
display:inline-block
"
style=
"white-space:nowrap;"
>
>
{{
x
.
GuestName
}}
{{
x
.
GuestName
}}
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
...
@@ -369,7 +369,7 @@
...
@@ -369,7 +369,7 @@
<span
<span
v-for=
"(x, y) in __item.GuestList"
v-for=
"(x, y) in __item.GuestList"
:key=
"y"
:key=
"y"
style=
"white-space:nowrap
;display:inline-block
"
style=
"white-space:nowrap"
>
>
{{
x
.
GuestName
}}
{{
x
.
GuestName
}}
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
...
...
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