更新 'src/components/users.js'

remotes/origin/HEAD
钟进 2 years ago
parent 705244b4fc
commit dbb9a7f547

@ -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>

Loading…
Cancel
Save