dingxin 5 年前
父节点
当前提交
f85d1d8e2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/channel/brokerList.jsx

+ 1
- 1
src/pages/channel/brokerList.jsx 查看文件

55
     dataIndex: 'sex',
55
     dataIndex: 'sex',
56
     key: 'sex',
56
     key: 'sex',
57
     align: 'center',
57
     align: 'center',
58
-    render: (text, list) => <a>{ list.sex === 1 ? '男' : '女' }</a>,
58
+    render: (text, list) => <a>{list.gender === '1' ? '男' : '女'}</a>,
59
   },
59
   },
60
   {
60
   {
61
     title: '推荐客户',
61
     title: '推荐客户',