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
021c9ae5
authored
2025-07-10 14:12:16 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
成绩查询
1 parent
fcadc0bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/viewsPc/match/detail_en.vue
src/viewsPc/match/detail_en.vue
View file @
021c9ae
...
...
@@ -424,7 +424,7 @@
<substation-list
v-if=
"menu1[0].active==1"
:list=
"matchData.cpts"
/>
<matchInfo
v-if=
"menu1[1].active==1"
:form=
"matchData"
/>
<match-schedule-list
v-if=
"menu1[2].active==1"
:match-data=
"matchData"
/>
<
matchPerformance
v-if=
"menu1[3].active==1"
:match-data=
"matchData"
/
>
<
!-- <matchPerformance v-if="menu1[3].active==1" :match-data="matchData" />--
>
</el-card>
</el-col>
</el-row>
...
...
@@ -529,8 +529,8 @@ const data = reactive({
menu1
:
[
{
name
:
'Tournaments'
,
cn
:
'分站赛'
,
active
:
1
},
{
name
:
'Event details'
,
cn
:
'赛事详情'
,
active
:
0
},
{
name
:
'Schedule'
,
cn
:
'日程'
,
active
:
0
}
,
{
name
:
'Achievement'
,
cn
:
'成绩'
,
active
:
0
}
{
name
:
'Schedule'
,
cn
:
'日程'
,
active
:
0
}
//
{ name: 'Achievement', cn: '成绩', active: 0 }
],
signDoneGroupList
:
[],
...
...
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