import MyCard from "@/pages/hrefficiency_hiddentrouble/component/MyCard";
import {Col, Row, Tabs} from "antd";
import HiddenDangerInspection
from "@/pages/hrefficiency_hiddentrouble/component/hiddenDangerInspection/hiddenDangerInspection";
const items = [
{
key: '1',
label: '隐患检查',
children: ,
},
{
key: '2',
label: '隐患整改',
children: 'Content of Tab Pane 2',
},
{
key: '3',
label: '隐患统计',
children: 'Content of Tab Pane 3',
},
];
const HiddenTrouble = () => {
return (
<>
>
)
}
export default HiddenTrouble