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
7fd3cbe9
authored
2024-06-12 15:42:03 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
145d1ea2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
src/viewsPc/match/detail_en.vue
src/viewsPc/match/detail_en.vue
View file @
7fd3cbe
...
...
@@ -212,10 +212,14 @@
</div>
<el-table
:data=
"signDoneGroupList"
>
<el-table-column
prop=
"groupCode"
align=
"center"
:label=
"language == 0 ? '组别代码' :'EVENT CODE'"
min-width=
"120"
/>
<el-table-column
prop=
"group"
:label=
"language == 0 ?'组别':'EVENT'"
min-width=
"120"
/>
<el-table-column
prop=
"group"
:label=
"language == 0 ?'组别':'EVENT'"
min-width=
"200"
>
<
template
#
default=
"scope"
>
<div
class=
"esp"
>
{{
scope
.
row
.
group
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"maleAthName"
:label=
"language == 0 ?'男运动员':'man name'"
min-width=
"150"
/>
<el-table-column
prop=
"femaleAthName"
:label=
"language == 0 ?'女运动员':'woman name'"
min-width=
"150"
/>
<el-table-column
prop=
"danceType"
:label=
"language == 0 ?'舞种':'Division'"
min-width=
"12
0"
/>
<el-table-column
prop=
"danceType"
align=
"center"
:label=
"language == 0 ?'舞种':'Division'"
min-width=
"9
0"
/>
<el-table-column
prop=
"countryName"
align=
"center"
:label=
"language == 0 ?'国籍':'Representing'"
min-width=
"130"
/>
<el-table-column
prop=
"groupName"
align=
"center"
:label=
"language == 0 ?'参赛队名称':'Team name'"
min-width=
"150"
/>
</el-table>
...
...
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