소스 검색

经纪人邀请客户取人员表里面的微信名称和电话

dingxin 5 년 전
부모
커밋
0c0dc3922f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      src/pages/customer/independentList/index.jsx

+ 4
- 4
src/pages/customer/independentList/index.jsx 파일 보기

210
       },
210
       },
211
       {
211
       {
212
         title: '用户姓名',
212
         title: '用户姓名',
213
-        dataIndex: 'name',
214
-        key: 'name',
213
+        dataIndex: 'nickname',
214
+        key: 'nickname',
215
         align: 'center',
215
         align: 'center',
216
         render: text => <a>{text}</a>,
216
         render: text => <a>{text}</a>,
217
       },
217
       },
218
       {
218
       {
219
         title: '电话',
219
         title: '电话',
220
-        dataIndex: 'tel',
221
-        key: 'tel',
220
+        dataIndex: 'phone',
221
+        key: 'phone',
222
         align: 'center',
222
         align: 'center',
223
       },
223
       },
224
       {
224
       {