diff --git a/src/mes/productionExec/index.js b/src/mes/productionExec/index.js index eaa6607..7d13b4a 100644 --- a/src/mes/productionExec/index.js +++ b/src/mes/productionExec/index.js @@ -12,7 +12,7 @@ import SiderInfoComponent from "@/mes/common/siderInfoComponent"; import RouterComponent from "@/routes/mes/routerComponent"; import FirstNoticeModal from "./noticeModal/index"; import RunningStatus from "@/mes/common/RunningStatus"; -// import QuickSwitchTabCommponent from "@/mes/productionExec/quickSwitchTabComponent"; +import QuickSwitchTabCommponent from "@/mes/productionExec/quickSwitchTabComponent"; import { Spin } from "antd"; const ProductionExec = props => { @@ -82,7 +82,7 @@ const ContentComponent = props => { return (
- {/* */} +
); };