删除多余代码

This commit is contained in:
2025-02-21 13:26:56 +08:00
parent 1812afd680
commit 84b34d7b79
21 changed files with 11 additions and 2355 deletions

View File

@@ -5,7 +5,7 @@ import {selectLine1After} from "./../../../store/LinePageSlice"
function RightUp() {
const data = useAppSelector(selectLine1After);
const config = {
header: ["序号", "产线", "上片数据量", "成品下片数量"],
header: ["序号", "工段名", "上片数据量", "成品下片数量"],
headerHeight: 32,
rowNum: 5,
align: ["center", "left", "left", "left"],