|
@@ -81,6 +81,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
deviceType: 'cc_gas',
|
|
deviceType: 'cc_gas',
|
|
|
moduleName: '抽采支管瓦斯浓度',
|
|
moduleName: '抽采支管瓦斯浓度',
|
|
|
pageType: 'gas_injection',
|
|
pageType: 'gas_injection',
|
|
|
|
|
+ showDetail:true,
|
|
|
moduleData: {
|
|
moduleData: {
|
|
|
header: {
|
|
header: {
|
|
|
show: false,
|
|
show: false,
|
|
@@ -836,12 +837,128 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
position: 'top:10px;left:10px;',
|
|
position: 'top:10px;left:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
-
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ deviceType: 'cc-detail',
|
|
|
|
|
+ moduleName: '各抽采单元详情',
|
|
|
|
|
+ pageType: 'gas_injection',
|
|
|
|
|
+ showDetail: true,
|
|
|
|
|
+ moduleData: {
|
|
|
|
|
+ header: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ readFrom: '',
|
|
|
|
|
+ selector: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ value: '${strinstallpos}',
|
|
|
|
|
+ },
|
|
|
|
|
+ slot: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ value: '',
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ background: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ type: 'video',
|
|
|
|
|
+ link: '',
|
|
|
|
|
+ },
|
|
|
|
|
+ layout: {
|
|
|
|
|
+ direction: 'row',
|
|
|
|
|
+ items: [
|
|
|
|
|
+ {
|
|
|
|
|
+ name: 'gas_inject_card',
|
|
|
|
|
+ basis: '100%',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
|
|
+ board: [],
|
|
|
|
|
+ chart: [],
|
|
|
|
|
+ gallery: [],
|
|
|
|
|
+ gallery_list: [],
|
|
|
|
|
+ table: [],
|
|
|
|
|
+ list: [],
|
|
|
|
|
+ complex_list: [],
|
|
|
|
|
+ preset: [
|
|
|
|
|
+ {
|
|
|
|
|
+ readFrom: '',
|
|
|
|
|
+ option: [
|
|
|
|
|
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
|
|
+ showStyle: {
|
|
|
|
|
+ size: 'width:440px;height:380px;',
|
|
|
|
|
+ version: '注气',
|
|
|
|
|
+ position: 'top:460px;left:10px;',
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ deviceType: 'zq_param-line',
|
|
|
|
|
+ moduleName: '注气压力/流量',
|
|
|
|
|
+ pageType: 'gas_injection',
|
|
|
|
|
+ moduleData: {
|
|
|
|
|
+ header: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ readFrom: '',
|
|
|
|
|
+ selector: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ value: '${strinstallpos}',
|
|
|
|
|
+ },
|
|
|
|
|
+ slot: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ value: '',
|
|
|
|
|
+ trans: {},
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ background: {
|
|
|
|
|
+ show: false,
|
|
|
|
|
+ type: 'video',
|
|
|
|
|
+ link: '',
|
|
|
|
|
+ },
|
|
|
|
|
+ layout: {
|
|
|
|
|
+ direction: 'column',
|
|
|
|
|
+ items: [
|
|
|
|
|
+ {
|
|
|
|
|
+ name: 'chart',
|
|
|
|
|
+ basis: '100%',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
|
|
+ board: [],
|
|
|
|
|
+ list: [],
|
|
|
|
|
+ chart: [
|
|
|
|
|
+ {
|
|
|
|
|
+ type: 'line_area',
|
|
|
|
|
+ readFrom: '',
|
|
|
|
|
+ legend: { show: false },
|
|
|
|
|
+ xAxis: [{ show: true }],
|
|
|
|
|
+ yAxis: [{ show: true, name: '浓度', position: 'left' }],
|
|
|
|
|
+ series: [
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '${strinstallpos}',
|
|
|
|
|
+ readFrom: 'historyList',
|
|
|
|
|
+ xprop: 'time',
|
|
|
|
|
+ yprop: 'dustval',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ table: [],
|
|
|
|
|
+ gallery: [],
|
|
|
|
|
+ complex_list: [],
|
|
|
|
|
+ gallery_list: [],
|
|
|
|
|
+ preset: [],
|
|
|
|
|
+ to: '/micro-vent-3dModal/dashboard/analysis?type=tunMonitor&deviceType=fanmain',
|
|
|
|
|
+ },
|
|
|
|
|
+ showStyle: {
|
|
|
|
|
+ size: 'width:calc(100% - 450px);height:260px;',
|
|
|
|
|
+ version: '注气',
|
|
|
|
|
+ position: 'bottom:22px;left:460px;',
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
];
|
|
];
|
|
|
//注气驱替-试验
|
|
//注气驱替-试验
|
|
|
export const testConfigGasInjectSy: Config[] = [
|
|
export const testConfigGasInjectSy: Config[] = [
|
|
|
- {
|
|
|
|
|
|
|
+ {
|
|
|
deviceType: 'cc-detail',
|
|
deviceType: 'cc-detail',
|
|
|
moduleName: '抽采单元详情',
|
|
moduleName: '抽采单元详情',
|
|
|
pageType: 'gas_injection',
|
|
pageType: 'gas_injection',
|
|
@@ -1717,56 +1834,56 @@ export const testConfigVent: Config[] = [
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
- // deviceType: '',
|
|
|
|
|
- // moduleName: '通风设施远程控制',
|
|
|
|
|
- // pageType: 'vent',
|
|
|
|
|
- // moduleData: {
|
|
|
|
|
- // header: {
|
|
|
|
|
- // show: false,
|
|
|
|
|
- // readFrom: '',
|
|
|
|
|
- // selector: {
|
|
|
|
|
- // show: false,
|
|
|
|
|
- // value: '',
|
|
|
|
|
- // },
|
|
|
|
|
- // slot: {
|
|
|
|
|
- // show: false,
|
|
|
|
|
- // value: '',
|
|
|
|
|
- // },
|
|
|
|
|
- // },
|
|
|
|
|
- // background: {
|
|
|
|
|
- // // show: true,
|
|
|
|
|
- // show: false,
|
|
|
|
|
- // type: 'video',
|
|
|
|
|
- // link: '/video/gate.mp4',
|
|
|
|
|
- // },
|
|
|
|
|
- // layout: {
|
|
|
|
|
- // direction: 'row',
|
|
|
|
|
- // items: [
|
|
|
|
|
- // {
|
|
|
|
|
- // name: 'device_alarm',
|
|
|
|
|
- // basis: '100%',
|
|
|
|
|
- // },
|
|
|
|
|
- // ],
|
|
|
|
|
- // },
|
|
|
|
|
- // board: [],
|
|
|
|
|
- // list: [],
|
|
|
|
|
- // chart: [],
|
|
|
|
|
- // table: [],
|
|
|
|
|
- // gallery: [],
|
|
|
|
|
- // complex_list: [],
|
|
|
|
|
- // gallery_list: [],
|
|
|
|
|
- // preset: [
|
|
|
|
|
- // {
|
|
|
|
|
- // readFrom: 'device',
|
|
|
|
|
- // },
|
|
|
|
|
- // ],
|
|
|
|
|
- // to: '/micro-vent-3dModal/dashboard/analysis?type=tunMonitor&deviceType=gate_xinJianFuXieJin',
|
|
|
|
|
- // },
|
|
|
|
|
- // showStyle: {
|
|
|
|
|
- // size: 'width:390px;height:260px;',
|
|
|
|
|
- // version: '原版',
|
|
|
|
|
- // position: 'top:555px;left:15px;',
|
|
|
|
|
- // },
|
|
|
|
|
|
|
+ // deviceType: '',
|
|
|
|
|
+ // moduleName: '通风设施远程控制',
|
|
|
|
|
+ // pageType: 'vent',
|
|
|
|
|
+ // moduleData: {
|
|
|
|
|
+ // header: {
|
|
|
|
|
+ // show: false,
|
|
|
|
|
+ // readFrom: '',
|
|
|
|
|
+ // selector: {
|
|
|
|
|
+ // show: false,
|
|
|
|
|
+ // value: '',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // slot: {
|
|
|
|
|
+ // show: false,
|
|
|
|
|
+ // value: '',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // },
|
|
|
|
|
+ // background: {
|
|
|
|
|
+ // // show: true,
|
|
|
|
|
+ // show: false,
|
|
|
|
|
+ // type: 'video',
|
|
|
|
|
+ // link: '/video/gate.mp4',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // layout: {
|
|
|
|
|
+ // direction: 'row',
|
|
|
|
|
+ // items: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // name: 'device_alarm',
|
|
|
|
|
+ // basis: '100%',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // ],
|
|
|
|
|
+ // },
|
|
|
|
|
+ // board: [],
|
|
|
|
|
+ // list: [],
|
|
|
|
|
+ // chart: [],
|
|
|
|
|
+ // table: [],
|
|
|
|
|
+ // gallery: [],
|
|
|
|
|
+ // complex_list: [],
|
|
|
|
|
+ // gallery_list: [],
|
|
|
|
|
+ // preset: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // readFrom: 'device',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // ],
|
|
|
|
|
+ // to: '/micro-vent-3dModal/dashboard/analysis?type=tunMonitor&deviceType=gate_xinJianFuXieJin',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // showStyle: {
|
|
|
|
|
+ // size: 'width:390px;height:260px;',
|
|
|
|
|
+ // version: '原版',
|
|
|
|
|
+ // position: 'top:555px;left:15px;',
|
|
|
|
|
+ // },
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
deviceType: 'warn',
|
|
deviceType: 'warn',
|
|
@@ -3130,35 +3247,35 @@ export const testConfigFire: Config[] = [
|
|
|
board: [],
|
|
board: [],
|
|
|
chart: [],
|
|
chart: [],
|
|
|
// chart: [
|
|
// chart: [
|
|
|
- // {
|
|
|
|
|
- // type: 'line_bar',
|
|
|
|
|
- // readFrom: 'dsArray',
|
|
|
|
|
- // xAxis: [
|
|
|
|
|
- // {
|
|
|
|
|
- // label: 'null',
|
|
|
|
|
- // },
|
|
|
|
|
- // ],
|
|
|
|
|
- // yAxis: [
|
|
|
|
|
- // {
|
|
|
|
|
- // label: 'A',
|
|
|
|
|
- // align: 'left',
|
|
|
|
|
- // },
|
|
|
|
|
- // {
|
|
|
|
|
- // label: 'A',
|
|
|
|
|
- // align: 'left',
|
|
|
|
|
- // },
|
|
|
|
|
- // ],
|
|
|
|
|
- // series: [
|
|
|
|
|
- // {
|
|
|
|
|
- // label: 'A',
|
|
|
|
|
- // prop: 'top',
|
|
|
|
|
- // },
|
|
|
|
|
- // {
|
|
|
|
|
- // label: 'B',
|
|
|
|
|
- // prop: 'bot',
|
|
|
|
|
- // },
|
|
|
|
|
- // ],
|
|
|
|
|
- // },
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // type: 'line_bar',
|
|
|
|
|
+ // readFrom: 'dsArray',
|
|
|
|
|
+ // xAxis: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // label: 'null',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // ],
|
|
|
|
|
+ // yAxis: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // label: 'A',
|
|
|
|
|
+ // align: 'left',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // label: 'A',
|
|
|
|
|
+ // align: 'left',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // ],
|
|
|
|
|
+ // series: [
|
|
|
|
|
+ // {
|
|
|
|
|
+ // label: 'A',
|
|
|
|
|
+ // prop: 'top',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // label: 'B',
|
|
|
|
|
+ // prop: 'bot',
|
|
|
|
|
+ // },
|
|
|
|
|
+ // ],
|
|
|
|
|
+ // },
|
|
|
// ],
|
|
// ],
|
|
|
gallery: [],
|
|
gallery: [],
|
|
|
gallery_list: [
|
|
gallery_list: [
|
|
@@ -3243,28 +3360,28 @@ export const testConfigFire: Config[] = [
|
|
|
info: '',
|
|
info: '',
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
- // label: '乙烯',
|
|
|
|
|
- // value: '${c2h4Val}',
|
|
|
|
|
- // color: 'blue',
|
|
|
|
|
- // info: '',
|
|
|
|
|
|
|
+ // label: '乙烯',
|
|
|
|
|
+ // value: '${c2h4Val}',
|
|
|
|
|
+ // color: 'blue',
|
|
|
|
|
+ // info: '',
|
|
|
// },
|
|
// },
|
|
|
// {
|
|
// {
|
|
|
- // label: '甲烷',
|
|
|
|
|
- // value: '${ch4Val}',
|
|
|
|
|
- // color: 'blue',
|
|
|
|
|
- // info: '',
|
|
|
|
|
|
|
+ // label: '甲烷',
|
|
|
|
|
+ // value: '${ch4Val}',
|
|
|
|
|
+ // color: 'blue',
|
|
|
|
|
+ // info: '',
|
|
|
// },
|
|
// },
|
|
|
// {
|
|
// {
|
|
|
- // label: '乙炔',
|
|
|
|
|
- // value: '${c2h2Val}',
|
|
|
|
|
- // color: 'blue',
|
|
|
|
|
- // info: '',
|
|
|
|
|
|
|
+ // label: '乙炔',
|
|
|
|
|
+ // value: '${c2h2Val}',
|
|
|
|
|
+ // color: 'blue',
|
|
|
|
|
+ // info: '',
|
|
|
// },
|
|
// },
|
|
|
// {
|
|
// {
|
|
|
- // label: '压差',
|
|
|
|
|
- // value: '${dpVal}',
|
|
|
|
|
- // color: 'blue',
|
|
|
|
|
- // info: '',
|
|
|
|
|
|
|
+ // label: '压差',
|
|
|
|
|
+ // value: '${dpVal}',
|
|
|
|
|
+ // color: 'blue',
|
|
|
|
|
+ // info: '',
|
|
|
// },
|
|
// },
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
@@ -3336,8 +3453,8 @@ export const testConfigFire: Config[] = [
|
|
|
prop: 'warnLevel',
|
|
prop: 'warnLevel',
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
- // name: '时间',
|
|
|
|
|
- // prop: 'time',
|
|
|
|
|
|
|
+ // name: '时间',
|
|
|
|
|
+ // prop: 'time',
|
|
|
// },
|
|
// },
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
@@ -4204,8 +4321,8 @@ export const testConfigVentRealtime: Config[] = [
|
|
|
value: '${hui}',
|
|
value: '${hui}',
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
- // label: '需风量(m³/min)',
|
|
|
|
|
- // value: '${xufengliang}',
|
|
|
|
|
|
|
+ // label: '需风量(m³/min)',
|
|
|
|
|
+ // value: '${xufengliang}',
|
|
|
// },
|
|
// },
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
@@ -4930,8 +5047,8 @@ export const testConfigVentNew: Config[] = [
|
|
|
label: '风压(Pa)',
|
|
label: '风压(Pa)',
|
|
|
value: '${DataPa}',
|
|
value: '${DataPa}',
|
|
|
// trans: {
|
|
// trans: {
|
|
|
- // '1': '${Fan1FreqHz}',
|
|
|
|
|
- // '0': '${Fan1FreqHz}',
|
|
|
|
|
|
|
+ // '1': '${Fan1FreqHz}',
|
|
|
|
|
+ // '0': '${Fan1FreqHz}',
|
|
|
// },
|
|
// },
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -5220,8 +5337,8 @@ export const testConfigVentNew: Config[] = [
|
|
|
direction: 'column',
|
|
direction: 'column',
|
|
|
items: [
|
|
items: [
|
|
|
// {
|
|
// {
|
|
|
- // name: 'board',
|
|
|
|
|
- // basis: '25%',
|
|
|
|
|
|
|
+ // name: 'board',
|
|
|
|
|
+ // basis: '25%',
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
name: 'chart',
|
|
name: 'chart',
|
|
@@ -5372,8 +5489,8 @@ export const testConfigVentNew: Config[] = [
|
|
|
basis: '100%',
|
|
basis: '100%',
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
- // name: 'board',
|
|
|
|
|
- // basis: '25%',
|
|
|
|
|
|
|
+ // name: 'board',
|
|
|
|
|
+ // basis: '25%',
|
|
|
// },
|
|
// },
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
@@ -6595,8 +6712,8 @@ export const testConfigBDFire: Config[] = [
|
|
|
prop: 'warnLevel',
|
|
prop: 'warnLevel',
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
- // name: '时间',
|
|
|
|
|
- // prop: 'time',
|
|
|
|
|
|
|
+ // name: '时间',
|
|
|
|
|
+ // prop: 'time',
|
|
|
// },
|
|
// },
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|