feige
2024-11-11 38bb6cfe527cfa264f7b6b88168bdba23863b189
修改了性别
1个文件已修改
4 ■■■■ 已修改文件
ruoyi-ui/src/views/genealogy/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | 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>