Explorar o código

[Feat 0000]预警分析表头修改

bobo04052021@163.com hai 3 meses
pai
achega
419ca0e232

+ 10 - 0
src/views/analysis/warningAnalysis/airLeakStatus/airLeakStatus.data.ts

@@ -26,6 +26,7 @@ export const columns: BasicColumn[] = [
   {
     title: '区域',
     dataIndex: 'areaName',
+    width: 100,
   },
   {
     title: '煤矿名称',
@@ -35,38 +36,47 @@ export const columns: BasicColumn[] = [
   {
     title: '密闭名称',
     dataIndex: 'devicePos',
+    width: 100,
   },
   {
     title: '所属煤层',
     dataIndex: 'coalSeamName',
+    width: 100,
   },
   {
     title: '自燃倾向性',
     dataIndex: 'riskLevel',
+    width: 100,
   },
   {
     title: '密闭内压力',
     dataIndex: 'sourcePressure',
+    width: 100,
   },
   {
     title: '密闭外压力',
     dataIndex: 'sourcePressure',
+    width: 100,
   },
   {
     title: '是否漏风',
     dataIndex: 'leakage',
+    width: 100,
   },
   {
     title: '风险分析',
     dataIndex: 'explosionHazard',
+    width: 100,
   },
   {
     title: '预警时间',
     dataIndex: 'createTime',
+    width: 100,
   },
   {
     title: '是否解决',
     dataIndex: 'isResolved',
+    width: 100,
   },
 ];
 

+ 1 - 0
src/views/analysis/warningAnalysis/fireAreaJudgeAnalysis/fireAreaJudgeAnalysis.data.ts

@@ -34,6 +34,7 @@ export const columns: BasicColumn[] = [
   {
     title: '区域',
     dataIndex: 'areaName',
+    width: 100,
   },
   {
     title: '煤矿名称',

+ 1 - 0
src/views/analysis/warningAnalysis/overlimitAlarm/overlimitAlarm.data.ts

@@ -34,6 +34,7 @@ export const columns: BasicColumn[] = [
   {
     title: '区域',
     dataIndex: 'areaName',
+    width: 100,
   },
   {
     title: '煤矿名称',

+ 1 - 0
src/views/analysis/warningAnalysis/pressureDiffAnalysis/pressureDiffAnalysis.data.ts

@@ -34,6 +34,7 @@ export const columns: BasicColumn[] = [
   {
     title: '区域',
     dataIndex: 'areaName',
+    width: 100,
   },
   {
     title: '煤矿名称',