dingxin 5 년 전
부모
커밋
88bf564f0e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/channel/channelList.jsx

+ 1
- 1
src/pages/channel/channelList.jsx 파일 보기

@@ -64,7 +64,7 @@ const columns = [
64 64
     dataIndex: 'brokerCount',
65 65
     key: 'brokerCount',
66 66
     align: 'center',
67
-      render: (text, record) => <a style={ { color: '#66B3FF' } } onClick= {() => toBroker(record)} >{ record.recommendCount }</a>,
67
+      render: (text, record) => <a style={ { color: '#66B3FF' } } onClick= {() => toBroker(record)} >{ record.brokerCount }</a>,
68 68
   },
69 69
   {
70 70
     title: '推荐客户有效',