lxh 1 год назад
Родитель
Сommit
013e0c934f

+ 2 - 2
src/views/vent/monitorManager/alarmMonitor/fire/gasPage.vue

@@ -111,7 +111,7 @@ watch(() => props.listData, (val) => {
     box-sizing: border-box;
 
     .top-area {
-        height: 17%;
+        height: 19%;
         margin: 10px 0px;
         display: flex;
         justify-content: space-between;
@@ -198,7 +198,7 @@ watch(() => props.listData, (val) => {
 
 
     .bot-area {
-        height: calc(83% - 20px);
+        height: calc(81% - 20px);
         padding: 10px 15px 0px 15px;
         background: url('../../../../../assets/images/fire/bj1.png') no-repeat center;
         background-size: 100% 100%;

+ 1 - 1
src/views/vent/monitorManager/alarmMonitor/index.vue

@@ -400,7 +400,7 @@ async function getList() {
   centerData.fire = res.info.sysInfo.fireS.status;
   centerData.tf = res.info.sysInfo.ventS.status;
   centerData.ws = res.info.sysInfo.gasS.status;
-  centerData.sb = res.info.sysInfo.synthesizeS.status;
+  centerData.sb = res.info.deviceWarnInfo.status;
   centerData.fc = res.info.sysInfo.dustS.status;
   Object.keys(res.info.sysInfo).forEach((v) => {
     if (res.info.sysInfo[v].maxLevel) {