Browse Source

[Mod 0000] 修改风筒漏风率评价

hongrunxia 2 weeks ago
parent
commit
6b18e06752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/monitorManager/fanLocalMonitor/index.vue

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

@@ -1032,7 +1032,7 @@
   const leftColumns1 = ref<any[]>([
     { title: '供风充足评价', value: '' },
     { title: '回风流超限评价', value: '' },
-    { title: '漏风率评价', value: '' },
+    { title: '风筒漏风率评价', value: '' },
   ]);
   const devicekide = ref(deviceTypeDicts && deviceTypeDicts.length > 0 ? deviceTypeDicts[0]['value'] : 'fanlocal');
   const deviceType = ref(selectData.deviceType);