@@ -89,15 +89,11 @@ const Business = ({ dispatch, groupList, shouldUpdate, permData, loading }) => {
}
},
{
- dataIndex: 'businessGroupName',
- title: '商机状态组',
+ dataIndex: 'businessStatusName',
+ title: '商机状态',
width: '20%'
- dataIndex: 'name',
- title: '商机阶段'
- },
- {
dataIndex: 'responsible',
title: '负责人'