|
|
@@ -24,75 +24,93 @@ const RatioPanels = ({ dataType }) => {
|
|
|
0: [
|
|
|
{
|
|
|
dataIndex: 'clientName',
|
|
|
- title: '联系人名称'
|
|
|
+ title: '联系人名称',
|
|
|
+ width: '13%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'companyName',
|
|
|
- title: '客户名称'
|
|
|
+ title: '客户名称',
|
|
|
+ width: '20%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'districtName',
|
|
|
- title: '地区'
|
|
|
+ title: '地区',
|
|
|
+ width: '15%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'phone',
|
|
|
- title: '手机'
|
|
|
+ title: '手机',
|
|
|
+ width: '5%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'email',
|
|
|
- title: '邮箱'
|
|
|
+ title: '邮箱',
|
|
|
+ width: '7%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'qq',
|
|
|
- title: 'QQ'
|
|
|
+ title: 'QQ',
|
|
|
+ width: '5%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'createTime',
|
|
|
- title: '创建时间'
|
|
|
+ title: '创建时间',
|
|
|
+ width: '7%'
|
|
|
}
|
|
|
],
|
|
|
1: [
|
|
|
{
|
|
|
dataIndex: 'companyName',
|
|
|
- title: '客户名称'
|
|
|
+ title: '客户名称',
|
|
|
+ width: '20%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'districtName',
|
|
|
- title: '地区'
|
|
|
+ title: '地区',
|
|
|
+ width: '15%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'nature',
|
|
|
- title: '客户性质'
|
|
|
+ title: '客户性质',
|
|
|
+ ellipsis: true,
|
|
|
+ width: '15%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'phone',
|
|
|
- title: '客户电话'
|
|
|
+ title: '客户电话',
|
|
|
+ width: '5%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'createTime',
|
|
|
- title: '创建时间'
|
|
|
+ title: '创建时间',
|
|
|
+ width: '10%'
|
|
|
}
|
|
|
],
|
|
|
2: [
|
|
|
{
|
|
|
dataIndex: 'name',
|
|
|
- title: '商机名称'
|
|
|
+ title: '商机名称',
|
|
|
+ width: '15%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'customerName',
|
|
|
- title: '客户名称'
|
|
|
+ title: '客户名称',
|
|
|
+ width: '20%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'businessStatusName',
|
|
|
- title: '商机状态'
|
|
|
+ title: '商机状态',
|
|
|
+ width: '5%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'price',
|
|
|
- title: '商机金额'
|
|
|
+ title: '商机金额',
|
|
|
+ width: '5%'
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'createTime',
|
|
|
- title: '创建时间'
|
|
|
+ title: '创建时间',
|
|
|
+ width: '7%'
|
|
|
}
|
|
|
]
|
|
|
// 3: [
|