zy-asrs-flow/src/pages/map/drawer/index.jsx
@@ -6,6 +6,7 @@ import ShelfDrawer from './shelf'; import AgvDrawer from './agv'; import PointDrawer from './point' import ShuttleDrawer from './shuttle' const useStyles = createStyles(({ token, css }) => { @@ -30,7 +31,7 @@ mask={false} width={600} style={{ opacity: .8 opacity: 1 }} extra={ <Space> @@ -47,6 +48,13 @@ /> </> )} {props.curSprite?.data?.type === Utils.SENSOR_TYPE.SHUTTLE && ( <> <ShuttleDrawer curSprite={curSprite} /> </> )} {props.curSprite?.data?.type === Utils.SENSOR_TYPE.POINT && ( <> <PointDrawer