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,