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

This commit is contained in:
puhui999
2025-08-24 11:49:28 +08:00
parent e61971d002
commit 30bbda805b

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>