Bläddra i källkod

del test data

master
lb 9 månader sedan
förälder
incheckning
f6cbc3a34a
1 ändrade filer med 13 tillägg och 13 borttagningar
  1. +13
    -13
      src/components/Common/TodayGood/components/TodayTableData/index.jsx

+ 13
- 13
src/components/Common/TodayGood/components/TodayTableData/index.jsx Visa fil

@@ -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)",


Laddar…
Avbryt
Spara