Przeglądaj źródła

[Mod 0000] 可配置首页顶部监测栏添加单位

houzekong 4 tygodni temu
rodzic
commit
f6f1f37d48

+ 2 - 2
src/views/vent/home/configurable/components/MonitorBar.vue

@@ -62,7 +62,7 @@
           value: '${midinfo[0].sysinfo.totallength}',
         },
         {
-          label: '有效风量率',
+          label: '有效风量率(%)',
           value: '${midinfo[0].sysinfo.useM3Perent}',
         },
       ];
@@ -85,7 +85,7 @@
           value: '${midinfo[0].sysinfo.info.flength}',
         },
         {
-          label: '有效风量率',
+          label: '有效风量率(%)',
           value: '${midinfo[0].sysinfo.info.useM3Perent}',
         },
       ];