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
ff58cc11
authored
2026-06-26 18:24:44 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
高中生报名
1 parent
dfc0e190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/components/signInfo-table.vue
src/viewsPc/match/chooseSportsman.vue
View file @
ff58cc1
...
...
@@ -724,6 +724,8 @@ const goPersonInfo = (row) => {
for
(
const
val
of
participantsInfoArr
)
{
if
(
val
.
name
.
indexOf
(
'学生证'
)
>-
1
||
val
.
name
.
indexOf
(
'毕业证'
)
>-
1
){
val
.
status
=
0
}
else
{
val
.
status
=
1
}
}
}
...
...
@@ -731,10 +733,12 @@ const goPersonInfo = (row) => {
for
(
const
val
of
participantsInfoArr
)
{
if
(
val
.
name
.
indexOf
(
'学生证'
)
>-
1
){
val
.
status
=
0
}
else
{
val
.
status
=
1
}
}
}
debugger
const
params
=
{
matchId
:
matchId
.
value
,
title
:
language
.
value
==
0
?
'完善补充信息'
:
'Complete the supplementary information'
,
...
...
src/viewsPc/match/components/signInfo-table.vue
View file @
ff58cc1
...
...
@@ -108,10 +108,10 @@
</el-table-column>
<el-table-column
v-if=
"hasAction"
:label=
"language==0?'操作':'Actions'"
align=
"center"
fixed=
"right"
width=
"150"
>
<
template
#
default=
"scope"
>
<el-button
v-if=
"extraform&&extraform.length>0
"
link
type=
"primary"
@
click=
"goPersonInfo(scope.row)"
>
<span
v-if=
"scope.row.extraPersonInfo"
>
{{
language
==
0
?
'修改'
:
'Edit'
}}
</span>
<span
v-else
class=
"red"
>
{{
language
==
0
?
'完善补充信息'
:
'Additional Information'
}}
</span>
</el-button>
<el-button
v-if=
"extraform&&extraform.length>0&&handelRules(scope.row)
"
link
type=
"primary"
@
click=
"goPersonInfo(scope.row)"
>
<span
v-if=
"scope.row.extraPersonInfo"
>
{{
language
==
0
?
'修改'
:
'Edit'
}}
</span>
<span
v-else
class=
"red"
>
{{
language
==
0
?
'完善补充信息'
:
'Additional Information'
}}
</span>
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -184,6 +184,10 @@ function getTableHead() {
})
}
function
handelRules
(
row
){
return
row
.
signInfo
.
some
(
val
=>
val
.
cptProjectName
?.
indexOf
(
'大学生'
)
>-
1
||
val
.
cptProjectName
?.
indexOf
(
'高中'
)
>-
1
)
}
function
getMatch
()
{
match
.
getMatchById
({
id
:
props
.
matchId
}).
then
(
res
=>
{
if
(
res
.
data
.
languageSource
==
'100'
)
{
...
...
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