魏超 hace 5 años
padre
commit
23c310121f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/channel/recommendClients.jsx

+ 1
- 1
src/pages/channel/recommendClients.jsx Ver fichero

@@ -72,7 +72,7 @@ const columns = [
72 72
     dataIndex: 'sex',
73 73
     key: 'sex',
74 74
     align: 'center',
75
-    render: (text, record) => <a style={ { color: '#66B3FF' } } >{ record.sex === 1 ? '男' : '女' }</a>,
75
+    render: (text, record) => <span>{ record.sex === 1 ? '男' : record.sex === 2 ? '女' : '未知' }</span>
76 76
   },
77 77
   {
78 78
     title: '意向项目',