Commit fb9e988c6984ad9e869ded489ccb3245aa851f14
1 parent
d9cd5ff0
解决报错
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/siderInfoComponent/index.js
| @@ -647,7 +647,7 @@ const DeviceTargetInfoComponent = () => { | @@ -647,7 +647,7 @@ const DeviceTargetInfoComponent = () => { | ||
| 647 | <div className={styles.deviceTargetInfo}> | 647 | <div className={styles.deviceTargetInfo}> |
| 648 | <div className="mesTitle" style={{ padding: "10px 10px 5px" }}> | 648 | <div className="mesTitle" style={{ padding: "10px 10px 5px" }}> |
| 649 | <img src={iocnObj.facilityIcon} /> | 649 | <img src={iocnObj.facilityIcon} /> |
| 650 | - {first.showName} | 650 | + {sColumnConfig[0]?.showName} |
| 651 | </div> | 651 | </div> |
| 652 | {result.map((config, index) => { | 652 | {result.map((config, index) => { |
| 653 | // if (index > 4) return ""; | 653 | // if (index > 4) return ""; |