ruoyi-ui/src/views/genealogy/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/genealogy/index.vue
@@ -101,8 +101,8 @@ <el-table-column label="性别" prop="sex" sortable width="100" align="center" > <template slot-scope="scope"> <span v-if="scope.row.sex===1">男</span> <span v-if="scope.row.sex===0">女</span> <span v-if="scope.row.sex===0">男</span> <span v-if="scope.row.sex===1">女</span> <span v-if="scope.row.sex== null">——</span> </template> </el-table-column>