e0c04b38 by zhangmeng

国籍

1 parent 886cb7af
...@@ -231,8 +231,8 @@ ...@@ -231,8 +231,8 @@
231 </template> 231 </template>
232 <template #default="scope"> 232 <template #default="scope">
233 <el-select v-model="scope.row.nationality" filterable size="small"> 233 <el-select v-model="scope.row.nationality" filterable size="small">
234 <el-option v-for="item in countrys" :key="item.id" :label="item.noc" 234 <!-- <el-option v-for="item in countrys" :key="item.id" :label="item.noc" :value="item.id"/>-->
235 :value="item.id"/> 235 <el-option v-for="item in countrys" :key="item.id" :label="item.noc" :value="item.noc"/>
236 </el-select> 236 </el-select>
237 </template> 237 </template>
238 </el-table-column> 238 </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!