|
|
@@ -26,6 +26,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '区域',
|
|
|
dataIndex: 'areaName',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '煤矿名称',
|
|
|
@@ -35,38 +36,47 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '密闭名称',
|
|
|
dataIndex: 'devicePos',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '所属煤层',
|
|
|
dataIndex: 'coalSeamName',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '自燃倾向性',
|
|
|
dataIndex: 'riskLevel',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '密闭内压力',
|
|
|
dataIndex: 'sourcePressure',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '密闭外压力',
|
|
|
dataIndex: 'sourcePressure',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '是否漏风',
|
|
|
dataIndex: 'leakage',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '风险分析',
|
|
|
dataIndex: 'explosionHazard',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '预警时间',
|
|
|
dataIndex: 'createTime',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
{
|
|
|
title: '是否解决',
|
|
|
dataIndex: 'isResolved',
|
|
|
+ width: 100,
|
|
|
},
|
|
|
];
|
|
|
|