Commit 5c3bb1f7ded66d4214a8e9535c08c84d3ec77f49

Authored by zhangzzzz
1 parent 04e01817

放开侧边功能;

src/mes/productionExec/index.js
... ... @@ -12,7 +12,7 @@ import SiderInfoComponent from "@/mes/common/siderInfoComponent";
12 12 import RouterComponent from "@/routes/mes/routerComponent";
13 13 import FirstNoticeModal from "./noticeModal/index";
14 14 import RunningStatus from "@/mes/common/RunningStatus";
15   -// import QuickSwitchTabCommponent from "@/mes/productionExec/quickSwitchTabComponent";
  15 +import QuickSwitchTabCommponent from "@/mes/productionExec/quickSwitchTabComponent";
16 16 import { Spin } from "antd";
17 17  
18 18 const ProductionExec = props => {
... ... @@ -82,7 +82,7 @@ const ContentComponent = props => {
82 82 return (
83 83 <div className={styles.productionExec}>
84 84 <RouterComponent {...props} />
85   - {/* <QuickSwitchTabCommponent {...props} /> */}
  85 + <QuickSwitchTabCommponent {...props} />
86 86 </div>
87 87 );
88 88 };
... ...