c46d2134 by zhangmeng

Merge branch 'refs/heads/世锦赛线上' into 世锦赛

# Conflicts:
#	src/viewsPc/match/components/affix-invitation.vue
#	vite.config.js
2 parents ccb18b24 83669a62
...@@ -232,8 +232,8 @@ ...@@ -232,8 +232,8 @@
232 </template> 232 </template>
233 <template #default="scope"> 233 <template #default="scope">
234 <el-select v-model="scope.row.nationality" filterable size="small"> 234 <el-select v-model="scope.row.nationality" filterable size="small">
235 <!-- <el-option v-for="item in countrys" :key="item.id" :label="item.noc" :value="item.id"/>--> 235 <el-option v-for="item in countrys" :key="item.id" :label="item.noc"
236 <el-option v-for="item in countrys" :key="item.id" :label="item.noc" :value="item.noc"/> 236 :value="item.id"/>
237 </el-select> 237 </el-select>
238 </template> 238 </template>
239 </el-table-column> 239 </el-table-column>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!