摘要: import * as React from "react"; import { EditBase, SimpleForm, TextInput, SelectInput } from "react-admin"; import { Card } from "@mui/material"; expo 阅读全文
posted @ 2023-08-17 19:42 前端导师歌谣 阅读(11) 评论(0) 推荐(0)
摘要: export const UserEdit = (props) => { const transform = data => ({ ...data, fullName: `${data.firstName} ${data.lastName}` }); return ( <Edit {...props 阅读全文
posted @ 2023-08-17 19:42 前端导师歌谣 阅读(8) 评论(0) 推荐(0)
摘要: import * as React from "react"; import {Button,Typography,Box} from '@mui/material'; import { Edit, ListButton,useRecordContext, ShowButton, SimpleFor 阅读全文
posted @ 2023-08-17 19:41 前端导师歌谣 阅读(5) 评论(0) 推荐(0)
摘要: 我是歌谣 放弃很容易但是坚持一定很酷 微信公众号关注前端小歌谣带你进去前端巅峰人才交流群 const PostEdit = () => ( <Edit resource="posts"> ... </Edit> ); 资源名称 阅读全文
posted @ 2023-08-16 10:07 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 我是歌谣 放弃很容易但是坚持一定很酷 微信公众号关注前端小歌谣带你进去前端巅峰人才交流群 const PostEdit = () => ( <Edit redirect="show"> ... </Edit> ); 重定向 阅读全文
posted @ 2023-08-16 10:06 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: 我是歌谣 放弃很容易但是坚持一定很酷 微信公众号关注前端小歌谣带你进去前端巅峰人才交流群 import * as React from "react"; import {Button,Typography,Box} from '@mui/material'; import { Edit, ListB 阅读全文
posted @ 2023-08-16 10:06 前端导师歌谣 阅读(8) 评论(0) 推荐(0)
摘要: import * as React from "react"; import {Button,Typography,Box} from '@mui/material'; import { Edit, ListButton, ShowButton, SimpleForm, TextInput,TopT 阅读全文
posted @ 2023-08-16 10:06 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: 我是歌谣 放弃很容易但是坚持一定很酷 微信公众号关注前端小歌谣带你进去前端巅峰人才交流群 import * as React from "react"; import {Button,Typography,Box} from '@mui/material'; import { Edit, ListB 阅读全文
posted @ 2023-08-16 10:05 前端导师歌谣 阅读(6) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-16 10:05 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-16 10:05 前端导师歌谣 阅读(15) 评论(0) 推荐(0)