瀏覽代碼

del test data

master
lb 9 月之前
父節點
當前提交
f6cbc3a34a
共有 1 個檔案被更改,包括 13 行新增13 行删除
  1. +13
    -13
      src/components/Common/TodayGood/components/TodayTableData/index.jsx

+ 13
- 13
src/components/Common/TodayGood/components/TodayTableData/index.jsx 查看文件

@@ -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 = {
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 = { 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…
取消
儲存