Commit 84971deb authored by KeYong's avatar KeYong

更改应急处理table表

parent 0854efb3
...@@ -26,14 +26,7 @@ const getColumns = () => { ...@@ -26,14 +26,7 @@ const getColumns = () => {
className: 'uant-table-thead' className: 'uant-table-thead'
}, },
{ {
title: '所在区域', title: '信号名称',
dataIndex: 'source_name',
key: 'source_name',
width: '15%',
className: 'uant-table-thead'
},
{
title: '指标名称',
dataIndex: 'eq_point_name', dataIndex: 'eq_point_name',
key: 'eq_point_name', key: 'eq_point_name',
width: '10%', width: '10%',
...@@ -53,6 +46,13 @@ const getColumns = () => { ...@@ -53,6 +46,13 @@ const getColumns = () => {
width: '10%', width: '10%',
className: 'uant-table-thead' className: 'uant-table-thead'
}, },
{
title: '所在区域',
dataIndex: 'source_name',
key: 'source_name',
width: '15%',
className: 'uant-table-thead'
},
// { // {
// title: '数据类型', // title: '数据类型',
// dataIndex: 'soe', // dataIndex: 'soe',
......
...@@ -40,13 +40,20 @@ const getColumns = () => { ...@@ -40,13 +40,20 @@ const getColumns = () => {
// className: 'uant-table-thead' // className: 'uant-table-thead'
// }, // },
{ {
title: '重点设备', title: '信号名称',
dataIndex: 'fireEquipmentPointName', dataIndex: 'fireEquipmentPointName',
key: 'fireEquipmentPointName', key: 'fireEquipmentPointName',
width: '10%', width: '10%',
className: 'uant-table-thead' className: 'uant-table-thead'
}, },
{ {
title: '保护对象',
dataIndex: 'equipmentName',
key: 'equipmentName',
width: '10%',
className: 'uant-table-thead'
},
{
title: '报警类型', title: '报警类型',
dataIndex: 'type', dataIndex: 'type',
key: 'type', key: 'type',
......
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