Browse Source

[Mod 0000] 去除瓦斯监测泄漏点相关功能

houzekong 2 weeks ago
parent
commit
b1cc585454

+ 6 - 7
src/views/vent/monitorManager/deviceMonitor/components/device/index.vue

@@ -319,7 +319,7 @@
                 </template>
               </MonitorTable>
             </template>
-            <template v-else-if="deviceType.startsWith('gasmonitor') && activeKey == '1'">
+            <!-- <template v-else-if="deviceType.startsWith('gasmonitor') && activeKey == '1'">
               <MonitorTable
                 ref="monitorTable"
                 :columnsType="`${deviceType}_monitor`"
@@ -359,7 +359,7 @@
                   </a-tag>
                 </template>
               </MonitorTable>
-            </template>
+            </template> -->
             <!-- 瓦斯人工巡检 -->
             <template v-else-if="deviceType.startsWith('gasDay_normal') && activeKey == '1'">
               <gaspatrolTable :tableData="gaspatrolData" @getSearch="getSearch" @locate="goLocation"></gaspatrolTable>
@@ -645,7 +645,7 @@
     noHistoryArr,
     getMonitorComponent,
     vehicleFormConfig,
-    noLocationArr
+    noLocationArr,
   } from './device.data';
   import mainPath from './modal/mainPath.vue';
   import { formConfig } from '../../../safetyMonitor/safety.data';
@@ -658,7 +658,6 @@
   import { useGo } from '/@/hooks/web/usePage';
   import { useGlobSetting } from '/@/hooks/setting';
 
-
   type DeviceType = { deviceType: string; deviceName: string; datalist: any[] };
   const glob = useGlobSetting();
   // import { BorderBox8 as DvBorderBox8 } from '@kjgl77/datav-vue3';
@@ -692,7 +691,7 @@
     department: '',
     stationname: '',
   });
-  const noLocationList = noLocationArr()
+  const noLocationList = noLocationArr();
   const monitorTable = ref();
   const historyTable = ref();
   const alarmHistoryTable = ref();
@@ -729,7 +728,7 @@
   const treeData = ref<TreeProps['treeData']>([]);
   let departmentInfo: Null | Object = null;
   let startMonitorTimer = 0;
-    //瓦斯巡检查询参数
+  //瓦斯巡检查询参数
   const addressData = ref(''); //巡检地点
   const personData = ref(''); //巡检员
   const instypeData = ref('2'); //巡检类型
@@ -1123,7 +1122,7 @@
       if (deviceType.value.startsWith('fiber')) {
         currentModal.value = FiberModal;
         modalVisible.value = true;
-      }else if (deviceType.value.startsWith('dusting')) {
+      } else if (deviceType.value.startsWith('dusting')) {
         currentModal.value = DustModal;
         modalVisible.value = true;
       } else if (deviceType.value.startsWith('bundletube')) {