Browse Source

Merge branch 'master' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager

魏熙美 5 years ago
parent
commit
67e12e5c8e
2 changed files with 2 additions and 1 deletions
  1. 1
    1
      config/config.js
  2. 1
    0
      src/pages/channel/brokerList.jsx

+ 1
- 1
config/config.js View File

166
                 },
166
                 },
167
                 {
167
                 {
168
                   path: '/customer/independentList',
168
                   path: '/customer/independentList',
169
-                  name: '经人',
169
+                  name: '经人',
170
                   component: './customer/independentList/index',
170
                   component: './customer/independentList/index',
171
                 },
171
                 },
172
               ],
172
               ],

+ 1
- 0
src/pages/channel/brokerList.jsx View File

70
     dataIndex: 'sex',
70
     dataIndex: 'sex',
71
     key: 'sex',
71
     key: 'sex',
72
     align: 'center',
72
     align: 'center',
73
+    render: (text, list) => <a style={ { color: '#66B3FF' } } >{ list.sex === 1 ? '男' : '女' }</a>,
73
   },
74
   },
74
   {
75
   {
75
     title: '推荐客户',
76
     title: '推荐客户',