#
luxiaotao1123
2024-09-24 9f90ab48ee848a56f45c80e5d050676d4f3a6c2f
zy-acs-framework/src/main/resources/templates/react-admin/ReactList.txt
@@ -15,7 +15,7 @@
    useRecordContext,
    useTranslate,
    useListContext,
    useCreatePath,
    FunctionField,
    TextField,
    NumberField,
    DateField,
@@ -40,7 +40,7 @@
import MyExportButton from '../components/MyExportButton';
import PageDrawer from "../components/PageDrawer";
import MyField from "../components/MyField";
import { PAGE_DRAWER_WIDTH, OPERATE_MODE } from '@/config/setting';
import { PAGE_DRAWER_WIDTH, OPERATE_MODE, DEFAULT_PAGE_SIZE } from '@/config/setting';
import * as Common from '@/utils/common';
const StyledDatagrid = styled(DatagridConfigurable)(({ theme }) => ({
@@ -71,6 +71,7 @@
            { id: '1', name: 'common.enums.statusTrue' },
            { id: '0', name: 'common.enums.statusFalse' },
        ]}
        resettable
    />,
]
@@ -103,7 +104,7 @@
                        <MyExportButton />
                    </TopToolbar>
                )}
                perPage={25}
                perPage={DEFAULT_PAGE_SIZE}
            >
                <StyledDatagrid
                    preferenceKey='@{SIMPLEENTITYNAME}'