Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
9bd0b837
authored
2025-08-06 18:18:34 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
世锦赛
1 parent
d7fa7cbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
23 deletions
src/viewsPc/match/components/affix-invitation.vue
src/viewsPc/match/components/affixInvitationDialog.vue
src/viewsPc/match/components/affix-invitation.vue
View file @
9bd0b83
...
...
@@ -153,11 +153,11 @@
preview-teleported
style=
"width: 60px;z-index: 999;"
/>
</
template
>
</el-table-column>
<el-table-column
:label=
"language==0?'入境日期':'Date
of
Entrye'"
prop=
""
width=
"130px"
>
<el-table-column
:label=
"language==0?'入境日期':'Date
OF
Entrye'"
prop=
""
width=
"130px"
>
<
template
#
header
>
<div
class=
"esp"
>
<span
class=
"red"
>
*
</span>
Date
of
Entrye
<br>
<span
class=
"red"
>
YYYY-MM-DD
</span>
<span
class=
"red"
>
*
</span>
Date
OF
Entrye
<br>
<span
class=
"red
weight
"
>
YYYY-MM-DD
</span>
</div>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -171,11 +171,11 @@
/>
</
template
>
</el-table-column>
<el-table-column
:label=
"language==0?'离境日期':'Date
of
Departure'"
prop=
""
width=
"130px"
>
<el-table-column
:label=
"language==0?'离境日期':'Date
OF
Departure'"
prop=
""
width=
"130px"
>
<
template
#
header
>
<div
class=
"esp"
>
<span
class=
"red"
>
*
</span>
Date
of
Departure
<br>
<span
class=
"red"
>
YYYY-MM-DD
</span>
<span
class=
"red"
>
*
</span>
Date
OF
Departure
<br>
<span
class=
"red
weight
"
>
YYYY-MM-DD
</span>
</div>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -192,7 +192,7 @@
<el-table-column
:label=
"'position'"
min-width=
"100"
prop=
"position"
>
<
template
#
header
>
<div
class=
"esp"
>
<span
class=
"red"
>
*
</span>
Position
<span
class=
"red
"
>
*
</span>
Position
</div>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -278,7 +278,7 @@
<
template
#
header
>
<div
class=
"esp"
>
<span
class=
"red"
>
*
</span>
Birth
<br>
<span
class=
"red"
>
YYYY-MM-DD
</span>
<span
class=
"red
weight
"
>
YYYY-MM-DD
</span>
</div>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -304,7 +304,7 @@
<
template
#
header
>
<div
class=
"esp"
>
<span
class=
"red"
>
*
</span>
DATE OF ISSUE
<br>
<span
class=
"red"
>
YYYY-MM-DD
</span>
<span
class=
"red
weight
"
>
YYYY-MM-DD
</span>
</div>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -319,7 +319,7 @@
<
template
#
header
>
<div
class=
"esp"
>
<span
class=
"red"
>
*
</span>
DATE OF EXPIRY
<br>
<span
class=
"red"
>
YYYY-MM-DD
</span>
<span
class=
"red
weight
"
>
YYYY-MM-DD
</span>
</div>
</
template
>
<
template
#
default=
"scope"
>
...
...
@@ -700,4 +700,8 @@ h4 {
color
:
#fff
!important
;
}
.weight
{
font-weight
:
100
;
}
</
style
>
...
...
src/viewsPc/match/components/affixInvitationDialog.vue
View file @
9bd0b83
...
...
@@ -9,18 +9,31 @@
<div>
<el-descriptions
border
>
<el-descriptions-item
label=
"No."
>
{{
form
.
id
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Applicant Type"
>
{{
form
.
remarks
||
form
.
applicatTypeName
}}
<el-descriptions-item
label=
"Applicant Type"
>
<span
v-if=
"form.applicatType=1"
>
MNA/Team
</span>
<span
v-if=
"form.applicatType=2"
>
Technical Official (TD/CSB/IR)
</span>
<span
v-if=
"form.applicatType=3"
>
WT Team
</span>
<span
v-if=
"form.applicatType=5"
>
Other(not listed above)
</span>
<span>
{{
form
.
remarks
}}
</span>
</el-descriptions-item>
<el-descriptions-item
label=
"Invitation Type"
>
{{
form
.
invitationType
==
1
?
'Visa lnvitation'
:
'TE/PU letter'
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Invitation Type"
>
{{
form
.
invitationTypeName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"MNA/Team Name"
>
{{
associationCodeFind
(
form
.
associationCode
)
}}
</el-descriptions-item>
<el-descriptions-item
label=
"MNA/Team Address"
>
{{
form
.
associationAddress
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Contact Email"
>
{{
form
.
email
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Full Name"
>
{{
form
.
fullName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Position"
>
{{
form
.
remarks1
||
form
.
positionName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Position"
>
<span
v-if=
"form.remarks1"
>
form.remarks1
</span>
<span
v-else
>
<sapn
v-if=
"form.position==0"
>
Manager
</sapn>
<sapn
v-if=
"form.position==1"
>
Team leader
</sapn>
<sapn
v-if=
"form.position==2"
>
Coach
</sapn>
<sapn
v-if=
"form.position==3"
>
Other
</sapn>
</span>
</el-descriptions-item>
<el-descriptions-item
label=
"Phone"
>
{{
form
.
phone
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Chinese Embassy Visa Office"
>
{{
form
.
embassy
}}
</el-descriptions-item>
<el-descriptions-item
label=
"Chinese Embassy Email"
>
{{
form
.
embassyEmail
}}
</el-descriptions-item>
...
...
@@ -29,12 +42,6 @@
additional documents
</el-link>
</el-descriptions-item>
<el-descriptions-item
label=
"Proof of Employment"
>
<el-link
v-if=
"form.invitationFile"
:href=
"fillImgUrl(form.invitationFile)"
target=
"_blank"
type=
"primary"
>
proof of employment
</el-link>
</el-descriptions-item>
<el-descriptions-item
label=
"Remarks"
>
{{
form
.
remarks3
}}
</el-descriptions-item>
</el-descriptions>
<!--
<el-divider></el-divider>
-->
...
...
@@ -51,8 +58,8 @@
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"Date
of
Entrye"
prop=
"entryDate"
/>
<el-table-column
align=
"center"
label=
"Date
of
Departure"
prop=
"departureDate"
/>
<el-table-column
align=
"center"
label=
"Date
OF
Entrye"
prop=
"entryDate"
/>
<el-table-column
align=
"center"
label=
"Date
OF
Departure"
prop=
"departureDate"
/>
<el-table-column
align=
"center"
label=
"position"
prop=
"position"
/>
<el-table-column
align=
"center"
label=
"lastName"
prop=
"lastName"
/>
<el-table-column
align=
"center"
label=
"firstName"
prop=
"fristName"
/>
...
...
@@ -107,6 +114,7 @@ const form = ref({
const
show
=
ref
(
false
)
const
mnaList
=
ref
([])
const
open
=
(
params
)
=>
{
form
.
value
=
{}
show
.
value
=
true
form
.
value
=
params
getMNAList
()
...
...
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