#
luxiaotao1123
2024-10-16 e80bda627f5deb30d4517a5509a77c6bfcdffcdd
zy-acs-flow/src/map/insight/shelf/index.jsx
@@ -1,6 +1,7 @@
import React, { useState, useRef, useEffect } from 'react';
import { useTranslate } from "react-admin";
import { Box, Typography, Tabs, Tab, Stack, useTheme, Divider } from '@mui/material';
import ShelfMain from './ShelfMain';
const ShelfInsight = (props) => {
    const { } = props;
@@ -32,9 +33,8 @@
            <Box p={3}>
                {activeTab === 0 && (
                    <Box>
                        <h1>1</h1>
                    </Box>
                    <ShelfMain
                    />
                )}
                {activeTab === 1 && (
                    <Box>