|  |  | 
 |  |  |     }; | 
 |  |  | }); | 
 |  |  |  | 
 |  |  | import shuttle from '/public/img/map/shuttle.svg' | 
 |  |  | import agv from '/public/img/map/agv.svg' | 
 |  |  | import shelf from '/public/img/map/shelf.png' | 
 |  |  | import point from '/public/img/map/point.svg' | 
 |  |  | 
 |  |  |                 <Row className={styles.mapRow}> | 
 |  |  |                     <Col className={styles.mapCol} span={8} > | 
 |  |  |                         <Image | 
 |  |  |                             src={agv} | 
 |  |  |                             src={shuttle} | 
 |  |  |                             width='50px' | 
 |  |  |                             preview={false} | 
 |  |  |                             draggable="true" | 
 |  |  |                             onDragStart={(e) => onDragStart(e, Utils.SENSOR_TYPE.AGV)} | 
 |  |  |                             onDragStart={(e) => onDragStart(e, Utils.SENSOR_TYPE.SHUTTLE)} | 
 |  |  |                         /> | 
 |  |  |                         <div className={styles.title}> | 
 |  |  |                             <FormattedMessage id='map.sensor.type.agv' defaultMessage='无人小车' /> | 
 |  |  |                             <FormattedMessage id='map.sensor.type.shuttle' defaultMessage='穿梭车' /> | 
 |  |  |                         </div> | 
 |  |  |                     </Col> | 
 |  |  |                     <Col className={styles.mapCol} span={8} > |