#
luxiaotao1123
2024-09-27 de7df1d489bdad38dcbeb78d74cad8e3bfa09e3d
zy-acs-flow/src/page/agv/show/AgvShowTask.jsx
@@ -23,12 +23,12 @@
import { formatDistance } from 'date-fns';
import request from '@/utils/request';
import { useTheme } from '@mui/material/styles';
import { getTaskStsColor } from '@/utils/common';
import { getTaskStsColor } from '@/utils/color-util';
import ListEmptyTip from "../../components/ListEmptyTip";
const TaskItem = ({ record, now }) => {
    const translate = useTranslate();
    const theme = useTheme();
    console.log(record);
    return (
        <>
@@ -182,7 +182,6 @@
                            )
                        })}
                        {currCount < total && (
                            <Button
                                onClick={() =>
@@ -200,9 +199,7 @@
                    </List>
                </Box>
            ) : (
                <Typography>
                    no data found
                </Typography>
                <ListEmptyTip />
            )}
        </>