sige 1 year ago
parent
commit
5f763ce645
  1. 2
      src/web/src/pages/main/contents/OperationTubeRackTemperature.vue

2
src/web/src/pages/main/contents/OperationTubeRackTemperature.vue

@ -32,7 +32,7 @@
</a-progress> </a-progress>
</div> </div>
<div class="temperature" :class="{heating:tubeRackSlot.isHeating,holding:null !== tubeRackSlot.heatingStartedAt}"> <div class="temperature" :class="{heating:tubeRackSlot.isHeating,holding:null !== tubeRackSlot.heatingStartedAt}">
<div>{{ (tubeRackSlot.temperature / 100).toFixed(2) }}</div>
<div>{{ (tubeRackSlot.temperature * 1).toFixed(2) }}</div>
<div></div> <div></div>
</div> </div>
</div> </div>

Loading…
Cancel
Save