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
de22cd04
Commit
de22cd04
authored
Feb 23, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
7c2d4382
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
11 deletions
+24
-11
replenish.vue
src/components/stuMan/subscribe/replenish.vue
+1
-0
subscribe.vue
src/pages/studyAbroad/subscribe.vue
+23
-11
No files found.
src/components/stuMan/subscribe/replenish.vue
View file @
de22cd04
...
...
@@ -159,6 +159,7 @@ export default {
});
this
.
stuInfo
=
""
;
this
.
stuOptions
=
[];
this
.
AllStuOptions
=
[];
this
.
getStu
();
}
});
...
...
src/pages/studyAbroad/subscribe.vue
View file @
de22cd04
...
...
@@ -259,11 +259,17 @@
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType !== 2"
>
<span
class=
"detailLabel"
>
学员:
</span>
<span
v-for=
"(x, y) in __item.GuestList"
:key=
"y"
>
{{
x
.
GuestName
}}
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
<span
v-if=
"x.AppointType == 3"
>
(重)
</span>
,
</span>
<div>
<span
v-for=
"(x, y) in __item.GuestList"
:key=
"y"
style=
"white-space:nowrap;display:inline-block"
>
{{
x
.
GuestName
}}
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
<span
v-if=
"x.AppointType == 3"
>
(重)
</span>
,
</span>
</div>
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType == 3"
>
<span
class=
"detailLabel"
>
...
...
@@ -359,12 +365,18 @@
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType !== 2"
>
<span
class=
"detailLabel"
>
学员:
</span
><span
v-for=
"(x, y) in __item.GuestList"
:key=
"y"
>
{{
x
.
GuestName
}}
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
<span
v-if=
"x.AppointType == 3"
>
(重)
</span>
,
</span>
<span
class=
"detailLabel"
>
学员:
</span>
<div>
<span
v-for=
"(x, y) in __item.GuestList"
:key=
"y"
style=
"white-space:nowrap;display:inline-block"
>
{{
x
.
GuestName
}}
<span
v-if=
"x.AppointType == 2"
>
(补)
</span>
<span
v-if=
"x.AppointType == 3"
>
(重)
</span>
,
</span>
</div>
</div>
<div
class=
"flex no-wrap"
v-if=
"__item.ClassType == 3"
>
<span
class=
"detailLabel"
>
...
...
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