Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-station-module-view
Commits
6919fabc
Commit
6919fabc
authored
May 27, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改描述
parent
e2c7e38b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SafetyIndex.js
...3dviewConvertor/view/panoramic/statistical/SafetyIndex.js
+2
-2
conf.js
...onents/3dviewConvertor/view/panoramic/statistical/conf.js
+1
-1
No files found.
mods/components/3dviewConvertor/view/panoramic/statistical/SafetyIndex.js
View file @
6919fabc
...
...
@@ -138,9 +138,9 @@ export default class SafetyIndex extends Component {
<
/span
>
<
/div
>
{
[{
name
:
'风险
值
异常'
,
num
:
safetyIndexData
.
riskExceptionNum
},
[{
name
:
'风险异常'
,
num
:
safetyIndexData
.
riskExceptionNum
},
{
name
:
'巡检异常'
,
num
:
safetyIndexData
.
checkExceptionNum
},
{
name
:
'
设备故障
'
,
num
:
safetyIndexData
.
fireExceptionNum
}].
map
((
item
,
index
)
=>
{
name
:
'
故障告警
'
,
num
:
safetyIndexData
.
fireExceptionNum
}].
map
((
item
,
index
)
=>
<
div
key
=
{
item
.
name
}
className
=
"content-item"
>
{
item
.
name
}
{
item
.
num
}
<
/div
>
)
}
...
...
mods/components/3dviewConvertor/view/panoramic/statistical/conf.js
View file @
6919fabc
...
...
@@ -2,7 +2,7 @@
* 告警控制
*/
export
const
warnController
=
[
{
key
:
'fire'
,
icon
:
'model_fire'
,
type
:
'fire'
,
label
:
'
设备故障
'
},
{
key
:
'fire'
,
icon
:
'model_fire'
,
type
:
'fire'
,
label
:
'
故障告警
'
},
{
key
:
'risk'
,
icon
:
'model_risk'
,
type
:
'risk'
,
label
:
'风险异常'
},
{
key
:
'check'
,
icon
:
'model_patrol'
,
type
:
'check'
,
label
:
'巡检异常'
}
];
...
...
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