021c9ae5 by zhangmeng

成绩查询

1 parent fcadc0bd
......@@ -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: [],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!