Merge branch 'refs/heads/世锦赛线上' into 世锦赛
# Conflicts: # src/viewsPc/match/components/affix-invitation.vue # vite.config.js
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment