021c9ae5 by zhangmeng

成绩查询

1 parent fcadc0bd
...@@ -424,7 +424,7 @@ ...@@ -424,7 +424,7 @@
424 <substation-list v-if="menu1[0].active==1" :list="matchData.cpts" /> 424 <substation-list v-if="menu1[0].active==1" :list="matchData.cpts" />
425 <matchInfo v-if="menu1[1].active==1" :form="matchData" /> 425 <matchInfo v-if="menu1[1].active==1" :form="matchData" />
426 <match-schedule-list v-if="menu1[2].active==1" :match-data="matchData" /> 426 <match-schedule-list v-if="menu1[2].active==1" :match-data="matchData" />
427 <matchPerformance v-if="menu1[3].active==1" :match-data="matchData" /> 427 <!-- <matchPerformance v-if="menu1[3].active==1" :match-data="matchData" />-->
428 </el-card> 428 </el-card>
429 </el-col> 429 </el-col>
430 </el-row> 430 </el-row>
...@@ -529,8 +529,8 @@ const data = reactive({ ...@@ -529,8 +529,8 @@ const data = reactive({
529 menu1: [ 529 menu1: [
530 { name: 'Tournaments', cn: '分站赛', active: 1 }, 530 { name: 'Tournaments', cn: '分站赛', active: 1 },
531 { name: 'Event details', cn: '赛事详情', active: 0 }, 531 { name: 'Event details', cn: '赛事详情', active: 0 },
532 { name: 'Schedule', cn: '日程', active: 0 }, 532 { name: 'Schedule', cn: '日程', active: 0 }
533 { name: 'Achievement', cn: '成绩', active: 0 } 533 // { name: 'Achievement', cn: '成绩', active: 0 }
534 ], 534 ],
535 535
536 signDoneGroupList: [], 536 signDoneGroupList: [],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!