|
@@ -14,6 +14,12 @@ export const columnsType: BasicColumn[] = [
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ title: '检测次数',
|
|
|
|
+ dataIndex: 'checkNum',
|
|
|
|
+ key: 'checkNum',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
title: 'O₂(%)',
|
|
title: 'O₂(%)',
|
|
dataIndex: 'o2',
|
|
dataIndex: 'o2',
|
|
key: 'o2',
|
|
key: 'o2',
|
|
@@ -40,14 +46,18 @@ export const columnsType: BasicColumn[] = [
|
|
key: 'ch4',
|
|
key: 'ch4',
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
-
|
|
|
|
-
|
|
|
|
{
|
|
{
|
|
title: '巡检员',
|
|
title: '巡检员',
|
|
dataIndex: 'checkPerson',
|
|
dataIndex: 'checkPerson',
|
|
key: 'checkPerson',
|
|
key: 'checkPerson',
|
|
align: 'center',
|
|
align: 'center',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ title: '检查时间',
|
|
|
|
+ dataIndex: 'checkTime',
|
|
|
|
+ key: 'checkTime',
|
|
|
|
+ align: 'center',
|
|
|
|
+ },
|
|
];
|
|
];
|
|
export const columnsGas1: BasicColumn[] = [
|
|
export const columnsGas1: BasicColumn[] = [
|
|
{
|
|
{
|