diff --git a/src/components/Common/TodayGood/components/TodayTableData/index.jsx b/src/components/Common/TodayGood/components/TodayTableData/index.jsx index 74dad5c..6ea125e 100644 --- a/src/components/Common/TodayGood/components/TodayTableData/index.jsx +++ b/src/components/Common/TodayGood/components/TodayTableData/index.jsx @@ -8,20 +8,20 @@ function getRate(decimal) { } const TodayTableData = (props) => { - // const cutting = useSelector((state) => state.cutting); + const cutting = useSelector((state) => state.cutting); - let cutting = { - table: [ - { - lineName: "Y61", - first: 0.37, - second: 0.03, - product: 0.99, - waste: 0.01, - }, - ], - chart: {}, - }; + // let cutting = { + // table: [ + // { + // lineName: "Y61", + // first: 0.37, + // second: 0.03, + // product: 0.99, + // waste: 0.01, + // }, + // ], + // chart: {}, + // }; const config = { // headerBGC: 'rgba(4, 44, 76, 0.3)', // headerBGC: "rgba(4, 44, 76, .8)",