Improve code

This commit is contained in:
Yang Luo 2023-09-30 10:49:10 +08:00
parent 620383cf33
commit 938e8e2699

View File

@ -298,13 +298,6 @@ class UserListPage extends BaseListPage {
sorter: true,
...this.getColumnSearchProps("phone"),
},
// {
// title: 'Phone',
// dataIndex: 'phone',
// key: 'phone',
// width: '120px',
// sorter: (a, b) => a.phone.localeCompare(b.phone),
// },
{
title: i18next.t("user:Affiliation"),
dataIndex: "affiliation",