del test data
This commit is contained in:
parent
373f990517
commit
f6cbc3a34a
@ -8,20 +8,20 @@ function getRate(decimal) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const TodayTableData = (props) => {
|
const TodayTableData = (props) => {
|
||||||
// const cutting = useSelector((state) => state.cutting);
|
const cutting = useSelector((state) => state.cutting);
|
||||||
|
|
||||||
let cutting = {
|
// let cutting = {
|
||||||
table: [
|
// table: [
|
||||||
{
|
// {
|
||||||
lineName: "Y61",
|
// lineName: "Y61",
|
||||||
first: 0.37,
|
// first: 0.37,
|
||||||
second: 0.03,
|
// second: 0.03,
|
||||||
product: 0.99,
|
// product: 0.99,
|
||||||
waste: 0.01,
|
// waste: 0.01,
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
chart: {},
|
// chart: {},
|
||||||
};
|
// };
|
||||||
const config = {
|
const config = {
|
||||||
// headerBGC: 'rgba(4, 44, 76, 0.3)',
|
// headerBGC: 'rgba(4, 44, 76, 0.3)',
|
||||||
// headerBGC: "rgba(4, 44, 76, .8)",
|
// headerBGC: "rgba(4, 44, 76, .8)",
|
||||||
|
Loading…
Reference in New Issue
Block a user