Browse Source

瓦斯日报-温度

lxh 5 months ago
parent
commit
d7c912a36a
1 changed files with 42 additions and 0 deletions
  1. 42 0
      src/views/vent/gas/gasReport/gas-report.data.ts

+ 42 - 0
src/views/vent/gas/gasReport/gas-report.data.ts

@@ -38,6 +38,13 @@ export const columns: BasicColumn[] = [
                                 align: 'center'
                             },
                             {
+                                title: '温度',
+                                dataIndex: 'tEarly1',
+                                key: 'tEarly1',
+                                width: 100,
+                                align: 'center'
+                            },
+                            {
                                 title: '便携仪',
                                 dataIndex: 'bxySdzEarly1',
                                 key: 'bxySdzEarly1',
@@ -100,6 +107,13 @@ export const columns: BasicColumn[] = [
                                 align: 'center'
                             },
                             {
+                                title: '温度',
+                                dataIndex: 'tEarly2',
+                                key: 'tEarly2',
+                                width: 100,
+                                align: 'center'
+                            },
+                            {
                                 title: '便携仪',
                                 dataIndex: 'bxySdzEarly2',
                                 key: 'bxySdzEarly2',
@@ -189,6 +203,13 @@ export const columns: BasicColumn[] = [
                                 align: 'center'
                             },
                             {
+                                title: '温度',
+                                dataIndex: 'tNoon1',
+                                key: 'tNoon1',
+                                width: 100,
+                                align: 'center'
+                            },
+                            {
                                 title: '便携仪',
                                 dataIndex: 'bxySdzNoon1',
                                 key: 'bxySdzNoon1',
@@ -251,6 +272,13 @@ export const columns: BasicColumn[] = [
                                 align: 'center'
                             },
                             {
+                                title: '温度',
+                                dataIndex: 'tNoon2',
+                                key: 'tNoon2',
+                                width: 100,
+                                align: 'center'
+                            },
+                            {
                                 title: '便携仪',
                                 dataIndex: 'bxySdzNoon2',
                                 key: 'bxySdzNoon2',
@@ -340,6 +368,13 @@ export const columns: BasicColumn[] = [
                                 align: 'center'
                             },
                             {
+                                title: '温度',
+                                dataIndex: 'tNight1',
+                                key: 'tNight1',
+                                width: 100,
+                                align: 'center'
+                            },
+                            {
                                 title: '便携仪',
                                 dataIndex: 'bxySdzNight1',
                                 key: 'bxySdzNight1',
@@ -402,6 +437,13 @@ export const columns: BasicColumn[] = [
                                 align: 'center'
                             },
                             {
+                                title: '温度',
+                                dataIndex: 'tNight2',
+                                key: 'tNight2',
+                                width: 100,
+                                align: 'center'
+                            },
+                            {
                                 title: '便携仪',
                                 dataIndex: 'bxySdzNight2',
                                 key: 'bxySdzNight2',