|
@@ -10,7 +10,7 @@ export const columnsType: BasicColumn[] = [
|
|
title: '检测地点',
|
|
title: '检测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -25,21 +25,21 @@ export const columnsType: BasicColumn[] = [
|
|
key: 'o2',
|
|
key: 'o2',
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
title: 'CO(ppm)',
|
|
title: 'CO(ppm)',
|
|
dataIndex: 'co',
|
|
dataIndex: 'co',
|
|
key: 'co',
|
|
key: 'co',
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
title: 'CO₂(%)',
|
|
title: 'CO₂(%)',
|
|
dataIndex: 'co2',
|
|
dataIndex: 'co2',
|
|
key: 'co2',
|
|
key: 'co2',
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
dataIndex: 'ch4',
|
|
dataIndex: 'ch4',
|
|
@@ -51,7 +51,7 @@ export const columnsType: BasicColumn[] = [
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
// {
|
|
// {
|
|
// title: '检查时间',
|
|
// title: '检查时间',
|
|
// dataIndex: 'checkTime',
|
|
// dataIndex: 'checkTime',
|
|
@@ -71,9 +71,9 @@ export const columnBd: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
dataIndex: 'ch4',
|
|
dataIndex: 'ch4',
|
|
@@ -99,9 +99,9 @@ export const columnSgt: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
dataIndex: 'ch4',
|
|
dataIndex: 'ch4',
|
|
@@ -137,7 +137,7 @@ export const columnSgt: BasicColumn[] = [
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
];
|
|
];
|
|
//寸草塔二矿
|
|
//寸草塔二矿
|
|
export const columnCctr: BasicColumn[] = [
|
|
export const columnCctr: BasicColumn[] = [
|
|
@@ -151,9 +151,9 @@ export const columnCctr: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
dataIndex: 'ch4',
|
|
dataIndex: 'ch4',
|
|
@@ -198,34 +198,34 @@ export const columnCct: BasicColumn[] = [
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: '检查次数',
|
|
title: '检查次数',
|
|
dataIndex: 'checkNum',
|
|
dataIndex: 'checkNum',
|
|
key: 'checkNum',
|
|
key: 'checkNum',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: '检查时间',
|
|
title: '检查时间',
|
|
dataIndex: 'jcsj',
|
|
dataIndex: 'jcsj',
|
|
key: 'jcsj',
|
|
key: 'jcsj',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
- children:[
|
|
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
title: '光瓦测量值(%)',
|
|
title: '光瓦测量值(%)',
|
|
dataIndex: 'ch4gw',
|
|
dataIndex: 'ch4gw',
|
|
key: 'ch4gw',
|
|
key: 'ch4gw',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: '便携仪/传感器测量值(%)',
|
|
title: '便携仪/传感器测量值(%)',
|
|
dataIndex: 'ch4bxy',
|
|
dataIndex: 'ch4bxy',
|
|
key: 'ch4bxy',
|
|
key: 'ch4bxy',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -257,7 +257,7 @@ export const columnCct: BasicColumn[] = [
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
];
|
|
];
|
|
//乌兰木伦
|
|
//乌兰木伦
|
|
export const columnWlml: BasicColumn[] = [
|
|
export const columnWlml: BasicColumn[] = [
|
|
@@ -271,9 +271,9 @@ export const columnWlml: BasicColumn[] = [
|
|
title: '检查地点',
|
|
title: '检查地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
dataIndex: 'ch4',
|
|
dataIndex: 'ch4',
|
|
@@ -309,7 +309,94 @@ export const columnWlml: BasicColumn[] = [
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
|
|
+];
|
|
|
|
+//柳塔
|
|
|
|
+export const columnLt: BasicColumn[] = [
|
|
|
|
+ {
|
|
|
|
+ title: '序号',
|
|
|
|
+ width: 60,
|
|
|
|
+ align: 'center',
|
|
|
|
+ customRender: ({ index }: { index: number }) => `${index + 1}`
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '检查地点',
|
|
|
|
+ dataIndex: 'jcdd',
|
|
|
|
+ key: 'jcdd',
|
|
|
|
+ width: 260,
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '三班最大值',
|
|
|
|
+ children:[
|
|
|
|
+ {
|
|
|
|
+ title: '检查时间',
|
|
|
|
+ dataIndex: 'ch4CheckTime',
|
|
|
|
+ key: 'ch4CheckTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: 'CH₄(%)',
|
|
|
|
+ dataIndex: 'ch4',
|
|
|
|
+ key: 'ch4',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '检查时间',
|
|
|
|
+ dataIndex: 'co2CheckTime',
|
|
|
|
+ key: 'co2CheckTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: 'CO₂(%)',
|
|
|
|
+ dataIndex: 'co2',
|
|
|
|
+ key: 'co2',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '检查时间',
|
|
|
|
+ dataIndex: 'coCheckTime',
|
|
|
|
+ key: 'coCheckTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: 'CO(ppm)',
|
|
|
|
+ dataIndex: 'co',
|
|
|
|
+ key: 'co',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '检查时间',
|
|
|
|
+ dataIndex: 'tCheckTime',
|
|
|
|
+ key: 'tCheckTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: 'T(°C)',
|
|
|
|
+ dataIndex: 't',
|
|
|
|
+ key: 't',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: '三班最小值',
|
|
|
|
+ children:[
|
|
|
|
+ {
|
|
|
|
+ title: '检查时间',
|
|
|
|
+ dataIndex: 'o2CheckTime',
|
|
|
|
+ key: 'o2CheckTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ title: 'O₂(%)',
|
|
|
|
+ dataIndex: 'o2',
|
|
|
|
+ key: 'o2',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+
|
|
];
|
|
];
|
|
//榆家梁
|
|
//榆家梁
|
|
export const columnYjl: BasicColumn[] = [
|
|
export const columnYjl: BasicColumn[] = [
|
|
@@ -323,9 +410,9 @@ export const columnYjl: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
dataIndex: 'ch4',
|
|
dataIndex: 'ch4',
|
|
@@ -361,7 +448,7 @@ export const columnYjl: BasicColumn[] = [
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
|
|
+ },
|
|
];
|
|
];
|
|
//补连塔
|
|
//补连塔
|
|
export const columnBlt: BasicColumn[] = [
|
|
export const columnBlt: BasicColumn[] = [
|
|
@@ -375,12 +462,12 @@ export const columnBlt: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:260,
|
|
|
|
|
|
+ width: 260,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: 'CH₄(%)',
|
|
title: 'CH₄(%)',
|
|
- children:[
|
|
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
title: '传感器显示值',
|
|
title: '传感器显示值',
|
|
dataIndex: 'ch4cgq',
|
|
dataIndex: 'ch4cgq',
|
|
@@ -401,7 +488,7 @@ export const columnBlt: BasicColumn[] = [
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
title: 'CO₂(%)',
|
|
title: 'CO₂(%)',
|
|
dataIndex: 'co2',
|
|
dataIndex: 'co2',
|
|
@@ -431,8 +518,8 @@ export const columnBlt: BasicColumn[] = [
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
- },
|
|
|
|
-
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
];
|
|
];
|
|
export const columnsGas1: BasicColumn[] = [
|
|
export const columnsGas1: BasicColumn[] = [
|
|
{
|
|
{
|
|
@@ -445,7 +532,7 @@ export const columnsGas1: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:180,
|
|
|
|
|
|
+ width: 180,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -555,7 +642,7 @@ export const columnsGas1: BasicColumn[] = [
|
|
]
|
|
]
|
|
|
|
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
];
|
|
];
|
|
|
|
|
|
export const columnsGas2: BasicColumn[] = [
|
|
export const columnsGas2: BasicColumn[] = [
|
|
@@ -569,13 +656,13 @@ export const columnsGas2: BasicColumn[] = [
|
|
title: '监测地点',
|
|
title: '监测地点',
|
|
dataIndex: 'jcdd',
|
|
dataIndex: 'jcdd',
|
|
key: 'jcdd',
|
|
key: 'jcdd',
|
|
- width:130,
|
|
|
|
|
|
+ width: 130,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '煤层',
|
|
title: '煤层',
|
|
dataIndex: 'mc',
|
|
dataIndex: 'mc',
|
|
- width:80,
|
|
|
|
|
|
+ width: 80,
|
|
key: 'mc',
|
|
key: 'mc',
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
@@ -598,7 +685,7 @@ export const columnsGas2: BasicColumn[] = [
|
|
title: 'CO(ppm)',
|
|
title: 'CO(ppm)',
|
|
dataIndex: 'coNight',
|
|
dataIndex: 'coNight',
|
|
key: 'coNight',
|
|
key: 'coNight',
|
|
- width:80,
|
|
|
|
|
|
+ width: 80,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -640,7 +727,7 @@ export const columnsGas2: BasicColumn[] = [
|
|
title: 'CO(ppm)',
|
|
title: 'CO(ppm)',
|
|
dataIndex: 'coEarly',
|
|
dataIndex: 'coEarly',
|
|
key: 'coEarly',
|
|
key: 'coEarly',
|
|
- width:80,
|
|
|
|
|
|
+ width: 80,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -683,7 +770,7 @@ export const columnsGas2: BasicColumn[] = [
|
|
title: 'CO(ppm)',
|
|
title: 'CO(ppm)',
|
|
dataIndex: 'coNoon',
|
|
dataIndex: 'coNoon',
|
|
key: 'coNoon',
|
|
key: 'coNoon',
|
|
- width:80,
|
|
|
|
|
|
+ width: 80,
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -707,5 +794,5 @@ export const columnsGas2: BasicColumn[] = [
|
|
]
|
|
]
|
|
|
|
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
];
|
|
];
|