|
@@ -3006,154 +3006,154 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
readFrom: 'deviceWarn',
|
|
|
listOption: {
|
|
|
fanmain: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/zhushan.png'),
|
|
|
+ url: getThemifyImagesURL(),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${fanmain_all}',
|
|
|
- warnCount: '${fanmain_warn}',
|
|
|
- closeCount: '${fanmain_close}',
|
|
|
+ allCount: 'fanmain_all',
|
|
|
+ warnCount: 'fanmain_warn',
|
|
|
+ closeCount: 'fanmain_close',
|
|
|
},
|
|
|
fanlocal: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/js.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${fanlocal_all}',
|
|
|
- warnCount: '${fanlocal_warn}',
|
|
|
- closeCount: '${fanlocal_close}',
|
|
|
+ allCount: 'fanlocal_all',
|
|
|
+ warnCount: 'fanlocal_warn',
|
|
|
+ closeCount: 'fanlocal_close',
|
|
|
},
|
|
|
bundletube: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/shug.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${bundletube_all}',
|
|
|
- warnCount: '${bundletube_warn}',
|
|
|
- closeCount: '${bundletube_close}',
|
|
|
+ allCount: 'bundletube_all',
|
|
|
+ warnCount: 'bundletube_warn',
|
|
|
+ closeCount: 'bundletube_close',
|
|
|
},
|
|
|
fanlocaldp: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/js.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${fanlocaldp_all}',
|
|
|
- warnCount: '${fanlocaldp_warn}',
|
|
|
- closeCount: '${fanlocaldp_close}',
|
|
|
+ allCount: 'fanlocaldp_all',
|
|
|
+ warnCount: 'fanlocaldp_warn',
|
|
|
+ closeCount: 'fanlocaldp_close',
|
|
|
},
|
|
|
gate: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/fm.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${gate_all}',
|
|
|
- warnCount: '${gate_warn}',
|
|
|
- closeCount: '${gate_close}',
|
|
|
+ allCount: 'gate_all',
|
|
|
+ warnCount: 'gate_warn',
|
|
|
+ closeCount: 'gate_close',
|
|
|
},
|
|
|
window: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/fc.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${window_all}',
|
|
|
- warnCount: '${window_warn}',
|
|
|
- closeCount: '${window_close}',
|
|
|
+ allCount: 'window_all',
|
|
|
+ warnCount: 'window_warn',
|
|
|
+ closeCount: 'window_close',
|
|
|
},
|
|
|
windrect: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/cf.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${windrect_all}',
|
|
|
- warnCount: '${windrect_warn}',
|
|
|
- closeCount: '${windrect_close}',
|
|
|
+ allCount: 'windrect_all',
|
|
|
+ warnCount: 'windrect_warn',
|
|
|
+ closeCount: 'windrect_close',
|
|
|
},
|
|
|
forcFan: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/yafeng.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${forcFan_all}',
|
|
|
- warnCount: '${forcFan_warn}',
|
|
|
- closeCount: '${forcFan_close}',
|
|
|
+ allCount: 'forcFan_all',
|
|
|
+ warnCount: 'forcFan_warn',
|
|
|
+ closeCount: 'forcFan_close',
|
|
|
},
|
|
|
spray: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/penlin.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${spray_all}',
|
|
|
- warnCount: '${spray_warn}',
|
|
|
- closeCount: '${spray_close}',
|
|
|
+ allCount: 'spray_all',
|
|
|
+ warnCount: 'spray_warn',
|
|
|
+ closeCount: 'spray_close',
|
|
|
},
|
|
|
dustdev: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/penfen.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${dustdev_all}',
|
|
|
- warnCount: '${dustdev_warn}',
|
|
|
- closeCount: '${dustdev_close}',
|
|
|
+ allCount: 'dustdev_all',
|
|
|
+ warnCount: 'dustdev_warn',
|
|
|
+ closeCount: 'dustdev_close',
|
|
|
},
|
|
|
nitrogen: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/zhudan.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${nitrogen_all}',
|
|
|
- warnCount: '${nitrogen_warn}',
|
|
|
- closeCount: '${nitrogen_close}',
|
|
|
+ allCount: 'nitrogen_all',
|
|
|
+ warnCount: 'nitrogen_warn',
|
|
|
+ closeCount: 'nitrogen_close',
|
|
|
},
|
|
|
pulping: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/zhujiang.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${pulping_all}',
|
|
|
- warnCount: '${pulping_warn}',
|
|
|
- closeCount: '${pulping_close}',
|
|
|
+ allCount: 'pulping_all',
|
|
|
+ warnCount: 'pulping_warn',
|
|
|
+ closeCount: 'pulping_close',
|
|
|
},
|
|
|
atomizing: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/pw.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${atomizing_all}',
|
|
|
- warnCount: '${atomizing_warn}',
|
|
|
- closeCount: '${atomizing_close}',
|
|
|
+ allCount: 'atomizing_all',
|
|
|
+ warnCount: 'atomizing_warn',
|
|
|
+ closeCount: 'atomizing_close',
|
|
|
},
|
|
|
dustsensor: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/ccq.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${dustsensor_all}',
|
|
|
- warnCount: '${dustsensor_warn}',
|
|
|
- closeCount: '${dustsensor_close}',
|
|
|
+ allCount: 'dustsensor_all',
|
|
|
+ warnCount: 'dustsensor_warn',
|
|
|
+ closeCount: 'dustsensor_close',
|
|
|
},
|
|
|
gas: {
|
|
|
- url: getThemifyImagesURL('vent/alarm-icons/wasichoucaig.png'),
|
|
|
+ url: getThemifyImagesURL(''),
|
|
|
text: '',
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${gas_all}',
|
|
|
- warnCount: '${gas_warn}',
|
|
|
- closeCount: '${gas_close}',
|
|
|
+ allCount: 'gas_all',
|
|
|
+ warnCount: 'gas_warn',
|
|
|
+ closeCount: 'gas_close',
|
|
|
},
|
|
|
pump: {
|
|
|
url: getThemifyImagesURL('vent/alarm-icons/wasibeng.png'),
|
|
@@ -3161,9 +3161,9 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${pump_all}',
|
|
|
- warnCount: '${pump_warn}',
|
|
|
- closeCount: '${pump_close}',
|
|
|
+ allCount: 'pump_all',
|
|
|
+ warnCount: 'pump_warn',
|
|
|
+ closeCount: 'pump_close',
|
|
|
},
|
|
|
modelsensor: {
|
|
|
url: getThemifyImagesURL('vent/alarm-icons/cf.png'),
|
|
@@ -3171,9 +3171,9 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
allText: '总数',
|
|
|
warnText: '报警数',
|
|
|
closeText: '断开数',
|
|
|
- allCount: '${modelsensor_all}',
|
|
|
- warnCount: '${modelsensor_warn}',
|
|
|
- closeCount: '${modelsensor_close}',
|
|
|
+ allCount: 'modelsensor_all',
|
|
|
+ warnCount: 'modelsensor_warn',
|
|
|
+ closeCount: 'modelsensor_close',
|
|
|
},
|
|
|
}
|
|
|
|
|
@@ -3190,7 +3190,7 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
},
|
|
|
{
|
|
|
deviceType: 'fusionManageInfo',
|
|
|
- moduleName: '瓦斯监测预警',
|
|
|
+ moduleName: '火灾监测预警',
|
|
|
pageType: 'fusion-warn-green',
|
|
|
moduleData: {
|
|
|
header: {
|
|
@@ -3223,20 +3223,21 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
- board: [
|
|
|
+ board: [
|
|
|
{
|
|
|
type: 'K',
|
|
|
- readFrom: 'fireManageInfo',
|
|
|
+ readFrom: 'ventWarn',
|
|
|
layout: 'label-top',
|
|
|
items: [
|
|
|
{
|
|
|
- label: '安全监测系统监测点',
|
|
|
- value: '${nyWarnLevel}',
|
|
|
+ label: '内因火灾',
|
|
|
+ value: '',
|
|
|
},
|
|
|
{
|
|
|
- label: '瓦斯抽采系统监测点',
|
|
|
- value: '${wyWarnLevel}',
|
|
|
+ label: '外因火灾',
|
|
|
+ value: '',
|
|
|
},
|
|
|
+
|
|
|
],
|
|
|
},
|
|
|
],
|
|
@@ -3286,10 +3287,9 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
direction: 'column',
|
|
|
items: [
|
|
|
{
|
|
|
- name: 'dz_chart',
|
|
|
+ name: 'dz_dust',
|
|
|
basis: '100%',
|
|
|
},
|
|
|
-
|
|
|
],
|
|
|
},
|
|
|
board: [],
|
|
@@ -3301,7 +3301,7 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
complex_list: [],
|
|
|
preset: [
|
|
|
{
|
|
|
- readFrom: 'dz_chart',
|
|
|
+ readFrom: 'dz_dust',
|
|
|
|
|
|
},
|
|
|
],
|
|
@@ -3315,7 +3315,7 @@ export const testConfigFusionGreen: Config[] = [
|
|
|
},
|
|
|
{
|
|
|
deviceType: 'fusionManageInfo',
|
|
|
- moduleName: '火灾监测预警',
|
|
|
+ moduleName: '瓦斯监测预警',
|
|
|
pageType: 'fusion-warn-green',
|
|
|
moduleData: {
|
|
|
header: {
|