2.21日版

This commit is contained in:
2025-02-21 11:10:35 +08:00
parent 128b362587
commit 1812afd680
89 changed files with 1420 additions and 995 deletions

View File

@@ -14,12 +14,12 @@ function TitleBox(props: titleProps) {
case "left_up":
return {
img: Defect,
title: "产线报废汇总",
title: "工段报废汇总",
};
case "left_down":
return {
img: Record,
title: "当前产线报废情况",
title: "工序报废情况",
};
case "center_down_left":
return {
@@ -29,12 +29,12 @@ function TitleBox(props: titleProps) {
case "center_down_right":
return {
img: Finished,
title: "产线成品率",
title: "工段成品率",
};
case "right_up":
return {
img: Num,
title: "各产线总投入和产出",
title: "各工段总投入和产出",
};
default:
return {