|
@@ -213,14 +213,14 @@ const RatioPanels = ({ dataType, staffIds, retioCyclical, dataPermission }) => {
|
|
|
{
|
|
{
|
|
|
dataIndex: 'clientName',
|
|
dataIndex: 'clientName',
|
|
|
title: '联系人名称',
|
|
title: '联系人名称',
|
|
|
- width: '13%',
|
|
|
|
|
- render: (clientName, record) => (
|
|
|
|
|
- <span
|
|
|
|
|
- onClick={() => showDrawer(record.id)}
|
|
|
|
|
- className="text-primary cursor-pointer hover:text-[#967bbd]">
|
|
|
|
|
- {clientName}
|
|
|
|
|
- </span>
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ width: '10%'
|
|
|
|
|
+ // render: (clientName, record) => (
|
|
|
|
|
+ // <span
|
|
|
|
|
+ // onClick={() => showDrawer(record.id)}
|
|
|
|
|
+ // className="text-primary cursor-pointer hover:text-[#967bbd]">
|
|
|
|
|
+ // {clientName}
|
|
|
|
|
+ // </span>
|
|
|
|
|
+ // )
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
dataIndex: 'companyName',
|
|
dataIndex: 'companyName',
|