Skip to content

Commit 1b5ad50

Browse files
author
will.zhang
committed
show device id instead of name
1 parent 943a0a5 commit 1b5ad50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Device.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const doHelp = () => {
165165
<div class="font-bold truncate cursor-pointer">
166166
<DeviceType :type="r.type"/>
167167
<span>
168-
{{ r.name }}
168+
{{ r.id }}
169169
</span>
170170
</div>
171171
</div>

0 commit comments

Comments
 (0)