Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
station-elec-manage-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
station-elec-manage-view
Commits
886fc20b
Commit
886fc20b
authored
Jun 17, 2020
by
李成龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
ba83440e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
39 deletions
+33
-39
RiskDegreePie.js
src/view/biz/duty/detail/echarts/RiskDegreePie.js
+29
-36
data.js
src/view/biz/duty/situation/data.js
+0
-0
geo.js
src/view/biz/duty/situation/geo.js
+4
-3
No files found.
src/view/biz/duty/detail/echarts/RiskDegreePie.js
View file @
886fc20b
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
AmosEcharts
from
'amos-viz/lib/echarts'
;
import
AmosEcharts
from
'amos-viz/lib/echarts'
;
import
AmosWebSocket
from
'amos-websocket'
;
import
{
Connect
}
from
'amos-framework'
;
// import { getRiskRiseUprateAction } from './../../../../services/situationService';
// import SysWsURL, { completeToken } from './../../../../consts/wsUrlConsts';
const
eventConnect
=
Connect
.
eventConnect
;
/**
/**
* 巡检点统计
* 巡检点统计
...
@@ -68,12 +61,12 @@ class RiskDegreePie extends Component {
...
@@ -68,12 +61,12 @@ class RiskDegreePie extends Component {
type
:
'pie'
,
type
:
'pie'
,
radius
:
[
'60%'
,
'70%'
],
radius
:
[
'60%'
,
'70%'
],
avoidLabelOverlap
:
false
,
avoidLabelOverlap
:
false
,
color
:
[
'#FE0000'
,
'#5FFFFD'
],
color
:
[
'#FE0000'
,
'#5FFFFD'
],
label
:
{
label
:
{
normal
:
{
normal
:
{
show
:
true
,
show
:
true
,
color
:
'white'
,
color
:
'white'
,
fontSize
:
25
,
fontSize
:
25
,
position
:
'center'
,
position
:
'center'
,
formatter
:
'{b}'
formatter
:
'{b}'
}
}
...
@@ -83,9 +76,9 @@ class RiskDegreePie extends Component {
...
@@ -83,9 +76,9 @@ class RiskDegreePie extends Component {
show
:
false
show
:
false
}
}
},
},
data
:[
data
:
[
{
value
:
125
,
name
:
null
},
{
value
:
125
,
name
:
null
},
{
value
:
810
,
name
:
'2%'
},
{
value
:
810
,
name
:
'2%'
}
]
]
}
}
]
]
...
@@ -117,12 +110,12 @@ class RiskDegreePie extends Component {
...
@@ -117,12 +110,12 @@ class RiskDegreePie extends Component {
type
:
'pie'
,
type
:
'pie'
,
radius
:
[
'60%'
,
'70%'
],
radius
:
[
'60%'
,
'70%'
],
avoidLabelOverlap
:
false
,
avoidLabelOverlap
:
false
,
color
:
[
'#FE6600'
,
'#5FFFFD'
],
color
:
[
'#FE6600'
,
'#5FFFFD'
],
label
:
{
label
:
{
normal
:
{
normal
:
{
show
:
true
,
show
:
true
,
color
:
'white'
,
color
:
'white'
,
fontSize
:
25
,
fontSize
:
25
,
position
:
'center'
,
position
:
'center'
,
formatter
:
'{b}'
formatter
:
'{b}'
}
}
...
@@ -132,9 +125,9 @@ class RiskDegreePie extends Component {
...
@@ -132,9 +125,9 @@ class RiskDegreePie extends Component {
show
:
false
show
:
false
}
}
},
},
data
:[
data
:
[
{
value
:
125
,
name
:
null
},
{
value
:
125
,
name
:
null
},
{
value
:
810
,
name
:
'2%'
},
{
value
:
810
,
name
:
'2%'
}
]
]
}
}
]
]
...
@@ -165,13 +158,13 @@ class RiskDegreePie extends Component {
...
@@ -165,13 +158,13 @@ class RiskDegreePie extends Component {
name
:
'风险率'
,
name
:
'风险率'
,
type
:
'pie'
,
type
:
'pie'
,
radius
:
[
'60%'
,
'70%'
],
radius
:
[
'60%'
,
'70%'
],
color
:
[
'#FFD600'
,
'#5FFFFD'
],
color
:
[
'#FFD600'
,
'#5FFFFD'
],
avoidLabelOverlap
:
false
,
avoidLabelOverlap
:
false
,
label
:
{
label
:
{
normal
:
{
normal
:
{
show
:
true
,
show
:
true
,
color
:
'white'
,
color
:
'white'
,
fontSize
:
25
,
fontSize
:
25
,
position
:
'center'
,
position
:
'center'
,
formatter
:
'{b}'
formatter
:
'{b}'
}
}
...
@@ -181,9 +174,9 @@ class RiskDegreePie extends Component {
...
@@ -181,9 +174,9 @@ class RiskDegreePie extends Component {
show
:
false
show
:
false
}
}
},
},
data
:[
data
:
[
{
value
:
125
,
name
:
null
},
{
value
:
125
,
name
:
null
},
{
value
:
810
,
name
:
'2%'
},
{
value
:
810
,
name
:
'2%'
}
]
]
}
}
]
]
...
@@ -192,7 +185,7 @@ class RiskDegreePie extends Component {
...
@@ -192,7 +185,7 @@ class RiskDegreePie extends Component {
handleData
=
()
=>
{
handleData
=
()
=>
{
this
.
getRiskRiseUprate
();
this
.
getRiskRiseUprate
();
}
}
;
render
()
{
render
()
{
let
{
monthData
,
seasonData
,
yearData
}
=
this
.
state
;
let
{
monthData
,
seasonData
,
yearData
}
=
this
.
state
;
...
@@ -201,31 +194,31 @@ class RiskDegreePie extends Component {
...
@@ -201,31 +194,31 @@ class RiskDegreePie extends Component {
let
seasonOption
=
this
.
getSeasonOptions
(
'season'
,
seasonData
);
let
seasonOption
=
this
.
getSeasonOptions
(
'season'
,
seasonData
);
let
yearOption
=
this
.
getYearOptions
(
'year'
,
yearData
);
let
yearOption
=
this
.
getYearOptions
(
'year'
,
yearData
);
return
(
return
(
<
div
className
=
"risk-degree-pie-child"
style
=
{{
color
:
'#5FFFFD'
,
textAlign
:
'center'
}}
>
<
div
className
=
"risk-degree-pie-child"
style
=
{{
color
:
'#5FFFFD'
,
textAlign
:
'center'
}}
>
<
div
className
=
"risk-degree-pie1"
>
<
div
className
=
"risk-degree-pie1"
>
<
AmosEcharts
option
=
{
monthOption
}
style
=
{{
height
:
'210px'
,
width
:
'210px'
}}
/
>
<
AmosEcharts
option
=
{
monthOption
}
style
=
{{
height
:
'210px'
,
width
:
'210px'
}}
/
>
<
div
>
<
div
>
<
div
style
=
{{
fontSize
:
34
,
fontWeight
:
'bold'
,
display
:
'inline-block'
}}
>
{
monthData
.
countOfType0
}
<
/div
>
<
div
style
=
{{
fontSize
:
34
,
fontWeight
:
'bold'
,
display
:
'inline-block'
}}
>
{
monthData
.
countOfType0
}
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'red'
,
fontWeight
:
'bold'
,
display
:
'inline-block'
,
marginLeft
:
10
}}
>
{
monthData
.
type0Rate
}
↑
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'red'
,
fontWeight
:
'bold'
,
display
:
'inline-block'
,
marginLeft
:
10
}}
>
{
monthData
.
type0Rate
}
↑
<
/div
>
<
/div
>
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'#CEC700'
}}
>
本月风险
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'#CEC700'
}}
>
本月风险
<
/div
>
<
/div
>
<
/div
>
<
div
className
=
"risk-degree-pie2"
>
<
div
className
=
"risk-degree-pie2"
>
<
AmosEcharts
option
=
{
seasonOption
}
style
=
{{
height
:
'210px'
,
width
:
'210px'
}}
/
>
<
AmosEcharts
option
=
{
seasonOption
}
style
=
{{
height
:
'210px'
,
width
:
'210px'
}}
/
>
<
div
>
<
div
>
<
div
style
=
{{
fontSize
:
34
,
fontWeight
:
'bold'
,
display
:
'inline-block'
}}
>
{
monthData
.
countOfType0
}
<
/div
>
<
div
style
=
{{
fontSize
:
34
,
fontWeight
:
'bold'
,
display
:
'inline-block'
}}
>
{
monthData
.
countOfType0
}
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
fontWeight
:
'bold'
,
color
:
'red'
,
display
:
'inline-block'
,
marginLeft
:
10
}}
>
{
monthData
.
type0Rate
}
↑
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
fontWeight
:
'bold'
,
color
:
'red'
,
display
:
'inline-block'
,
marginLeft
:
10
}}
>
{
monthData
.
type0Rate
}
↑
<
/div
>
<
/div
>
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'#CEC700'
}}
>
本季度风险
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'#CEC700'
}}
>
本季度风险
<
/div
>
<
/div
>
<
/div
>
<
div
className
=
"risk-degree-pie3"
>
<
div
className
=
"risk-degree-pie3"
>
<
AmosEcharts
option
=
{
yearOption
}
style
=
{{
height
:
'210px'
,
width
:
'210px'
}}
/
>
<
AmosEcharts
option
=
{
yearOption
}
style
=
{{
height
:
'210px'
,
width
:
'210px'
}}
/
>
<
div
>
<
div
>
<
div
style
=
{{
fontSize
:
34
,
fontWeight
:
'bold'
,
display
:
'inline-block'
}}
>
{
monthData
.
countOfType0
}
<
/div
>
<
div
style
=
{{
fontSize
:
34
,
fontWeight
:
'bold'
,
display
:
'inline-block'
}}
>
{
monthData
.
countOfType0
}
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'red'
,
fontWeight
:
'bold'
,
display
:
'inline-block'
,
marginLeft
:
10
}}
>
{
monthData
.
type0Rate
}
↑
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'red'
,
fontWeight
:
'bold'
,
display
:
'inline-block'
,
marginLeft
:
10
}}
>
{
monthData
.
type0Rate
}
↑
<
/div
>
<
/div
>
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'#CEC700'
}}
>
本年风险
<
/div
>
<
div
style
=
{{
fontSize
:
22
,
color
:
'#CEC700'
}}
>
本年风险
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
);
);
...
...
src/view/biz/duty/situation/data.js
View file @
886fc20b
This diff is collapsed.
Click to expand it.
src/view/biz/duty/situation/geo.js
View file @
886fc20b
...
@@ -36,7 +36,7 @@ const provienceData = [
...
@@ -36,7 +36,7 @@ const provienceData = [
{
name
:
'新疆'
,
area
:
'其他'
,
type
:
'areaCenterCity'
,
InValue
:
'0'
}
{
name
:
'新疆'
,
area
:
'其他'
,
type
:
'areaCenterCity'
,
InValue
:
'0'
}
];
];
const
geoCoordMap
=
{
const
geoCoordMap
=
{
黑龙江
:
[
126.6433411
,
45.74149323
],
黑龙江
:
[
126.6433411
,
45.74149323
],
吉林
:
[
125.3154297
,
43.89256287
],
吉林
:
[
125.3154297
,
43.89256287
],
辽宁
:
[
123.4116821
,
41.7966156
],
辽宁
:
[
123.4116821
,
41.7966156
],
...
@@ -268,6 +268,7 @@ const provienceData = [
...
@@ -268,6 +268,7 @@ const provienceData = [
菏泽
:
[
115.480656
,
35.23375
],
菏泽
:
[
115.480656
,
35.23375
],
合肥
:
[
117.27
,
31.86
],
合肥
:
[
117.27
,
31.86
],
武汉
:
[
114.31
,
30.52
],
武汉
:
[
114.31
,
30.52
],
大庆
:
[
125.03
,
46.58
]
};
大庆
:
[
125.03
,
46.58
]
};
export
{
provienceData
,
geoCoordMap
}
export
{
provienceData
,
geoCoordMap
};
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