#
luxiaotao1123
2024-11-04 7f70cb15d035f0c233b9e62b9e43aa985317c908
zy-acs-flow/src/page/agv/show/AgvShowAside.jsx
@@ -32,7 +32,6 @@
    const record = useRecordContext();
    if (!record) return null;
    return (
        <Box width={400} display={{ xs: 'none', lg: 'block' }}>
            {record && (
@@ -40,7 +39,7 @@
                    <Card>
                        <CardContent>
                            <Stack direction="row" spacing={1}>
                                <EditButton label="Edit Company" />
                                <EditButton />
                            </Stack>
                            <Stack direction="row" mt={1}>
                                <DeleteButton mutationMode="optimistic" />
@@ -49,7 +48,7 @@
                            <Typography variant="subtitle2" gutterBottom>
                                {translate('common.edit.side.title')}
                            </Typography>
                            <Divider sx={{ mb: 1 }} />
                            <Divider sx={{ mb: 2 }} />
                            <Grid container rowSpacing={2} columnSpacing={1}>
                                <Grid item xs={12} display="flex" gap={1}>
                                    <StatusField label="Status" />