|
@@ -147,7 +147,7 @@ const CompanyTabList = ({
|
|
|
title: '所有部门',
|
|
title: '所有部门',
|
|
|
dataIndex: 'department',
|
|
dataIndex: 'department',
|
|
|
onFilter: true,
|
|
onFilter: true,
|
|
|
- width: 100,
|
|
|
|
|
|
|
+ width: 120,
|
|
|
headerCellStyle: {
|
|
headerCellStyle: {
|
|
|
backgroundColor: '#fafafa'
|
|
backgroundColor: '#fafafa'
|
|
|
},
|
|
},
|
|
@@ -162,7 +162,7 @@ const CompanyTabList = ({
|
|
|
{
|
|
{
|
|
|
title: '姓名',
|
|
title: '姓名',
|
|
|
dataIndex: 'clientName',
|
|
dataIndex: 'clientName',
|
|
|
- width: 80,
|
|
|
|
|
|
|
+ // width: 80,
|
|
|
headerCellStyle: {
|
|
headerCellStyle: {
|
|
|
backgroundColor: '#fafafa'
|
|
backgroundColor: '#fafafa'
|
|
|
},
|
|
},
|