|
|
@@ -35,7 +35,7 @@ const KfhDetails: React.FC<{ chatLogId: number }> = ({ chatLogId }) => {
|
|
|
scroll={{ y: 1000 }}
|
|
|
columns={[
|
|
|
{
|
|
|
- title: '拉客户的企微ID',
|
|
|
+ title: '拉客户的主体ID',
|
|
|
dataIndex: 'corpId',
|
|
|
key: 'corpId',
|
|
|
width: 120,
|
|
|
@@ -43,7 +43,7 @@ const KfhDetails: React.FC<{ chatLogId: number }> = ({ chatLogId }) => {
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- title: '拉客户的群企微号ID',
|
|
|
+ title: '拉客户的客服号ID',
|
|
|
dataIndex: 'corpUserId',
|
|
|
key: 'corpUserId',
|
|
|
width: 120,
|
|
|
@@ -51,7 +51,7 @@ const KfhDetails: React.FC<{ chatLogId: number }> = ({ chatLogId }) => {
|
|
|
align: 'center'
|
|
|
},
|
|
|
{
|
|
|
- title: '客服号名称',
|
|
|
+ title: '拉客户的客服号名称',
|
|
|
dataIndex: 'corpUserName',
|
|
|
key: 'corpUserName',
|
|
|
width: 120,
|