perf: 【IoT 物联网】优化设备备注取值

pull/815/head
puhui999 2025-08-24 11:49:28 +08:00
parent e61971d002
commit 30bbda805b
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
<span
class="text-[#0b1d30] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[130px]"
>
{{ item.deviceName || '-' }}
{{ item.nickname || item.deviceName }}
</span>
</div>
</div>