|
|
@ -166,7 +166,7 @@ const onClose = async () => { |
|
|
|
<div style="display: flex; align-items: center; margin: 10px 0;font-size: 15px;justify-content: center;"> |
|
|
|
<div style="display: flex; align-items: center; width: 20%; margin-right: 30px"> |
|
|
|
<span>当前湿度</span> |
|
|
|
<span class="num-text">{{ systemStore.systemSensor.humidity }}</span> |
|
|
|
<span class="num-text">{{ systemStore.systemSensor.humidity || '--' }}</span> |
|
|
|
<span>%RH</span> |
|
|
|
</div> |
|
|
|
<div style="display: flex; align-items: center; width: 30%; margin-right: 30px"> |
|
|
@ -184,7 +184,7 @@ const onClose = async () => { |
|
|
|
<div style="display: flex; align-items: center; margin-top: 10px;font-size: 15px;justify-content: center;"> |
|
|
|
<div style="display: flex; align-items: center; width:20%; margin-right: 30px"> |
|
|
|
<span>载玻台温度</span> |
|
|
|
<span class="num-text">{{ systemStore.systemSensor.slideTemperature }}</span> |
|
|
|
<span class="num-text">{{ systemStore.systemSensor.slideTemperature || '--' }}</span> |
|
|
|
<span>℃</span> |
|
|
|
</div> |
|
|
|
<div style="display: flex; align-items: center; width: 30%; margin-right: 30px"> |
|
|
@ -202,7 +202,7 @@ const onClose = async () => { |
|
|
|
<div style="display: flex; align-items: center; margin-top: 10px;font-size: 15px;justify-content: center;"> |
|
|
|
<div style="display: flex; align-items: center; width: 20%; margin-right: 30px"> |
|
|
|
<span>喷头温度</span> |
|
|
|
<span class="num-text">{{ systemStore.systemSensor.nozzleTemperature }}</span> |
|
|
|
<span class="num-text">{{ systemStore.systemSensor.nozzleTemperature || '--' }}</span> |
|
|
|
<span>℃</span> |
|
|
|
</div> |
|
|
|
<div style="display: flex; align-items: center; width: 30%; margin-right: 30px"> |
|
|
|