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
0f9cd919
authored
2024-06-18 11:39:50 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
056a711b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
src/viewsPc/match/components/matchInfo-projectList.vue
src/viewsPc/match/components/signInfo-table.vue
src/viewsPc/match/components/matchInfo-projectList.vue
View file @
0f9cd91
...
...
@@ -25,8 +25,9 @@
<span
v-else
>
{{
scope
.
row
.
playType
}}
</span>
</
template
>
</el-table-column>
<el-table-column
:label=
"language==0?'参赛年龄':'Age'"
align=
"center"
:min-width=
"isNational?1
0
0:240"
>
<el-table-column
:label=
"language==0?'参赛年龄':'Age'"
align=
"center"
:min-width=
"isNational?1
2
0:240"
>
<
template
#
default=
"scope"
>
<div
v-if=
"isNational"
>
<span
v-if=
"scope.row.ageGroup == '0'"
>
{{
language
==
0
?
'不限制'
:
'Unlimited'
}}
</span>
<span
v-if=
"scope.row.ageGroup == '1'"
>
Juvenile I
</span>
...
...
@@ -35,7 +36,10 @@
<span
v-if=
"scope.row.ageGroup == '4'"
>
Junior I
</span>
<span
v-if=
"scope.row.ageGroup == '5'"
>
Junior II
</span>
<span
v-if=
"scope.row.ageGroup == '6'"
>
Juv I
&
II (comb.)
</span>
<span
v-if=
"scope.row.ageGroup == '7'"
>
Youth
</span>
<span
v-if=
"scope.row.ageGroup == '7'"
>
<span
v-if=
"scope.row.danceType=='Breaking'"
>
2006-01-01
{{
language
==
0
?
'至'
:
'~'
}}
2010-12-31
</span>
<span
v-else
>
Youth
</span>
</span>
<span
v-if=
"scope.row.ageGroup == '8'"
>
Under 21
</span>
<span
v-if=
"scope.row.ageGroup == '9'"
>
Adult
</span>
<span
v-if=
"scope.row.ageGroup == '10'"
>
Senior I
</span>
...
...
src/viewsPc/match/components/signInfo-table.vue
View file @
0f9cd91
...
...
@@ -18,7 +18,8 @@
<el-table-column
v-if=
"!isNational"
:label=
"language==0?'证件号码':'ID NO.'"
prop=
"personInfo.idcCode"
width=
"200"
header-align=
"center"
/>
<el-table-column
v-if=
"isNational"
:label=
"language==0?'WDSF 会员号':'WDSF MIN'"
prop=
"personInfo.wdsfMin"
width=
"200"
header-align=
"center"
/>
<el-table-column
v-if=
"!isNational"
:label=
"language==0?'出生日期':'Date of Birth'"
align=
"center"
prop=
"personInfo.birth"
width=
"130"
header-align=
"center"
/>
<el-table-column
v-if=
"isNational"
:label=
"language==0?'年龄组':'Age group'"
prop=
"personInfo.ageGroup"
width=
"110"
header-align=
"center"
/>
<el-table-column
v-if=
"isNational"
:label=
"language==0?'年龄组':'Age group'"
prop=
"personInfo.ageGroup"
width=
"110"
header-align=
"center"
>
</el-table-column>
<el-table-column
v-if=
"isNational"
:label=
"language==0?'舞种':'Division'"
prop=
"personInfo.division"
width=
"110"
header-align=
"center"
/>
<!-- <el-table-column :label="language==0?'会员角色':'Role'" width="150">-->
<!-- <template #default="scope">-->
...
...
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