zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -18,13 +18,16 @@ const [activeTabKey, setActiveTabKey] = useState('view'); const locNo = curSprite.data.no + '-' + curFloor; useEffect(() => { props.setDrawerTitle(curSprite.data.no + '-' + curFloor); props.setDrawerTitle(intl.formatMessage({ id: 'map.loc.no', defaultMessage: '库位号' }) + ': ' + locNo); }, [curSprite]); const contentList = { view: ( <ShelfView locNo={locNo} data={curSprite.data} curFloor={curFloor} />