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
4f1ef8fd
Commit
4f1ef8fd
authored
Jun 04, 2025
by
liuzhaoh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理舱室字段问题
parent
f99e2893
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
src/views/dustMonitoring/index.vue
+6
-2
No files found.
src/views/dustMonitoring/index.vue
View file @
4f1ef8fd
...
...
@@ -412,7 +412,7 @@ const getDustDetail = () => {
detailObj
.
bachflushCompart
=
(
res
.
data
&&
res
.
data
.
bachflushCompart
)
||
""
;
detailObj
.
leakageCompart
=
(
res
.
data
&&
res
.
data
.
leakageCompart
)
||
""
;
detailObj
.
faultCompart
=
(
res
.
data
&&
res
.
data
.
bachflush
Compart
)
||
""
;
detailObj
.
faultCompart
=
(
res
.
data
&&
res
.
data
.
fault
Compart
)
||
""
;
detailObj
.
compartHealthList
=
(
res
.
data
&&
res
.
data
.
compartHealthList
)
||
[
[
...
...
@@ -774,10 +774,14 @@ $borderColor: #bbbdc391;
gap
:
10px
;
&
-item
{
padding
:
10px
;
min-
height
:
70px
;
height
:
70px
;
background
:
#e7eef5
;
border-radius
:
6px
;
flex
:
1
;
overflow-y
:
auto
;
}
&
-item
:
:-
webkit-scrollbar
{
width
:
0
;
}
.label
{
color
:
#4e5058
;
...
...
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