|
@@ -558,6 +558,12 @@ export const ColumnsReport: BasicColumn[] = [
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
|
+ title: '检查次数',
|
|
|
+ dataIndex: 'checkNum',
|
|
|
+ key: 'checkNum',
|
|
|
+ align: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
title: 'O₂(%)',
|
|
|
dataIndex: 'o2',
|
|
|
key: 'o2',
|
|
@@ -584,8 +590,6 @@ export const ColumnsReport: BasicColumn[] = [
|
|
|
key: 'ch4',
|
|
|
align: 'center',
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
{
|
|
|
title: '巡检员',
|
|
|
dataIndex: 'checkPerson',
|
|
@@ -593,6 +597,12 @@ export const ColumnsReport: BasicColumn[] = [
|
|
|
align: 'center',
|
|
|
},
|
|
|
{
|
|
|
+ title: '检查时间',
|
|
|
+ dataIndex: 'checkTime',
|
|
|
+ key: 'checkTime',
|
|
|
+ align: 'center',
|
|
|
+ },
|
|
|
+ {
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
|
width: 120,
|