Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bigScreen
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mr-glass
bigScreen
Commits
ce6ae9a6
Commit
ce6ae9a6
authored
Dec 21, 2023
by
guoxuejian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除用户不需要的风机信息展示以及对应样式修改
parent
200e3bc9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.html
+5
-5
No files found.
index.html
View file @
ce6ae9a6
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
font-size
:
26px
;
font-size
:
26px
;
position
:
fixed
;
position
:
fixed
;
top
:
6%
;
top
:
6%
;
left
:
2
3
%
;
left
:
2
7
%
;
z-index
:
2
;
z-index
:
2
;
}
}
...
@@ -474,7 +474,7 @@
...
@@ -474,7 +474,7 @@
<th>
告警
</th>
<th>
告警
</th>
<th>
逆变器
</th>
<th>
逆变器
</th>
<th>
箱变
</th>
<th>
箱变
</th>
<
th>
风机
</th
>
<
!-- <th>风机</th> --
>
<th>
其他设备
</th>
<th>
其他设备
</th>
<th>
巡检工单
</th>
<th>
巡检工单
</th>
<th>
维修工单
</th>
<th>
维修工单
</th>
...
@@ -485,7 +485,7 @@
...
@@ -485,7 +485,7 @@
<td
id=
"centerWarningNum"
>
0
</td>
<td
id=
"centerWarningNum"
>
0
</td>
<td
id=
"centerDevice1Num"
>
0
</td>
<td
id=
"centerDevice1Num"
>
0
</td>
<td
id=
"centerDevice2Num"
>
0
</td>
<td
id=
"centerDevice2Num"
>
0
</td>
<
td
id=
"centerDevice3Num"
>
0
</td
>
<
!-- <td id="centerDevice3Num">0</td> --
>
<td
id=
"centerDevice4Num"
>
0
</td>
<td
id=
"centerDevice4Num"
>
0
</td>
<td
id=
"inspectionOrderNum"
>
0
</td>
<td
id=
"inspectionOrderNum"
>
0
</td>
<td
id=
"repairOrderNum"
>
0
</td>
<td
id=
"repairOrderNum"
>
0
</td>
...
@@ -1338,8 +1338,8 @@
...
@@ -1338,8 +1338,8 @@
break
;
break
;
case
'3'
:
case
'3'
:
// childContent += `
<
td
id
=
"centerDevice3Num"
>
$
{
record
.
deviceCount
}
<
/td>
`
// childContent += `
<
td
id
=
"centerDevice3Num"
>
$
{
record
.
deviceCount
}
<
/td>
`
let
centerWarning3Num
=
document
.
getElementById
(
'centerDevice3Num'
)
//
let centerWarning3Num = document.getElementById('centerDevice3Num')
centerWarning3Num
.
innerHTML
=
`
${
record
.
count
?
record
.
count
:
0
}
`
//
centerWarning3Num.innerHTML = `${record.count ? record.count : 0}`
break
;
break
;
case
'4'
:
case
'4'
:
// childContent += `
<
td
id
=
"centerDevice4Num"
>
$
{
record
.
deviceCount
}
<
/td>
`
// childContent += `
<
td
id
=
"centerDevice4Num"
>
$
{
record
.
deviceCount
}
<
/td>
`
...
...
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