Commit 78bc71371bfb46a5f646fc5711e8440e18239766
1 parent
a1d2a20d
生产执行展示字段
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/siderInfoComponent/index.js
| @@ -586,7 +586,7 @@ const DeviceTargetInfoComponent = () => { | @@ -586,7 +586,7 @@ const DeviceTargetInfoComponent = () => { | ||
| 586 | const { gdsconfigformslave = [] } = deviceTargetInfoConfig; | 586 | const { gdsconfigformslave = [] } = deviceTargetInfoConfig; |
| 587 | const showConfig = gdsconfigformslave.filter( | 587 | const showConfig = gdsconfigformslave.filter( |
| 588 | item => | 588 | item => |
| 589 | - item.sName && item.bControl && item.sControlName.indexOf("Btn") === -1 | 589 | + item.sName && item.sControlName.indexOf("Btn") === -1 |
| 590 | ); | 590 | ); |
| 591 | 591 | ||
| 592 | const viewRowOld = deviceTargetInfoData[0] || {}; | 592 | const viewRowOld = deviceTargetInfoData[0] || {}; |