摘要:
<CardContent> <Divider>产品信息</Divider> </CardContent> 运行结果 阅读全文
posted @ 2023-08-29 10:01
前端导师歌谣
阅读(33)
评论(0)
推荐(0)
摘要:
npm install @mui/lab <TabContext value={value}> <TabList onChange={handleChange} aria-label="simple tabs example"> <Tab label="物料管理" value="1" /> <Tab 阅读全文
posted @ 2023-08-29 10:00
前端导师歌谣
阅读(13)
评论(0)
推荐(0)
摘要:
import { Container, ListItem, ListItemText, AppBar, Tabs, NoSsr, Typography, Tab, Grid, List as ListM, Card, Box, CardContent, Divider, Paper } from ' 阅读全文
posted @ 2023-08-29 10:00
前端导师歌谣
阅读(13)
评论(0)
推荐(0)
摘要:
useEffect(() => { const params: GetListParams = { pagination: { page: 1, perPage: 99999 }, sort: { field: 'name', order: 'DESC' }, filter: {} } as Get 阅读全文
posted @ 2023-08-29 10:00
前端导师歌谣
阅读(6)
评论(0)
推荐(0)
摘要:
import * as React from 'react'; import { Create, ReferenceInput, SelectInput, SimpleForm, TextInput, Edit, UpdateParams, useDataProvider, useResourceC 阅读全文
posted @ 2023-08-29 09:59
前端导师歌谣
阅读(14)
评论(0)
推荐(0)
摘要:
<List hasCreate={true} filter={typeId ? { style_id: id, mat_id: typeId } : { style_id: id }} exporter={false} hasEdit={true} resource="t_base_style_ma 阅读全文
posted @ 2023-08-29 09:59
前端导师歌谣
阅读(9)
评论(0)
推荐(0)
摘要:
<Tabs orientation="vertical" variant="scrollable" value={typeId} onChange={handleSelectTypeCheck} sx={{ borderRight: 1, borderColor: 'divider' }} > {t 阅读全文
posted @ 2023-08-29 09:59
前端导师歌谣
阅读(8)
评论(0)
推荐(0)
摘要:
{typeList && typeList.map((item: any, index: any) => ( <Paper > <ListM component="div"> <ListItem button style={typeId == item.id ? { background: '#cc 阅读全文
posted @ 2023-08-29 09:58
前端导师歌谣
阅读(8)
评论(0)
推荐(0)