diff --git a/src/web/src/pages/main/contents/OperationTubeRackTemperature.vue b/src/web/src/pages/main/contents/OperationTubeRackTemperature.vue index 6b3cc6c..ff45461 100644 --- a/src/web/src/pages/main/contents/OperationTubeRackTemperature.vue +++ b/src/web/src/pages/main/contents/OperationTubeRackTemperature.vue @@ -32,7 +32,7 @@
-
{{ (tubeRackSlot.temperature / 100).toFixed(2) }}
+
{{ (tubeRackSlot.temperature * 1).toFixed(2) }}