Przeglądaj źródła

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

魏熙美 5 lat temu
rodzic
commit
67e12e5c8e
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1
    1
      config/config.js
  2. 1
    0
      src/pages/channel/brokerList.jsx

+ 1
- 1
config/config.js Wyświetl plik

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

+ 1
- 0
src/pages/channel/brokerList.jsx Wyświetl plik

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