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
5d7a487f
authored
2024-07-25 14:52:40 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
2 parents
4679bfae
91ac4d3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/viewsPc/match/components/affix-invitation.vue
src/viewsPc/match/components/affix-invitation.vue
View file @
5d7a487
...
...
@@ -48,6 +48,10 @@
</el-form-item>
<el-form-item
:label=
"language==0?'邮箱':'Email'"
required
prop=
"email"
>
<el-input
v-model=
"form.email"
type=
"email"
/>
<div
class=
"tip"
v-if=
"language == 0"
>
如以团队名义申请邀请函,建议统一填写领队邮箱。
</div>
<div
class=
"tip"
v-else
>
If a visa invitation letter is applied by the organization, it is recommended to fill in the email of the head of team.
</div>
</el-form-item>
<el-form-item
:label=
"language==0?'护照号':'Passport No.'"
required
prop=
"passportNo"
>
<el-input
v-model=
"form.passportNo"
/>
...
...
@@ -180,7 +184,8 @@ const conti = () => {
}
</
script
>
<
style
scoped
>
<
style
scoped
lang=
"scss"
>
.tip
{
font-size
:
12px
;}
.boxInvitation
{
width
:
90%
;
margin
:
auto
...
...
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