Junjie
2024-12-11 8ef2bb5e46d84594e6ed632c07ea0b47a1bf6c4d
zy-asrs-flow/src/pages/map/drawer/lift/index.jsx
@@ -18,8 +18,10 @@
        if (!curSprite) {
            return
        }
        props.setDrawerTitle(intl.formatMessage({ id: 'map.loc.no', defaultMessage: '库位号' }) + ': ' + curNo);
    }, [curNo]);
        const deviceNo = curSprite?.data?.liftNo;
        props.setDrawerTitle(intl.formatMessage({ id: 'map.lift.no', defaultMessage: '提升机号' }) + ': ' + deviceNo);
        setCurNo(deviceNo)
    }, [curSprite]);
    const contentList = {
        view: (
@@ -46,7 +48,7 @@
                tabList={[
                    {
                        key: 'view',
                        tab: intl.formatMessage({ id: 'map.drawer.shelf.view.title', defaultMessage: '库位信息' }),
                        tab: intl.formatMessage({ id: 'map.drawer.lift.view.title', defaultMessage: '提升机信息' }),
                    },
                    {
                        key: 'json',