@@ -53,7 +53,7 @@ const ContanctTabList = ({ clientId, software }) => {
},
{
title: '责任人',
- dataIndex: 'client'
+ dataIndex: 'responsible'
}
]
const [addService, setAddService] = useState({
@@ -107,7 +107,7 @@ const CompanyTabList = ({ initData, customerId, client, software, customer }) =>