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
9d79024e
authored
2025-06-04 17:56:45 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
赛事
1 parent
b2fb5e09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/chooseSportsman.vue
View file @
9d79024
...
...
@@ -22,8 +22,12 @@
</div>
<div
class=
"panel-body"
style=
"padding: 10px"
>
<div
class=
"tip text-right"
>
<!-- *
{{
-->
<!--
language
==
0
?
'可通过[选手管理],增加和编辑运动员'
:
'You can add and edit athletes through [Athlete Management]'
-->
<!--
}}
-->
*
{{
language
==
0
?
'可通过[选手管理],增加和编辑运动员'
:
'You can add and edit athletes through [Athlete Management]'
language
==
0
?
'可通过选手管理,增加运动员和完善运动员信息'
:
`You can add players and complete athletes' details through [Athlete Management]`
}}
</div>
<div
style=
"margin: 0 4px 10px;display: flex"
>
...
...
@@ -110,12 +114,6 @@
/>
</div>
</div>
<p
v-if=
"show"
class=
"text-danger text-center"
>
{{
language == 0 ?
'可通过选手管理,增加运动员和完善运动员信息' : `You can add players and complete athletes' details through [Athlete Management]`
}}
</p>
<div
id=
"projectbox"
v-loading=
"loadingProject"
style=
"height: 50vh;overflow: auto;"
>
<el-checkbox-group
v-model=
"projectIds"
@
change=
"changeProject"
>
<el-checkbox
...
...
@@ -334,7 +332,6 @@ const matchId = ref(route.query.matchId)
const
checked
=
ref
(
'0'
)
const
insuranceFlag
=
ref
()
const
insuranceAgreement
=
ref
()
const
show
=
ref
(
false
)
let
signInfoType
=
null
onMounted
(()
=>
{
...
...
@@ -359,7 +356,6 @@ function getAthletesList() {
}
}
}
show
.
value
=
athletesList
.
value
.
some
(
v
=>
!
v
.
phone
||
v
.
ocrFlag
==
0
)
})
}
...
...
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