feige
2024-11-11 38bb6cfe527cfa264f7b6b88168bdba23863b189
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>