Quellcode durchsuchen

预警管控-外因火灾修改提交

lxh vor 2 Monaten
Ursprung
Commit
39d70f6312

+ 7 - 7
src/views/vent/monitorManager/alarmMonitor/common.data.ts

@@ -234,15 +234,15 @@ export const topOutList = [
 ];
 //外因火灾-中间区域标题数据
 export const tabList = [
-  { id: 0, label: '烟雾传感器监测', details: '设备类型名称' },
-  { id: 1, label: '一氧化碳传感器监测', details: '设备类型名称' },
-  { id: 2, label: '自动喷淋灭火装置监测', details: '设备类型名称' },
+  { id: 0, label: '烟雾传感器监测', details: '' },
+  { id: 1, label: '一氧化碳传感器监测', details: '' },
+  { id: 2, label: '自动喷淋灭火装置监测', details: '' },
 ];
 export const tabLists = [
-  { id: 0, label: '烟雾传感器监测', details: '设备类型名称' },
-  { id: 1, label: '温度传感器监测', details: '设备类型名称' },
-  { id: 2, label: '自动喷淋灭火装置监测', details: '设备类型名称' },
-  { id: 3, label: '一氧化碳传感器监测', details: '设备类型名称' },
+  { id: 0, label: '烟雾传感器监测', details: '' },
+  { id: 1, label: '温度传感器监测', details: '' },
+  { id: 2, label: '自动喷淋灭火装置监测', details: '' },
+  { id: 3, label: '一氧化碳传感器监测', details: '' },
 ];
 //外因火灾-传感器table列
 export const columns = [

+ 6 - 6
src/views/vent/monitorManager/alarmMonitor/common/mainWell.vue

@@ -106,7 +106,7 @@
             v-if="index == 0"
             ref="table"
             size="small"
-            :scroll="{ y: listData.fiber.length != 0 ? 290 : 450 }"
+            :scroll="{ y: listData.fiber.length != 0 ? 290 : 295 }"
             :columns="columnsSmoke"
             :data-source="monitorlistYw"
             :pagination="false"
@@ -123,7 +123,7 @@
             v-if="index == 1"
             ref="table"
             size="small"
-            :scroll="{ y: listData.fiber.length != 0 ? 290 : 450 }"
+            :scroll="{ y: listData.fiber.length != 0 ? 290 : 295 }"
             :columns="columnsSmoke"
             :data-source="monitorlistWd"
             :pagination="false"
@@ -139,7 +139,7 @@
             v-if="index == 2"
             ref="table"
             size="small"
-            :scroll="{ y: listData.fiber.length != 0 ? 60 : 120 }"
+            :scroll="{ y: listData.fiber.length != 0 ? 290 : 295 }"
             :columns="columns"
             :data-source="monitorlistPl"
             :pagination="false"
@@ -158,7 +158,7 @@
             :columns="columns"
             :data-source="monitorlistHy"
             :pagination="false"
-            :scroll="{ y: listData.fiber.length != 0 ? 60 : 120 }"
+            :scroll="{ y: listData.fiber.length != 0 ? 290 : 295 }"
           >
             <template #bodyCell="{ column, text }">
               <template v-if="column.dataIndex === 'warnLevel_str'">
@@ -891,7 +891,7 @@
         display: flex;
         flex-direction: column;
         width: calc(50% - 10px);
-        height: calc(70% - 10px);
+        height: calc(50% - 10px);
         background: var(--image-bj1) no-repeat center;
         background-size: 100% 100%;
 
@@ -935,7 +935,7 @@
         display: flex;
         flex-direction: column;
         width: calc(50% - 10px);
-        height: calc(30% - 30px);
+        height: calc(50% - 30px);
         background: var(--image-bj1) no-repeat center;
         background-size: 100% 100%;