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);