#
luxiaotao1123
2024-09-29 2be80f8dbf6bc0d66c7ebb21f8a1b9d3a2eb902d
#
1个文件已修改
16 ■■■■ 已修改文件
zy-acs-flow/src/page/action/Action.jsx 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/action/Action.jsx
@@ -8,7 +8,7 @@
} from 'react-admin';
import {
    Box,
    Button,
    Divider,
    Stack,
    Tooltip,
    Typography,
@@ -22,6 +22,7 @@
    const translate = useTranslate();
    const theme = useTheme();
    const [isHover, setHover] = useState(false);
    console.log(data);
    return (
        <Box
@@ -60,16 +61,27 @@
                        minHeight: '0.75em',
                    },
                }}
                direction="row"
            >
                <Typography
                    component="p"
                    variant="body2"
                    color="textSecondary"
                    lineHeight={1.5}
                    margin={0}
                >
                    task: {data.taskId$}
                    {/* // taskNo code val param action sts uuid
                    {paragraph} */}
                </Typography>
                <Divider orientation="vertical" flexItem sx={{ height: '1.5em', marginX: 1 }} />
                <Typography
                    variant="body2"
                    color="textSecondary"
                    lineHeight={1.5}
                    margin={0}
                >
                    code: {data.code}
                </Typography>
            </Stack>
        </Box>
    );