|
@ -1,11 +1,11 @@ |
|
|
<template> |
|
|
<template> |
|
|
<header class="h-[--headerHeight] bg-primary flex items-center text-white px-[--borderWidth]"> |
|
|
<header class="h-[--headerHeight] bg-primary flex items-center text-white px-[--borderWidth]"> |
|
|
<section class="bg-[#335AA5] px-4 py-2 rounded flex items-center gap-4"> |
|
|
|
|
|
|
|
|
<section style="display: none;" class="bg-[#335AA5] px-4 py-2 rounded flex items-center gap-4"> |
|
|
<span>当前湿度:{{ statusStore.equipmentStatus.humidity }}%RH</span> |
|
|
<span>当前湿度:{{ statusStore.equipmentStatus.humidity }}%RH</span> |
|
|
<!-- <span>当前温度:18℃</span> --> |
|
|
<!-- <span>当前温度:18℃</span> --> |
|
|
</section> |
|
|
</section> |
|
|
|
|
|
|
|
|
<section class="bg-[#335AA5] ml-6 px-4 py-2 rounded flex items-center gap-4"> |
|
|
|
|
|
|
|
|
<section style="display: none;" class="bg-[#335AA5] ml-6 px-4 py-2 rounded flex items-center gap-4"> |
|
|
<span>设备状态:{{ workStatusDescMap[statusStore.workStatus] }}</span> |
|
|
<span>设备状态:{{ workStatusDescMap[statusStore.workStatus] }}</span> |
|
|
<!-- <span>当前温度:18℃</span> --> |
|
|
<!-- <span>当前温度:18℃</span> --> |
|
|
</section> |
|
|
</section> |
|
|