Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8297d405
authored
2024-05-30 09:39:13 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
2676d8a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/viewsPc/components/masterClass.vue
src/viewsPc/components/masterClass.vue
View file @
8297d40
...
...
@@ -94,7 +94,8 @@
</h4>
</div>
<div
v-else
>
<div
class=
"tip text-danger mb20"
>
*选择参加的课程(最少一项,最多两项)
</div>
<div
class=
"tip text-danger mb20"
v-if=
"language==0"
>
*选择参加的课程(最少一项,最多两项)
</div>
<div
class=
"tip text-danger mb20"
v-else
>
*Select the courses to enroll in (at least one, no more than two)
</div>
<el-checkbox-group
size=
"large"
v-model=
"form.courseId"
@
change=
"courseChange"
>
<div
v-for=
"c in courseList"
class=
"mb20"
>
<el-checkbox
:value=
"c.id"
border
class=
"w100"
:disabled=
"(form.courseId?.length>=2&&form.courseId.indexOf(c.id)==-1)||disChoose"
>
{{
language
==
0
?
c
.
name
:
c
.
nameEn
}}
</el-checkbox>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment