wjx 1 天之前
父节点
当前提交
db48d61afd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/weComTask/page/corpData/heavyPowderMAS/corpUserDetails.tsx

+ 2 - 2
src/pages/weComTask/page/corpData/heavyPowderMAS/corpUserDetails.tsx

@@ -67,8 +67,8 @@ const CorpUserDetails: React.FC<{ name: string, avatar: string, corpUserIdCount:
                     },
                     {
                         title: '客服号名称',
-                        dataIndex: 'corpUserName',
-                        key: 'corpUserName',
+                        dataIndex: 'name',
+                        key: 'name',
                         ellipsis: true,
                         width: 150,
                         render: (text: string) => text || '--'