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
df7a4ef6
authored
2026-06-25 19:57:50 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
日期和logo替换
1 parent
92cff72f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
src/viewsPc/match/chooseSportsman.vue
src/viewsPc/match/chooseSportsman.vue
View file @
df7a4ef
...
...
@@ -122,7 +122,7 @@
>
<div
class=
"flexBetween w100"
>
<div
class=
"l"
>
{{ c.code }}:{{ c.name }}({{ c.danceType }})
{{ c.code }}:{{ c.name }}({{ c.danceType }})
<span
class=
"tagText"
>
{{tageLabel(c.mtype)}}
</span>
<div
v-if=
"c.danceType=='Breaking'"
>
--
</div>
<div
v-else
>
{{ c.danceTypeDetailStr }}
</div>
</div>
...
...
@@ -350,6 +350,11 @@ onMounted(() => {
// openTour.value = true
})
function
tageLabel
(
type
){
if
(
type
===
'0'
)
return
'名次赛'
if
(
type
===
'1'
)
return
'等级赛'
}
function
getAthletesList
()
{
// athletesList.value
match
.
getGroupPersonList
({
label
:
'0'
},
groupId
.
value
).
then
(
res
=>
{
...
...
@@ -601,6 +606,7 @@ function getProjectList() {
}
match
.
getProjectPageByPerIds
(
obj
).
then
(
res
=>
{
projectList
.
value
=
res
.
rows
console
.
log
(
3333
,
projectList
.
value
)
loadingProject
.
value
=
false
}).
catch
(
err
=>
{
loadingProject
.
value
=
false
...
...
@@ -1259,4 +1265,12 @@ function checkedChange(v) {
}
}
}
.tagText
{
color
:
#453DEA
;
border
:
1px
solid
#453DEA
;
padding
:
2px
6px
;
border-radius
:
5px
;
font-size
:
14px
;
}
</
style
>
...
...
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