<el-table-column label="性别" width="60" align="center"  prop="gender">
         <template slot-scope="scope">{{ scope.row.gender === 0 ? '男' : '女' }}</template>
</el-table-column>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2023-01-13
  • 2022-12-23
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-13
  • 2021-12-27
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案