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
1c3e4832
Commit
1c3e4832
authored
May 28, 2020
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
54590b1f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
AlarmControlTable.js
src/view/monitor/statistical/AlarmControlTable.js
+5
-5
DangerControlTable.js
src/view/monitor/statistical/DangerControlTable.js
+7
-7
RiskControlTable.js
src/view/monitor/statistical/RiskControlTable.js
+6
-6
No files found.
src/view/monitor/statistical/AlarmControlTable.js
View file @
1c3e4832
...
@@ -49,7 +49,7 @@ const data = [
...
@@ -49,7 +49,7 @@ const data = [
title
:
'换流站'
,
title
:
'换流站'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
key
:
'name'
,
key
:
'name'
,
width
:
'
1
0%'
,
width
:
'
2
0%'
,
query
:
true
,
query
:
true
,
},
},
...
@@ -57,7 +57,7 @@ const data = [
...
@@ -57,7 +57,7 @@ const data = [
title
:
'火警告警'
,
title
:
'火警告警'
,
dataIndex
:
'sex'
,
dataIndex
:
'sex'
,
key
:
'sex'
,
key
:
'sex'
,
width
:
'
9
%'
,
width
:
'
15
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
// render: (text,record) => {
// render: (text,record) => {
...
@@ -72,7 +72,7 @@ const data = [
...
@@ -72,7 +72,7 @@ const data = [
title
:
'故障报警'
,
title
:
'故障报警'
,
dataIndex
:
'age'
,
dataIndex
:
'age'
,
key
:
'age'
,
key
:
'age'
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
// render: (text,record) => {
// render: (text,record) => {
...
@@ -85,7 +85,7 @@ const data = [
...
@@ -85,7 +85,7 @@ const data = [
title
:
'巡检告警'
,
title
:
'巡检告警'
,
dataIndex
:
'address'
,
dataIndex
:
'address'
,
key
:
'address'
,
key
:
'address'
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
// render: (text,record) => {
// render: (text,record) => {
...
@@ -112,7 +112,7 @@ const data = [
...
@@ -112,7 +112,7 @@ const data = [
query
:
true
,
query
:
true
,
st
:
'text'
,
//搜索的类型
st
:
'text'
,
//搜索的类型
width
:
'
1
0%'
width
:
'
2
0%'
}
}
];
];
...
...
src/view/monitor/statistical/DangerControlTable.js
View file @
1c3e4832
...
@@ -49,7 +49,7 @@ const data = [
...
@@ -49,7 +49,7 @@ const data = [
title
:
'换流站'
,
title
:
'换流站'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
key
:
'name'
,
key
:
'name'
,
width
:
'
1
0%'
,
width
:
'
2
0%'
,
query
:
true
,
query
:
true
,
},
},
...
@@ -57,7 +57,7 @@ const data = [
...
@@ -57,7 +57,7 @@ const data = [
title
:
'已治理'
,
title
:
'已治理'
,
dataIndex
:
'sex'
,
dataIndex
:
'sex'
,
key
:
'sex'
,
key
:
'sex'
,
width
:
'
9
%'
,
width
:
'
15
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
// render: (text,record) => {
// render: (text,record) => {
...
@@ -72,7 +72,7 @@ const data = [
...
@@ -72,7 +72,7 @@ const data = [
title
:
'未治理'
,
title
:
'未治理'
,
dataIndex
:
'age'
,
dataIndex
:
'age'
,
key
:
'age'
,
key
:
'age'
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
// render: (text,record) => {
// render: (text,record) => {
...
@@ -85,7 +85,7 @@ const data = [
...
@@ -85,7 +85,7 @@ const data = [
title
:
'逾期未治理'
,
title
:
'逾期未治理'
,
dataIndex
:
'address'
,
dataIndex
:
'address'
,
key
:
'address'
,
key
:
'address'
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
// render: (text,record) => {
// render: (text,record) => {
...
@@ -99,7 +99,7 @@ const data = [
...
@@ -99,7 +99,7 @@ const data = [
key
:
'id'
,
key
:
'id'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
width
:
'1
0
%'
,
width
:
'1
5
%'
,
// render: (text,record) => {
// render: (text,record) => {
// return <p className="si">{text}</p> ;
// return <p className="si">{text}</p> ;
...
@@ -112,7 +112,7 @@ const data = [
...
@@ -112,7 +112,7 @@ const data = [
query
:
true
,
query
:
true
,
st
:
'text'
,
//搜索的类型
st
:
'text'
,
//搜索的类型
width
:
'
1
0%'
width
:
'
2
0%'
}
}
];
];
...
@@ -226,7 +226,7 @@ class DangerControlTable extends Component {
...
@@ -226,7 +226,7 @@ class DangerControlTable extends Component {
<
div
className
=
"souh"
>
<
div
className
=
"souh"
>
<
div
className
=
"sou"
>
<
div
className
=
"sou"
>
<
div
className
=
"inputxq1"
>
<
div
className
=
"inputxq1"
>
<
StdForm
>
<
StdForm
>
<
Search
value
=
{
name
}
className
=
"input_item_select"
icon
=
{
<
Icon
icon
=
'search'
onClick
=
{
this
.
onIconClick1
}
/>} onChange={ this.onChange1} /
>
<
Search
value
=
{
name
}
className
=
"input_item_select"
icon
=
{
<
Icon
icon
=
'search'
onClick
=
{
this
.
onIconClick1
}
/>} onChange={ this.onChange1} /
>
<
/StdForm
>
<
/StdForm
>
...
...
src/view/monitor/statistical/RiskControlTable.js
View file @
1c3e4832
...
@@ -53,7 +53,7 @@ const data = [
...
@@ -53,7 +53,7 @@ const data = [
title
:
'换流站'
,
title
:
'换流站'
,
dataIndex
:
'name'
,
dataIndex
:
'name'
,
key
:
'name'
,
key
:
'name'
,
width
:
'
1
0%'
,
width
:
'
2
0%'
,
query
:
true
,
query
:
true
,
},
},
...
@@ -61,7 +61,7 @@ const data = [
...
@@ -61,7 +61,7 @@ const data = [
title
:
'一级'
,
title
:
'一级'
,
dataIndex
:
'sex'
,
dataIndex
:
'sex'
,
key
:
'sex'
,
key
:
'sex'
,
width
:
'
9
%'
,
width
:
'
15
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
render
:
(
text
,
record
)
=>
{
render
:
(
text
,
record
)
=>
{
...
@@ -76,7 +76,7 @@ const data = [
...
@@ -76,7 +76,7 @@ const data = [
title
:
'二级'
,
title
:
'二级'
,
dataIndex
:
'age'
,
dataIndex
:
'age'
,
key
:
'age'
,
key
:
'age'
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
render
:
(
text
,
record
)
=>
{
render
:
(
text
,
record
)
=>
{
...
@@ -89,7 +89,7 @@ const data = [
...
@@ -89,7 +89,7 @@ const data = [
title
:
'三级'
,
title
:
'三级'
,
dataIndex
:
'address'
,
dataIndex
:
'address'
,
key
:
'address'
,
key
:
'address'
,
width
:
'1
0
%'
,
width
:
'1
5
%'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
render
:
(
text
,
record
)
=>
{
render
:
(
text
,
record
)
=>
{
...
@@ -103,7 +103,7 @@ const data = [
...
@@ -103,7 +103,7 @@ const data = [
key
:
'id'
,
key
:
'id'
,
query
:
true
,
query
:
true
,
required
:
true
,
//是否是默认显示的
required
:
true
,
//是否是默认显示的
width
:
'1
0
%'
,
width
:
'1
5
%'
,
render
:
(
text
,
record
)
=>
{
render
:
(
text
,
record
)
=>
{
return
<
p
className
=
"si"
>
{
text
}
<
/p>
;
return
<
p
className
=
"si"
>
{
text
}
<
/p>
;
...
@@ -116,7 +116,7 @@ const data = [
...
@@ -116,7 +116,7 @@ const data = [
query
:
true
,
query
:
true
,
st
:
'text'
,
//搜索的类型
st
:
'text'
,
//搜索的类型
width
:
'
1
0%'
width
:
'
2
0%'
}
}
];
];
...
...
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