Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
16d013d7
Commit
16d013d7
authored
2 years ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改百分百
parent
411e0231
master
changemap
reg
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
device-manager-ui/admin/src/views/Home.vue
device-manager-ui/admin/src/views/Home.vue
+4
-4
No files found.
device-manager-ui/admin/src/views/Home.vue
View file @
16d013d7
...
...
@@ -82,7 +82,7 @@
<span
style=
"font-size: 12px"
><span
class=
"tips"
>
上线率
</span
><span
v-bind:class=
"
{ success: statData.deviceOnlineRatio >= 0 }"
>
{{
statData
.
deviceOnlineRatio
*
100
}}
%
</span
>
{{
(
statData
.
deviceOnlineRatio
*
100
).
toFixed
(
2
)
}}
%
</span
></span
>
<p
class=
"total-item-title"
>
...
...
@@ -96,7 +96,7 @@
<span
style=
"font-size: 12px"
><span
class=
"tips"
>
离线率
</span
><span
v-bind:class=
"
{ warn: statData.deviceOfflineRatio >= 0 }"
>
{{
statData
.
deviceOfflineRatio
*
100
}}
%
</span
>
{{
(
statData
.
deviceOfflineRatio
*
100
).
toFixed
(
2
)
}}
%
</span
></span
>
<p
class=
"total-item-title"
>
...
...
@@ -110,7 +110,7 @@
<span
style=
"font-size: 12px"
><span
class=
"tips"
>
停用率
</span
><span
v-bind:class=
"
{ warn: statData.deviceStopRatio >= 0 }"
>
{{
statData
.
deviceStopRatio
*
100
}}
%
</span
>
{{
(
statData
.
deviceStopRatio
*
100
).
toFixed
(
2
)
}}
%
</span
></span
>
<p
class=
"total-item-title"
>
...
...
@@ -124,7 +124,7 @@
<span
style=
"font-size: 12px"
><span
class=
"tips"
>
未激活率
</span
><span
v-bind:class=
"
{ warn: statData.deviceUnActiveRatio >= 0 }"
>
{{
statData
.
deviceUnActiveRatio
*
100
}}
%
</span
>
{{
(
statData
.
deviceUnActiveRatio
*
100
).
toFixed
(
2
)
}}
%
</span
></span
>
<p
class=
"total-item-title"
>
...
...
This diff is collapsed.
Click to expand it.
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