dingxin 5 лет назад
Родитель
Сommit
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: '推荐客户有效',