更新 'src/components/users.js'

This commit is contained in:
钟进 2022-07-09 10:10:43 +08:00
parent e6f7f1d591
commit 94d8bb2772

View File

@ -483,6 +483,7 @@ export const UserEdit = props => {
addLabel={false}
pagination={<UserPagination />}
perPage={50}
sort={{ field: "created_ts", order: "DESC" }}
>
<Datagrid style={{ width: "100%" }}>
</Datagrid>