Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b9193dd8
authored
Jan 28, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码优化】IoT:产品列表、设备列表的 key ... 省略
parent
2ab3b9cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
src/views/iot/device/device/index.vue
+3
-1
src/views/iot/plugin/index.vue
+3
-3
src/views/iot/product/product/index.vue
+1
-1
No files found.
src/views/iot/device/device/index.vue
View file @
b9193dd8
...
...
@@ -209,7 +209,9 @@
</div>
<div
class=
"mb-2.5 last:mb-0"
>
<span
class=
"text-[#717c8e] mr-2.5"
>
DeviceKey
</span>
<span
class=
"text-[#0b1d30] whitespace-normal break-all"
>
{{
item
.
deviceKey
}}
</span>
<span
class=
"text-[#0b1d30] inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[130px]"
>
{{
item
.
deviceKey
}}
</span>
</div>
</div>
<div
class=
"w-[100px] h-[100px]"
>
...
...
src/views/iot/plugin/index.vue
View file @
b9193dd8
...
...
@@ -139,9 +139,9 @@
<div
class=
"flex-1"
>
<div
class=
"mb-2.5 last:mb-0"
>
<span
class=
"text-[#717c8e] mr-2.5"
>
插件标识
</span>
<span
class=
"text-[#0b1d30] whitespace-normal break-all"
>
{{
item
.
pluginKey
}}
</span>
<span
class=
"text-[#0b1d30] whitespace-normal break-all"
>
{{
item
.
pluginKey
}}
</span>
</div>
<div
class=
"mb-2.5 last:mb-0"
>
<span
class=
"text-[#717c8e] mr-2.5"
>
jar包
</span>
...
...
src/views/iot/product/product/index.vue
View file @
b9193dd8
...
...
@@ -97,7 +97,7 @@
</div>
<div
class=
"mb-2.5 last:mb-0"
>
<span
class=
"text-[#717c8e] mr-2.5"
>
产品标识
</span>
<span
class=
"text-[#0b1d30]
whitespace-normal break-all
"
>
<span
class=
"text-[#0b1d30]
inline-block align-middle overflow-hidden text-ellipsis whitespace-nowrap max-w-[140px]
"
>
{{
item
.
productKey
}}
</span>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment