Pārlūkot izejas kodu

[Mod 0000] 新增对预警分析-自燃发火页面乙烯乙炔的判定支持

houzekong 3 mēneši atpakaļ
vecāks
revīzija
34fca6d154

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

@@ -66,6 +66,16 @@ export const columns: BasicColumn[] = [
     dataIndex: 'o2Val',
     width: 100,
   },
+  {
+    title: 'C2H4(ppm)',
+    dataIndex: 'c2h4Val',
+    width: 100,
+  },
+  {
+    title: 'C2H2(ppm)',
+    dataIndex: 'c2h2Val',
+    width: 100,
+  },
   {
     title: '温度(℃)',
     dataIndex: 'temperature',

+ 34 - 1
src/views/system/algorithm/algorithm.data.ts

@@ -344,7 +344,18 @@ export const schemasCoalAlarm: FormSchema[] = [
     slot: 'InputGreaterNumber',
     /** 借用 */
     groupName: '  CO2(%) <',
-    colProps: { span: 12, style: 'margin-right: 1px' },
+    colProps: { span: 12 },
+  },
+  {
+    field: 'fireWarn3C2h4',
+    label: ' ',
+    suffix: '',
+    labelWidth: 118,
+    component: 'Input',
+    slot: 'InputLowerNumber',
+    /** 借用 */
+    groupName: '< C2H4(ppm)  ',
+    colProps: { span: 12 },
   },
   {
     field: 'fireWarn4CoRzl',
@@ -404,6 +415,28 @@ export const schemasCoalAlarm: FormSchema[] = [
     groupName: '<= CO2(%)  ',
     colProps: { span: 12 },
   },
+  {
+    field: 'fireWarn4C2h4',
+    label: ' ',
+    suffix: '',
+    labelWidth: 118,
+    component: 'Input',
+    slot: 'InputLowerNumber',
+    /** 借用 */
+    groupName: '< C2H4(ppm)  ',
+    colProps: { span: 12 },
+  },
+  {
+    field: 'fireWarn4C2h2',
+    label: ' ',
+    suffix: '',
+    labelWidth: 118,
+    component: 'Input',
+    slot: 'InputLowerNumber',
+    /** 借用 */
+    groupName: '< C2H2(ppm)  ',
+    colProps: { span: 12, style: 'margin-right: 1px' },
+  },
   {
     field: 'm3',
     label: '火区密闭启封判定模型',