wjx 2 달 전
부모
커밋
24042be27f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/pages/weComTask/page/groupChat/taskList/kfhDetails.tsx

+ 3 - 3
src/pages/weComTask/page/groupChat/taskList/kfhDetails.tsx

@@ -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,