Add username check.

This commit is contained in:
Yang Luo
2021-05-01 16:50:47 +08:00
parent 9971b368d0
commit a093f3af5a
2 changed files with 19 additions and 1 deletions

View File

@ -178,6 +178,13 @@ class UserListPage extends React.Component {
)
}
},
{
title: i18next.t("general:Phone"),
dataIndex: 'phone',
key: 'phone',
width: '120px',
sorter: (a, b) => a.phone.localeCompare(b.phone),
},
// {
// title: 'Phone',
// dataIndex: 'phone',