|
|
@@ -75,433 +75,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
},
|
|
|
];
|
|
|
|
|
|
-export const schemasCoalAlarm: FormSchema[] = [
|
|
|
- // "mineCode": null,
|
|
|
- // "coalSeamId": null,
|
|
|
- {
|
|
|
- label: 'ID',
|
|
|
- field: 'id',
|
|
|
- show: false,
|
|
|
- component: 'Input',
|
|
|
- },
|
|
|
- {
|
|
|
- label: '规则名称:',
|
|
|
- field: 'ruleName',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
-
|
|
|
- colProps: { span: 24 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'm1',
|
|
|
- label: '老空区永久密闭内外压差变化风险提示模型',
|
|
|
- // labelWidth: 110,
|
|
|
- component: 'Divider',
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'ycWarn1',
|
|
|
- label: '预警等级(Ⅰ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '<= 绝对压差变化(%) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'ycWarn1Start', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'ycWarn1End', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'ycWarn2',
|
|
|
- label: '预警等级(Ⅱ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '<= 绝对压差变化(%) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'ycWarn2Start', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'ycWarn2End', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'ycWarn3',
|
|
|
- label: '预警等级(Ⅲ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '<= 绝对压差变化(%) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'ycWarn3Start', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'ycWarn3End', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'ycWarn4',
|
|
|
- label: '预警等级(Ⅳ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' 绝对压差变化(%) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- // { field: 'ycWarn4', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'm2',
|
|
|
- label: '煤自燃发火隐患分级预警模型',
|
|
|
- // labelWidth: 110,
|
|
|
- component: 'Divider',
|
|
|
- },
|
|
|
- // {
|
|
|
- // field: 'fireWarn1CoRzl',
|
|
|
- // label: '预警等级(Ⅰ):',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputGreaterNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: ' CO日增率(%) <=',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // // { field: 'fireWarn1CoRzl', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn1CoZf',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputGreaterNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: ' CO增幅(μ) <=',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // // { field: 'fireWarn1CoZf', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn1CoNd',
|
|
|
- label: '预警等级(Ⅰ):',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' CO浓度(ppm) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- // { field: 'fireWarn1CoNd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn1O2',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' O2(%) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- // { field: 'fireWarn1O2', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn1T',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' T-μT(℃) <',
|
|
|
- colProps: { span: 12, style: 'margin-right: 1px' },
|
|
|
- },
|
|
|
- // { field: 'fireWarn1T', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn2CoRzl',
|
|
|
- // label: '预警等级(Ⅱ):',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< CO日增率(%) <=',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn2CoRzlStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn2CoRzlEnd', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn2CoZf',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< CO增幅(μ) <=',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn2CoZfStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn2CoZfEnd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn2CoNd',
|
|
|
- label: '预警等级(Ⅱ):',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< CO浓度(ppm) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'fireWarn2CoNdStart', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'fireWarn2CoNdEnd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn2T',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '<= T-μT(℃) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'fireWarn2TStart', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'fireWarn2TEnd', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn2CoO2Ratio',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< 100 x ΔCO / ΔO2 =',
|
|
|
- // colProps: { span: 12, style: 'margin-right: 1px' },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn2CoO2RatioStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn2CoO2RatioEnd', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn3CoRzl',
|
|
|
- // label: '预警等级(Ⅲ):',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< CO日增率(%) <=',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn3CoRzlStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn3CoRzlEnd', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn3CoZf',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< CO增幅(μ) <=',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn3CoZfStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn3CoZfEnd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn3CoNd',
|
|
|
- label: '预警等级(Ⅲ):',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< CO浓度(ppm) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'fireWarn3CoNdStart', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'fireWarn3CoNdEnd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn3T',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputRangeNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< T-μT(℃) <=',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- { field: 'fireWarn3TStart', label: '', show: false, component: 'Input' },
|
|
|
- { field: 'fireWarn3TEnd', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn3CoO2Ratio',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< 100 x ΔCO / ΔO2 =',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn3CoO2RatioStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn3CoO2RatioEnd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn3C2h4',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputLowerNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< C2H4(ppm) ',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'fireWarn3C2h2',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputLowerNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '= C2H2(ppm) ',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- // {
|
|
|
- // field: 'fireWarn4CoRzl',
|
|
|
- // label: '预警等级(Ⅳ):',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputLowerNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< CO日增率(%) ',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // // { field: 'fireWarn4CoRzl', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn4CoZf',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputLowerNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< CO增幅(μ) ',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn4CoZf', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn4CoNd',
|
|
|
- label: '预警等级(Ⅳ):',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputLowerNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< CO浓度(ppm) ',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- // { field: 'fireWarn4CoNd', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'fireWarn4T',
|
|
|
- label: ' ',
|
|
|
- suffix: '',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputLowerNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< T-μT(℃) ',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- // { field: 'fireWarn4T', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // field: 'fireWarn4CoO2Ratio',
|
|
|
- // label: ' ',
|
|
|
- // suffix: '',
|
|
|
- // labelWidth: 118,
|
|
|
- // component: 'Input',
|
|
|
- // slot: 'InputRangeNumber',
|
|
|
- // /** 借用 */
|
|
|
- // groupName: '< 100 x ΔCO / ΔO2 =',
|
|
|
- // colProps: { span: 12 },
|
|
|
- // },
|
|
|
- // { field: 'fireWarn4CoO2RatioStart', label: '', show: false, component: 'Input' },
|
|
|
- // { field: 'fireWarn4CoO2RatioEnd', label: '', show: false, component: 'Input' },
|
|
|
- // {
|
|
|
- // 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 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'm3',
|
|
|
- label: '火区密闭启封判定模型',
|
|
|
- // labelWidth: 110,
|
|
|
- component: 'Divider',
|
|
|
- },
|
|
|
- // { field: 'ycWarn4', label: '', show: false, component: 'Input' },
|
|
|
- {
|
|
|
- field: 'openWarn1',
|
|
|
- label: '预警等级(Ⅰ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' 空气温度(℃) <',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'openWarn2',
|
|
|
- label: '预警等级(Ⅱ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' 氧气浓度(%) <',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'openWarn3',
|
|
|
- label: '预警等级(Ⅲ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '不含甲烷,乙烯,CO浓度(%) <',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'openWarn4',
|
|
|
- label: '预警等级(Ⅳ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputGreaterNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: ' 出水温度(℃) <',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'openWarn5',
|
|
|
- label: '预警等级(Ⅴ):',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Input',
|
|
|
- slot: 'InputLowerNumber',
|
|
|
- /** 借用 */
|
|
|
- groupName: '< 指标稳定时长(天) ',
|
|
|
- colProps: { span: 12 },
|
|
|
- },
|
|
|
-];
|
|
|
-
|
|
|
-export const goafAlarmModel = {
|
|
|
+export const limitationModel = {
|
|
|
ch4Val: {
|
|
|
alarmField: 'ch4Val',
|
|
|
lowerLimit: undefined,
|
|
|
@@ -544,7 +118,7 @@ export const goafAlarmModel = {
|
|
|
},
|
|
|
};
|
|
|
|
|
|
-export const schemasGoafLimit: FormSchema[] = [
|
|
|
+export const schemasGoafInfo: FormSchema[] = [
|
|
|
{
|
|
|
field: 'id',
|
|
|
label: 'ID',
|
|
|
@@ -557,14 +131,14 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
field: 'fireAirTemperature',
|
|
|
label: '气温',
|
|
|
labelWidth: 118,
|
|
|
- component: 'InputNumber',
|
|
|
+ component: 'Input',
|
|
|
// colProps: { span: 12 },
|
|
|
},
|
|
|
{
|
|
|
field: 'fireWaterTemperature',
|
|
|
label: '水温',
|
|
|
labelWidth: 118,
|
|
|
- component: 'InputNumber',
|
|
|
+ component: 'Input',
|
|
|
// colProps: { span: 12 },
|
|
|
},
|
|
|
{
|
|
|
@@ -602,13 +176,9 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
component: 'Input',
|
|
|
// colProps: { span: 12 },
|
|
|
},
|
|
|
- {
|
|
|
- field: '',
|
|
|
- label: '参数设置',
|
|
|
- labelWidth: 118,
|
|
|
- component: 'Divider',
|
|
|
- // colProps: { span: 12 },
|
|
|
- },
|
|
|
+];
|
|
|
+
|
|
|
+export const schemasGoafLimit: FormSchema[] = [
|
|
|
{
|
|
|
// 甲烷
|
|
|
field: 'ch4Val',
|
|
|
@@ -616,7 +186,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.ch4Val,
|
|
|
+ defaultValue: limitationModel.ch4Val,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -628,7 +198,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.o2Val,
|
|
|
+ defaultValue: limitationModel.o2Val,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -640,7 +210,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.coVal,
|
|
|
+ defaultValue: limitationModel.coVal,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -652,7 +222,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.co2Val,
|
|
|
+ defaultValue: limitationModel.co2Val,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -664,7 +234,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.c2h4Val,
|
|
|
+ defaultValue: limitationModel.c2h4Val,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -676,7 +246,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.c2h2Val,
|
|
|
+ defaultValue: limitationModel.c2h2Val,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -687,7 +257,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.sourcePressure,
|
|
|
+ defaultValue: limitationModel.sourcePressure,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -698,7 +268,7 @@ export const schemasGoafLimit: FormSchema[] = [
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'InputRangeGoaf',
|
|
|
- defaultValue: goafAlarmModel.temperature,
|
|
|
+ defaultValue: limitationModel.temperature,
|
|
|
/** 借用 */
|
|
|
groupName: '下限 - 上限',
|
|
|
colProps: { span: 12 },
|
|
|
@@ -729,7 +299,7 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
component: 'Divider',
|
|
|
},
|
|
|
{
|
|
|
- field: 'yc_warn1',
|
|
|
+ field: 'ycWarn1',
|
|
|
label: '预警等级(Ⅰ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
@@ -737,21 +307,21 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
// required: true,
|
|
|
},
|
|
|
{
|
|
|
- field: 'yc_warn2',
|
|
|
+ field: 'ycWarn2',
|
|
|
label: '预警等级(Ⅱ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'yc_warn3',
|
|
|
+ field: 'ycWarn3',
|
|
|
label: '预警等级(Ⅲ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'yc_warn4',
|
|
|
+ field: 'ycWarn4',
|
|
|
label: '预警等级(Ⅳ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
@@ -764,7 +334,7 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
component: 'Divider',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_warn1',
|
|
|
+ field: 'fireWarn1',
|
|
|
label: '预警等级(Ⅰ):',
|
|
|
suffix: '',
|
|
|
labelWidth: 118,
|
|
|
@@ -772,7 +342,7 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_warn2',
|
|
|
+ field: 'fireWarn2',
|
|
|
label: '预警等级(Ⅱ):',
|
|
|
suffix: '',
|
|
|
labelWidth: 118,
|
|
|
@@ -780,7 +350,7 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_warn3',
|
|
|
+ field: 'fireWarn3',
|
|
|
label: '预警等级(Ⅲ):',
|
|
|
suffix: '',
|
|
|
labelWidth: 118,
|
|
|
@@ -788,7 +358,7 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_warn4',
|
|
|
+ field: 'fireWarn4',
|
|
|
label: '预警等级(Ⅳ):',
|
|
|
suffix: '',
|
|
|
labelWidth: 118,
|
|
|
@@ -802,38 +372,135 @@ export const schemasCoalExpression: FormSchema[] = [
|
|
|
component: 'Divider',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_out_warn1',
|
|
|
+ field: 'fireOutWarn1',
|
|
|
label: '预警等级(Ⅰ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_out_warn2',
|
|
|
+ field: 'fireOutWarn2',
|
|
|
label: '预警等级(Ⅱ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_out_warn3',
|
|
|
+ field: 'fireOutWarn3',
|
|
|
label: '预警等级(Ⅲ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'fire_out_warn4',
|
|
|
+ field: 'fireOutWarn4',
|
|
|
label: '预警等级(Ⅳ):',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
{
|
|
|
- field: 'open_warn',
|
|
|
+ field: 'openWarn',
|
|
|
label: '火区密闭启封判定:',
|
|
|
labelWidth: 118,
|
|
|
component: 'Input',
|
|
|
slot: 'relation',
|
|
|
},
|
|
|
];
|
|
|
+
|
|
|
+export const schemasCoalLimit: FormSchema[] = [
|
|
|
+ {
|
|
|
+ // 甲烷
|
|
|
+ field: 'ch4Val',
|
|
|
+ label: 'CH4(%)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.ch4Val,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 氧气
|
|
|
+ field: 'o2Val',
|
|
|
+ label: 'O2(%)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.o2Val,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 一氧化碳
|
|
|
+ field: 'coVal',
|
|
|
+ label: 'CO(ppm)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.coVal,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 二氧化碳
|
|
|
+ field: 'co2Val',
|
|
|
+ label: 'CO2(%)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.co2Val,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 乙烯
|
|
|
+ field: 'c2h4Val',
|
|
|
+ label: 'C2H4(ppm)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.c2h4Val,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 乙炔
|
|
|
+ field: 'c2h2Val',
|
|
|
+ label: 'C2H2(ppm)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.c2h2Val,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'sourcePressure',
|
|
|
+ label: '压差(Pa)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.sourcePressure,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'temperature',
|
|
|
+ label: '温度(℃)',
|
|
|
+ labelWidth: 118,
|
|
|
+ component: 'Input',
|
|
|
+ slot: 'InputRangeGoaf',
|
|
|
+ defaultValue: limitationModel.temperature,
|
|
|
+ /** 借用 */
|
|
|
+ groupName: '下限 - 上限',
|
|
|
+ colProps: { span: 12 },
|
|
|
+ },
|
|
|
+];
|