瀏覽代碼

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

houzekong 4 周之前
父節點
當前提交
f6f1f37d48
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/vent/home/configurable/components/MonitorBar.vue

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

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