Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
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
bank
AmosBankView
Commits
bc605d36
Commit
bc605d36
authored
May 19, 2020
by
zhengjiangtao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改不合格为异常
parent
a4a3ee0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
RiskSourceDetailModal.js
...w/bank/3dview/points/dialogModel/RiskSourceDetailModal.js
+3
-3
No files found.
src/view/bank/3dview/points/dialogModel/RiskSourceDetailModal.js
View file @
bc605d36
...
...
@@ -246,14 +246,14 @@ class RiskSourceDetailModal extends Component {
renderDangersPatrol
=
(
danger
)
=>
{
return
(
danger
||
[]).
map
(
item
=>
{
if
(
item
&&
item
.
identification
===
"unqualified"
){
return
(
<
p
>
<
font
style
=
{{
color
:
'#FF0000'
}}
>
巡检
不合格
:
<
/font
>
return
(
<
p
>
<
font
style
=
{{
color
:
'#FF0000'
}}
>
巡检
异常
:
<
/font
>
<
span
>
{
item
.
name
}
&
nbsp
;
<
/span
>
<
span
>
{
item
.
value
}
&
nbsp
;
<
/span
>
<
/p>
)
;
}
})
// return (danger || []).map(item => {
// return (<p > <font style={{ color: '#FF0000' }}>巡检
不合格
:</font>
// return (<p > <font style={{ color: '#FF0000' }}>巡检
异常
:</font>
// <span>{item.name} </span>
// <span>{item.value} </span>
// </p>);
...
...
@@ -327,7 +327,7 @@ class RiskSourceDetailModal extends Component {
/
>
<
/div
>
<
div
className
=
"risk-warn-content"
>
<
div
className
=
"risk-warn-content-header"
>
风险触发原因:巡检
不合格
/
设备告警
<
/div
>
<
div
className
=
"risk-warn-content-header"
>
风险触发原因:巡检
异常
/
设备告警
<
/div
>
{
patroList
&&
this
.
renderDangersPatrol
(
patroList
)}
{
deviceList
&&
this
.
renderDangersDevice
(
deviceList
)}
<
/div
>
...
...
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