摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(5) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-08-31 19:16 前端导师歌谣 阅读(4) 评论(0) 推荐(0)
摘要: import * as React from 'react'; import Box from '@mui/material/Box'; import Paper from '@mui/material/Paper'; import Stack from '@mui/material/Stack'; 阅读全文
posted @ 2023-08-31 19:15 前端导师歌谣 阅读(10) 评论(0) 推荐(0)
摘要: import { Datagrid, EditButton, TextField } from 'react-admin'; interface IMaterialTab { typeId: string } export const MaterialTab = (props: IMaterialT 阅读全文
posted @ 2023-08-31 19:15 前端导师歌谣 阅读(13) 评论(0) 推荐(0)
摘要: return ( <Create mutationOptions={{ onSuccess }} > <SimpleForm> <ReferenceInput source="style_id" reference="t_prod_style" > <SelectInput disabled def 阅读全文
posted @ 2023-08-31 19:15 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: import { Edit, SimpleForm, TextInput, ReferenceInput } from 'react-admin'; const ContactEdit = () => ( <Edit> <SimpleForm> <TextInput source="first_na 阅读全文
posted @ 2023-08-31 19:14 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: import { AppBar, Box, Card, CardContent, CardHeader, Container, Divider, Grid, ListItem, ListItemText, Toolbar, Typography } from '@mui/material'; imp 阅读全文
posted @ 2023-08-31 19:14 前端导师歌谣 阅读(15) 评论(0) 推荐(0)
摘要: <Grid style={{ margin: 0, padding: 0, display: "flex" }} > <Grid style={{ width: "70px", margin: "12px 0 0 12px" }} > {typeList && typeList.map((item: 阅读全文
posted @ 2023-08-31 19:14 前端导师歌谣 阅读(18) 评论(0) 推荐(0)
摘要: import * as React from 'react'; import Box from '@mui/material/Box'; import Paper from '@mui/material/Paper'; export default function SimplePaper() { 阅读全文
posted @ 2023-08-31 19:13 前端导师歌谣 阅读(16) 评论(0) 推荐(0)