From cc63cab37b74bc184e5cde70c978d2d188e84c9e Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 5 Nov 2025 13:48:53 +0800 Subject: [PATCH] 1.处理工艺参数展示问题 --- src/mes/common/buttonComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/common/buttonComponent/index.js b/src/mes/common/buttonComponent/index.js index 0228516..e106da2 100644 --- a/src/mes/common/buttonComponent/index.js +++ b/src/mes/common/buttonComponent/index.js @@ -76,7 +76,7 @@ const ButtonComponent = props => { if (productionExecMain && productionExecMain.children) { for (let i = 0; i < 4; i++) { const iIndex = productionExecMain.children.findIndex(child => - child.sMenuName.includes("研发工艺参数") || child.sMenuName.includes("R&D Process Parameters") + child.sMenuName.includes("研发工艺参数") || child.sMenuName.includes("R&D Process Parameter") ); if (iIndex !== -1) { productionExecMain.children.splice(iIndex, 1); -- libgit2 0.22.2