ソースを参照

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

hongrunxia 3 週間 前
コミット
6b18e06752
1 ファイル変更1 行追加1 行削除
  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);