更新 'src/components/users.js'

This commit is contained in:
2022-07-09 14:07:42 +08:00
parent 705244b4fc
commit dbb9a7f547

View File

@@ -486,6 +486,10 @@ export const UserEdit = props => {
sort={{ field: "created_ts", order: "DESC" }}
>
<Datagrid style={{ width: "100%" }}>
<DateField source="created_ts" showTime options={date_format} />
<TextField source="media_id" />
<TextField source="url_cache" />
</Datagrid>