From c01d7cef82be8ffddf73cc35914aceb2b2a4a6f9 Mon Sep 17 00:00:00 2001 From: qmj <37242163+qmj666@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:52:29 +0800 Subject: [PATCH] 调机按钮匹配状态对调 --- src/mes/productionExec/productionExecMain/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mes/productionExec/productionExecMain/index.js b/src/mes/productionExec/productionExecMain/index.js index 5a01215..1375ecf 100644 --- a/src/mes/productionExec/productionExecMain/index.js +++ b/src/mes/productionExec/productionExecMain/index.js @@ -575,7 +575,7 @@ const ProductionExecContentByType = props => { const showValue = { stop: { - showName: "调机开始", + showName: "调机结束", onClick: config => operationFetch(props, config, undefined, () => { props.onSaveState({ @@ -585,7 +585,7 @@ const ProductionExecContentByType = props => { }) }, again: { - showName: "调机结束", + showName: "调机开始", onClick: config => operationFetch(props, config, "again", () => { props.onSaveState({ -- libgit2 0.22.2