|
@@ -344,7 +344,18 @@ export const schemasCoalAlarm: FormSchema[] = [
|
|
|
slot: 'InputGreaterNumber',
|
|
slot: 'InputGreaterNumber',
|
|
|
/** 借用 */
|
|
/** 借用 */
|
|
|
groupName: ' CO2(%) <',
|
|
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',
|
|
field: 'fireWarn4CoRzl',
|
|
@@ -404,6 +415,28 @@ export const schemasCoalAlarm: FormSchema[] = [
|
|
|
groupName: '<= CO2(%) ',
|
|
groupName: '<= CO2(%) ',
|
|
|
colProps: { span: 12 },
|
|
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',
|
|
field: 'm3',
|
|
|
label: '火区密闭启封判定模型',
|
|
label: '火区密闭启封判定模型',
|