Explorar o código

fix: 更新客户、联系人的软件锁字段

outaozhen %!s(int64=5) %!d(string=hai) anos
pai
achega
217998bf5e

+ 1 - 1
src/pages/Customer/Client/components/ClientDetail/TabList.jsx

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

+ 1 - 1
src/pages/Customer/Company/components/CompanyDetail/TabList.jsx

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