Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘照晖
DC-TOM
Commits
d11833c6
Commit
d11833c6
authored
May 28, 2025
by
liuzhaoh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改除尘器监控
parent
09009d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
index.vue
src/views/dustMonitoring/index.vue
+6
-4
No files found.
src/views/dustMonitoring/index.vue
View file @
d11833c6
...
...
@@ -71,14 +71,16 @@
<div
class=
"left"
v-if=
"detailObj.compartHealthList.length > 0"
>
<div
class=
"part"
>
<div
class=
"point warn"
class=
"point"
:class=
"item.healthStatus == 1 ? 'health' : 'warn'"
v-for=
"item in detailObj.compartHealthList[0]"
:key=
"item"
></div>
</div>
<div
class=
"part"
>
<div
class=
"point warn"
class=
"point"
:class=
"item.healthStatus == 1 ? 'health' : 'warn'"
v-for=
"item in detailObj.compartHealthList[1]"
:key=
"item"
></div>
...
...
@@ -470,7 +472,7 @@ const getDustDetail = () => {
indicatorTwoInstance
,
"indicatorTwo"
,
getGaugeOption
({
value
:
dustInfo
[
1
].
value
,
value
:
parseInt
(
dustInfo
[
1
].
value
/
100
)
,
chartName
:
"粉尘浓度"
,
min
:
5
,
max
:
50
,
...
...
@@ -680,7 +682,7 @@ $borderColor: #bbbdc391;
}
.point
{
width
:
20px
;
margin
:
1
%
3%
;
margin
:
1
0px
;
border-radius
:
50%
;
display
:
inline-block
;
cursor
:
pointer
;
...
...
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