mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-22 18:25:47 +08:00
Improve code
This commit is contained in:
parent
620383cf33
commit
938e8e2699
@ -298,13 +298,6 @@ class UserListPage extends BaseListPage {
|
|||||||
sorter: true,
|
sorter: true,
|
||||||
...this.getColumnSearchProps("phone"),
|
...this.getColumnSearchProps("phone"),
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// title: 'Phone',
|
|
||||||
// dataIndex: 'phone',
|
|
||||||
// key: 'phone',
|
|
||||||
// width: '120px',
|
|
||||||
// sorter: (a, b) => a.phone.localeCompare(b.phone),
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
title: i18next.t("user:Affiliation"),
|
title: i18next.t("user:Affiliation"),
|
||||||
dataIndex: "affiliation",
|
dataIndex: "affiliation",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user