Commit c01d7cef82be8ffddf73cc35914aceb2b2a4a6f9
1 parent
2387ce33
调机按钮匹配状态对调
Showing
1 changed file
with
2 additions
and
2 deletions
src/mes/productionExec/productionExecMain/index.js
| ... | ... | @@ -575,7 +575,7 @@ const ProductionExecContentByType = props => { |
| 575 | 575 | |
| 576 | 576 | const showValue = { |
| 577 | 577 | stop: { |
| 578 | - showName: "调机开始", | |
| 578 | + showName: "调机结束", | |
| 579 | 579 | onClick: config => |
| 580 | 580 | operationFetch(props, config, undefined, () => { |
| 581 | 581 | props.onSaveState({ |
| ... | ... | @@ -585,7 +585,7 @@ const ProductionExecContentByType = props => { |
| 585 | 585 | }) |
| 586 | 586 | }, |
| 587 | 587 | again: { |
| 588 | - showName: "调机结束", | |
| 588 | + showName: "调机开始", | |
| 589 | 589 | onClick: config => |
| 590 | 590 | operationFetch(props, config, "again", () => { |
| 591 | 591 | props.onSaveState({ | ... | ... |