diff --git a/datavines-ui/src/view/Main/UserManage/index.tsx b/datavines-ui/src/view/Main/UserManage/index.tsx index 973ce746b..a36993bf9 100644 --- a/datavines-ui/src/view/Main/UserManage/index.tsx +++ b/datavines-ui/src/view/Main/UserManage/index.tsx @@ -85,8 +85,8 @@ const Index = () => { }, { title: intl.formatMessage({ id: 'phone_text' }), - dataIndex: 'phonne', - key: 'phonne', + dataIndex: 'phone', + key: 'phone', render: (text: string) =>
{text || '--'}
, }, {