|
|
@@ -841,9 +841,69 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
];
|
|
|
//注气驱替-试验
|
|
|
export const testConfigGasInjectSy: Config[] = [
|
|
|
- {
|
|
|
- deviceType: 'cc-detail',
|
|
|
- moduleName: '抽采单元详情',
|
|
|
+ {
|
|
|
+ deviceType: 'workface-info',
|
|
|
+ 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_list',
|
|
|
+ basis: '100%',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ board: [],
|
|
|
+ chart: [],
|
|
|
+ gallery: [],
|
|
|
+ gallery_list: [],
|
|
|
+ table: [],
|
|
|
+ list: [],
|
|
|
+ complex_list: [],
|
|
|
+ preset: [
|
|
|
+ {
|
|
|
+ readFrom: '',
|
|
|
+ option: [
|
|
|
+ { label: '瓦斯浓度', value: '12304' },
|
|
|
+ { label: '试验区范围', value: '2号煤' },
|
|
|
+ { label: '瓦斯储量', value: '2924.6' },
|
|
|
+ { label: '采面宽度', value: '300.4' },
|
|
|
+ { label: '剩余可开采长度', value: '900' },
|
|
|
+ { label: '甲烷气体标况瞬量', value: '3.40' },
|
|
|
+ { label: '累计流量', value: '100' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ showStyle: {
|
|
|
+ size: 'width:460px;height:315px;',
|
|
|
+ version: '注气',
|
|
|
+ position: 'top:10px;left:10px;',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ deviceType: 'device-status',
|
|
|
+ moduleName: '设备及管路状态',
|
|
|
pageType: 'gas_injection',
|
|
|
showDetail: true,
|
|
|
moduleData: {
|
|
|
@@ -903,7 +963,7 @@ export const testConfigGasInjectSy: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:470px;height:220px;',
|
|
|
+ size: 'width:460px;height:220px;',
|
|
|
version: '注气',
|
|
|
position: 'top:350px;left:10px;',
|
|
|
},
|
|
|
@@ -971,7 +1031,7 @@ export const testConfigGasInjectSy: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:470px;height:240px;',
|
|
|
+ size: 'width:460px;height:240px;',
|
|
|
version: '注气',
|
|
|
position: 'top:600px;left:10px;',
|
|
|
},
|
|
|
@@ -1039,7 +1099,7 @@ export const testConfigGasInjectSy: Config[] = [
|
|
|
},
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:470px;height:240px;',
|
|
|
+ size: 'width:460px;height:240px;',
|
|
|
version: '注气',
|
|
|
position: 'top:600px;left:490px;',
|
|
|
},
|
|
|
@@ -1080,7 +1140,7 @@ export const testConfigGasInjectSy: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:470px;height:240px;',
|
|
|
+ size: 'width:460px;height:240px;',
|
|
|
version: '注气',
|
|
|
position: 'top:600px;right:490px;',
|
|
|
},
|
|
|
@@ -1121,7 +1181,7 @@ export const testConfigGasInjectSy: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:470px;height:240px;',
|
|
|
+ size: 'width:460px;height:240px;',
|
|
|
version: '注气',
|
|
|
position: 'top:600px;right:10px;',
|
|
|
},
|