Commit 1c3e4832 authored by tangwei's avatar tangwei

修改bug

parent 54590b1f
......@@ -49,7 +49,7 @@ const data = [
title: '换流站',
dataIndex: 'name',
key: 'name',
width: '10%',
width: '20%',
query: true,
},
......@@ -57,7 +57,7 @@ const data = [
title: '火警告警',
dataIndex: 'sex',
key: 'sex',
width: '9%',
width: '15%',
query: true,
required: true, //是否是默认显示的
// render: (text,record) => {
......@@ -72,7 +72,7 @@ const data = [
title: '故障报警',
dataIndex: 'age',
key: 'age',
width: '10%',
width: '15%',
query: true,
required: true, //是否是默认显示的
// render: (text,record) => {
......@@ -85,7 +85,7 @@ const data = [
title: '巡检告警',
dataIndex: 'address',
key: 'address',
width: '10%',
width: '15%',
query: true,
required: true, //是否是默认显示的
// render: (text,record) => {
......@@ -112,7 +112,7 @@ const data = [
query: true,
st: 'text', //搜索的类型
width: '10%'
width: '20%'
}
];
......
......@@ -49,7 +49,7 @@ const data = [
title: '换流站',
dataIndex: 'name',
key: 'name',
width: '10%',
width: '20%',
query: true,
},
......@@ -57,7 +57,7 @@ const data = [
title: '已治理',
dataIndex: 'sex',
key: 'sex',
width: '9%',
width: '15%',
query: true,
required: true, //是否是默认显示的
// render: (text,record) => {
......@@ -72,7 +72,7 @@ const data = [
title: '未治理',
dataIndex: 'age',
key: 'age',
width: '10%',
width: '15%',
query: true,
required: true, //是否是默认显示的
// render: (text,record) => {
......@@ -85,7 +85,7 @@ const data = [
title: '逾期未治理',
dataIndex: 'address',
key: 'address',
width: '10%',
width: '15%',
query: true,
required: true, //是否是默认显示的
// render: (text,record) => {
......@@ -99,7 +99,7 @@ const data = [
key: 'id',
query: true,
required: true, //是否是默认显示的
width: '10%',
width: '15%',
// render: (text,record) => {
// return <p className="si">{text}</p> ;
......@@ -112,7 +112,7 @@ const data = [
query: true,
st: 'text', //搜索的类型
width: '10%'
width: '20%'
}
];
......@@ -226,7 +226,7 @@ class DangerControlTable extends Component {
<div className="souh" >
<div className="sou">
<div className="inputxq1">
<StdForm >
<StdForm>
<Search value={name} className="input_item_select" icon={<Icon icon='search' onClick={ this.onIconClick1} />} onChange={ this.onChange1} />
</StdForm>
......
......@@ -53,7 +53,7 @@ const data = [
title: '换流站',
dataIndex: 'name',
key: 'name',
width: '10%',
width: '20%',
query: true,
},
......@@ -61,7 +61,7 @@ const data = [
title: '一级',
dataIndex: 'sex',
key: 'sex',
width: '9%',
width: '15%',
query: true,
required: true, //是否是默认显示的
render: (text,record) => {
......@@ -76,7 +76,7 @@ const data = [
title: '二级',
dataIndex: 'age',
key: 'age',
width: '10%',
width: '15%',
query: true,
required: true, //是否是默认显示的
render: (text,record) => {
......@@ -89,7 +89,7 @@ const data = [
title: '三级',
dataIndex: 'address',
key: 'address',
width: '10%',
width: '15%',
query: true,
required: true, //是否是默认显示的
render: (text,record) => {
......@@ -103,7 +103,7 @@ const data = [
key: 'id',
query: true,
required: true, //是否是默认显示的
width: '10%',
width: '15%',
render: (text,record) => {
return <p className="si">{text}</p> ;
......@@ -116,7 +116,7 @@ const data = [
query: true,
st: 'text', //搜索的类型
width: '10%'
width: '20%'
}
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment