#
luxiaotao1123
2024-10-18 196ad66f41fe77fff13b15b05095dc7661251a5d
zy-acs-flow/src/map/insight/agv/AgvMain.jsx
@@ -110,6 +110,10 @@
        return endThree;
    }, [info]);
    const handleReset = () => {
        alert(1)
    }
    return (
        <Box display="flex" height="100%">
            <Box
@@ -178,7 +182,7 @@
                                    color="primary"
                                    variant="contained"
                                    onConfirm={() => {
                                        alert(1)
                                        handleReset();
                                    }}
                                />
                                {info && (
@@ -200,8 +204,6 @@
}
const KeyValuePair = ({ label, value, bool }) => {
    console.log({ label, value, bool });
    return (
        <>
            <Stack direction="row" alignItems="center" spacing={1} sx={{ mb: 1 }}>