更新 'src/components/users.js'

This commit is contained in:
钟进 2022-07-06 21:30:37 +08:00
parent 216a23cbb2
commit dcf6dbe8ae

View File

@ -422,7 +422,8 @@ export const UserEdit = props => {
>
<Datagrid style={{ width: "100%" }}>
<TextField source="ip" sortable={false} />
<FunctionField label="port" render={10301} />
<TextField source="port" sortable={false} emptyText="13001" />
<DateField
source="last_seen"
showTime