|
@@ -11,7 +11,7 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
show: true,
|
|
show: true,
|
|
|
readFrom: '',
|
|
readFrom: '',
|
|
|
selector: { show: false, value: '' },
|
|
selector: { show: false, value: '' },
|
|
|
- slot: { show: true, value: '365' },
|
|
|
|
|
|
|
+ slot: { show: true, value: '(总计:365)' },
|
|
|
},
|
|
},
|
|
|
background: { show: false, type: 'video', link: '' },
|
|
background: { show: false, type: 'video', link: '' },
|
|
|
layout: {
|
|
layout: {
|
|
@@ -60,10 +60,9 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
preset: [],
|
|
preset: [],
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:220px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:200px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
- position: 'top:80px;left:20px;',
|
|
|
|
|
- headerPosition: 'centerBottom',
|
|
|
|
|
|
|
+ position: 'top:20px;left:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
// 2. 当日生产状态
|
|
// 2. 当日生产状态
|
|
@@ -76,7 +75,7 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
show: true,
|
|
show: true,
|
|
|
readFrom: '',
|
|
readFrom: '',
|
|
|
selector: { show: false, value: '' },
|
|
selector: { show: false, value: '' },
|
|
|
- slot: { show: true, value: '211' },
|
|
|
|
|
|
|
+ slot: { show: true, value: '(总计:211)' },
|
|
|
},
|
|
},
|
|
|
background: { show: false, type: 'video', link: '' },
|
|
background: { show: false, type: 'video', link: '' },
|
|
|
layout: {
|
|
layout: {
|
|
@@ -117,9 +116,9 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
preset: [],
|
|
preset: [],
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:160px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:150px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
- position: 'top:300px;left:20px;',
|
|
|
|
|
|
|
+ position: 'top:220px;left:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
// 3. 煤层自燃倾向性
|
|
// 3. 煤层自燃倾向性
|
|
@@ -179,15 +178,14 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:280px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:200px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
- position: 'top:460px;left:20px;',
|
|
|
|
|
- headerPosition: 'centerBottom',
|
|
|
|
|
|
|
+ position: 'top:370px;left:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
// 4. 联网状态
|
|
// 4. 联网状态
|
|
|
{
|
|
{
|
|
|
- deviceType: '',
|
|
|
|
|
|
|
+ deviceType: 'isOnline',
|
|
|
moduleName: '联网状态',
|
|
moduleName: '联网状态',
|
|
|
pageType: 'sealed_goaf',
|
|
pageType: 'sealed_goaf',
|
|
|
moduleData: {
|
|
moduleData: {
|
|
@@ -196,7 +194,7 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
readFrom: '',
|
|
readFrom: '',
|
|
|
selector: {
|
|
selector: {
|
|
|
show: true,
|
|
show: true,
|
|
|
- value: '',
|
|
|
|
|
|
|
+ value: '${pos}',
|
|
|
},
|
|
},
|
|
|
slot: {
|
|
slot: {
|
|
|
show: false,
|
|
show: false,
|
|
@@ -213,12 +211,12 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
name: 'board',
|
|
name: 'board',
|
|
|
- basis: '40%',
|
|
|
|
|
|
|
+ basis: '50%',
|
|
|
overflow: true,
|
|
overflow: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: 'table',
|
|
name: 'table',
|
|
|
- basis: '60%',
|
|
|
|
|
|
|
+ basis: '50%',
|
|
|
overflow: true,
|
|
overflow: true,
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
@@ -284,74 +282,79 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
complex_list: [],
|
|
complex_list: [],
|
|
|
preset: [],
|
|
preset: [],
|
|
|
mock: {
|
|
mock: {
|
|
|
- boardArray: [
|
|
|
|
|
- {
|
|
|
|
|
- label: '低风险',
|
|
|
|
|
- value: '210',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '一般风险',
|
|
|
|
|
- value: '27',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '较高风险',
|
|
|
|
|
- value: '17',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '高风险',
|
|
|
|
|
- value: '1',
|
|
|
|
|
- },
|
|
|
|
|
- ],
|
|
|
|
|
- tableArray: [
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法一处',
|
|
|
|
|
- yjr: '50',
|
|
|
|
|
- zx: '20',
|
|
|
|
|
- zd: '0',
|
|
|
|
|
- wjr: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法二处',
|
|
|
|
|
- yjr: '50',
|
|
|
|
|
- zx: '20',
|
|
|
|
|
- zd: '0',
|
|
|
|
|
- wjr: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法三处',
|
|
|
|
|
- yjr: '50',
|
|
|
|
|
- zx: '20',
|
|
|
|
|
- zd: '0',
|
|
|
|
|
- wjr: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法四处',
|
|
|
|
|
- yjr: '50',
|
|
|
|
|
- zx: '20',
|
|
|
|
|
- zd: '0',
|
|
|
|
|
- wjr: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法五处',
|
|
|
|
|
- yjr: '50',
|
|
|
|
|
- zx: '20',
|
|
|
|
|
- zd: '0',
|
|
|
|
|
- wjr: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法六处',
|
|
|
|
|
- yjr: '50',
|
|
|
|
|
- zx: '20',
|
|
|
|
|
- zd: '0',
|
|
|
|
|
- wjr: '0',
|
|
|
|
|
|
|
+ isOnline: [
|
|
|
|
|
+ {
|
|
|
|
|
+ pos: '生成矿井',
|
|
|
|
|
+ boardArray: [
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '低风险',
|
|
|
|
|
+ value: '210',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '一般风险',
|
|
|
|
|
+ value: '27',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '较高风险',
|
|
|
|
|
+ value: '17',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '高风险',
|
|
|
|
|
+ value: '1',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ tableArray: [
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法一处',
|
|
|
|
|
+ yjr: '50',
|
|
|
|
|
+ zx: '20',
|
|
|
|
|
+ zd: '0',
|
|
|
|
|
+ wjr: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法二处',
|
|
|
|
|
+ yjr: '50',
|
|
|
|
|
+ zx: '20',
|
|
|
|
|
+ zd: '0',
|
|
|
|
|
+ wjr: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法三处',
|
|
|
|
|
+ yjr: '50',
|
|
|
|
|
+ zx: '20',
|
|
|
|
|
+ zd: '0',
|
|
|
|
|
+ wjr: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法四处',
|
|
|
|
|
+ yjr: '50',
|
|
|
|
|
+ zx: '20',
|
|
|
|
|
+ zd: '0',
|
|
|
|
|
+ wjr: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法五处',
|
|
|
|
|
+ yjr: '50',
|
|
|
|
|
+ zx: '20',
|
|
|
|
|
+ zd: '0',
|
|
|
|
|
+ wjr: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法六处',
|
|
|
|
|
+ yjr: '50',
|
|
|
|
|
+ zx: '20',
|
|
|
|
|
+ zd: '0',
|
|
|
|
|
+ wjr: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:400px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:280px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
- position: 'bottom:30px;left:20px;',
|
|
|
|
|
|
|
+ position: 'top:570px;left:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
// 5. 密闭情况总览
|
|
// 5. 密闭情况总览
|
|
@@ -369,7 +372,7 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
},
|
|
},
|
|
|
slot: {
|
|
slot: {
|
|
|
show: true,
|
|
show: true,
|
|
|
- value: '211',
|
|
|
|
|
|
|
+ value: '(总计:211)',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
background: {
|
|
background: {
|
|
@@ -518,7 +521,7 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:400px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:330px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
position: 'top:20px;right:10px;',
|
|
position: 'top:20px;right:10px;',
|
|
|
},
|
|
},
|
|
@@ -534,11 +537,11 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
readFrom: '',
|
|
readFrom: '',
|
|
|
selector: {
|
|
selector: {
|
|
|
show: true,
|
|
show: true,
|
|
|
- value: '',
|
|
|
|
|
|
|
+ value: '${pos}',
|
|
|
},
|
|
},
|
|
|
slot: {
|
|
slot: {
|
|
|
show: true,
|
|
show: true,
|
|
|
- value: '200',
|
|
|
|
|
|
|
+ value: '(总计:200)',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
background: {
|
|
background: {
|
|
@@ -551,12 +554,12 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
items: [
|
|
items: [
|
|
|
{
|
|
{
|
|
|
name: 'board',
|
|
name: 'board',
|
|
|
- basis: '40%',
|
|
|
|
|
|
|
+ basis: '50%',
|
|
|
overflow: true,
|
|
overflow: true,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
name: 'table',
|
|
name: 'table',
|
|
|
- basis: '60%',
|
|
|
|
|
|
|
+ basis: '50%',
|
|
|
overflow: true,
|
|
overflow: true,
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
@@ -622,67 +625,72 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
complex_list: [],
|
|
complex_list: [],
|
|
|
preset: [],
|
|
preset: [],
|
|
|
mock: {
|
|
mock: {
|
|
|
- boardArray: [
|
|
|
|
|
- {
|
|
|
|
|
- label: '低风险',
|
|
|
|
|
- value: '210',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '一般风险',
|
|
|
|
|
- value: '27',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '较高风险',
|
|
|
|
|
- value: '17',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- label: '高风险',
|
|
|
|
|
- value: '1',
|
|
|
|
|
- },
|
|
|
|
|
- ],
|
|
|
|
|
- tableArray: [
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法一处',
|
|
|
|
|
- dfx: '50',
|
|
|
|
|
- ybfx: '20',
|
|
|
|
|
- jgfx: '0',
|
|
|
|
|
- gfx: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法二处',
|
|
|
|
|
- dfx: '50',
|
|
|
|
|
- ybfx: '20',
|
|
|
|
|
- jgfx: '0',
|
|
|
|
|
- gfx: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法三处',
|
|
|
|
|
- dfx: '50',
|
|
|
|
|
- ybfx: '20',
|
|
|
|
|
- jgfx: '0',
|
|
|
|
|
- gfx: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法四处',
|
|
|
|
|
- dfx: '50',
|
|
|
|
|
- ybfx: '20',
|
|
|
|
|
- jgfx: '0',
|
|
|
|
|
- gfx: '0',
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- index: '执法五处',
|
|
|
|
|
- dfx: '50',
|
|
|
|
|
- ybfx: '20',
|
|
|
|
|
- jgfx: '0',
|
|
|
|
|
- gfx: '0',
|
|
|
|
|
|
|
+ goafMonitoring: [
|
|
|
|
|
+ {
|
|
|
|
|
+ pos: '自燃',
|
|
|
|
|
+ boardArray: [
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '低风险',
|
|
|
|
|
+ value: '210',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '一般风险',
|
|
|
|
|
+ value: '27',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '较高风险',
|
|
|
|
|
+ value: '17',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ label: '高风险',
|
|
|
|
|
+ value: '1',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ tableArray: [
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法一处',
|
|
|
|
|
+ dfx: '50',
|
|
|
|
|
+ ybfx: '20',
|
|
|
|
|
+ jgfx: '0',
|
|
|
|
|
+ gfx: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法二处',
|
|
|
|
|
+ dfx: '50',
|
|
|
|
|
+ ybfx: '20',
|
|
|
|
|
+ jgfx: '0',
|
|
|
|
|
+ gfx: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法三处',
|
|
|
|
|
+ dfx: '50',
|
|
|
|
|
+ ybfx: '20',
|
|
|
|
|
+ jgfx: '0',
|
|
|
|
|
+ gfx: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法四处',
|
|
|
|
|
+ dfx: '50',
|
|
|
|
|
+ ybfx: '20',
|
|
|
|
|
+ jgfx: '0',
|
|
|
|
|
+ gfx: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ index: '执法五处',
|
|
|
|
|
+ dfx: '50',
|
|
|
|
|
+ ybfx: '20',
|
|
|
|
|
+ jgfx: '0',
|
|
|
|
|
+ gfx: '0',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:400px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:280px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
- position: 'top:430px;right:10px;',
|
|
|
|
|
|
|
+ position: 'top:350px;right:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
// 7. 当日报警情况统计
|
|
// 7. 当日报警情况统计
|
|
@@ -767,10 +775,9 @@ export const testConfigSealedGoaf: Config[] = [
|
|
|
preset: [],
|
|
preset: [],
|
|
|
},
|
|
},
|
|
|
showStyle: {
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:250px;',
|
|
|
|
|
|
|
+ size: 'width:440px;height:230px;',
|
|
|
version: '原版',
|
|
version: '原版',
|
|
|
- position: 'bottom:20px;right:10px;',
|
|
|
|
|
|
|
+ position: 'top:630px;right:10px;',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
];
|
|
];
|
|
|
-
|
|
|