|
@@ -37,6 +37,13 @@ export const columns: BasicColumn[] = [
|
|
|
width: 160,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '温度',
|
|
|
+ dataIndex: 'tEarly1',
|
|
|
+ key: 'tEarly1',
|
|
|
+ width: 100,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
title: '便携仪',
|
|
|
dataIndex: 'bxySdzEarly1',
|
|
@@ -99,6 +106,13 @@ export const columns: BasicColumn[] = [
|
|
|
width: 160,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '温度',
|
|
|
+ dataIndex: 'tEarly2',
|
|
|
+ key: 'tEarly2',
|
|
|
+ width: 100,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
title: '便携仪',
|
|
|
dataIndex: 'bxySdzEarly2',
|
|
@@ -188,6 +202,13 @@ export const columns: BasicColumn[] = [
|
|
|
width: 160,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '温度',
|
|
|
+ dataIndex: 'tNoon1',
|
|
|
+ key: 'tNoon1',
|
|
|
+ width: 100,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
title: '便携仪',
|
|
|
dataIndex: 'bxySdzNoon1',
|
|
@@ -250,6 +271,13 @@ export const columns: BasicColumn[] = [
|
|
|
width: 160,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '温度',
|
|
|
+ dataIndex: 'tNoon2',
|
|
|
+ key: 'tNoon2',
|
|
|
+ width: 100,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
title: '便携仪',
|
|
|
dataIndex: 'bxySdzNoon2',
|
|
@@ -339,6 +367,13 @@ export const columns: BasicColumn[] = [
|
|
|
width: 160,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '温度',
|
|
|
+ dataIndex: 'tNight1',
|
|
|
+ key: 'tNight1',
|
|
|
+ width: 100,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
title: '便携仪',
|
|
|
dataIndex: 'bxySdzNight1',
|
|
@@ -401,6 +436,13 @@ export const columns: BasicColumn[] = [
|
|
|
width: 160,
|
|
|
align: 'center'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '温度',
|
|
|
+ dataIndex: 'tNight2',
|
|
|
+ key: 'tNight2',
|
|
|
+ width: 100,
|
|
|
+ align: 'center'
|
|
|
+ },
|
|
|
{
|
|
|
title: '便携仪',
|
|
|
dataIndex: 'bxySdzNight2',
|