e0c04b38 by zhangmeng

国籍

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