Commit 84971deb authored by KeYong's avatar KeYong

更改应急处理table表

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