forked from drone/command-center-dashboard

罗广辉
2025-04-13 d6e731d4e6b8c97707ee1a6cf455d6cc1f9e8e6f
src/views/SignMachineNest/MachineRight/MachineStatus/MachineStatus.vue
@@ -149,7 +149,7 @@
      const height = newValue?.height - res?.height;
      //针对西安实时高度进行降低
      const wId = localStorage.getItem('bs_workspace_id');
      if (wId == 'f47ac10b-58cc-4372-a567-0e02b2c3d479') {
      if (wId === 'f47ac10b-58cc-4372-a567-0e02b2c3d479') {
        detailInfo.value.height = reduceHeight(height);
      } else {
        detailInfo.value.height = height.toFixed(1) || '--';
@@ -203,7 +203,7 @@
          newValue.deviceInfo[
            deviceInfo.value.dock.basic_osd?.sub_device?.device_sn ??
            osdVisible.sn
          ]?.mode_code == undefined || newValue.deviceInfo[
          ]?.mode_code === undefined || newValue.deviceInfo[
            deviceInfo.value.dock.basic_osd?.sub_device?.device_sn ??
            osdVisible.sn
          ]?.mode_code == 14