#
luxiaotao1123
2024-09-21 a6ad2390ec0ae92302ebb4d75945c416ca45060c
zy-acs-flow/src/page/agv/show/AgvShowTask.jsx
@@ -24,11 +24,11 @@
import request from '@/utils/request';
import { useTheme } from '@mui/material/styles';
import { getTaskStsColor } from '@/utils/common';
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 />
            )}
        </>