Ver código fonte

Merge branch 'master' of http://192.168.50.233:3000/rui.jiang/performance-test

liujiejie 4 meses atrás
pai
commit
9868b6f832
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      src/views/health/vibration.vue

+ 4 - 2
src/views/health/vibration.vue

@@ -382,14 +382,14 @@ export default {
       },
 
       // demo演示所需,必要时可删除
-      unitvalue: "#37",
+      unitvalue: "WOG01315",
       unitoptions: [
         {
           engineCode: "WOG01315",
           engineName: "#37",
         },
       ],
-      monitoringvalue: "主轴承径向水平振动",
+      monitoringvalue: "main_bearing_radial_horizontal_vibration",
       monitoringoptions: [
         {
           itemKey: "main_bearing_radial_horizontal_vibration",
@@ -399,7 +399,9 @@ export default {
       timevalue: ["2024-07-01 00:00:00", "2024-08-31 00:00:00"],
       maplist: {
         codeNumber: "WOF046400029",
+              companyCode: "WOF046400029",
       },
+      companyCode: "WOF046400029",
     };
   },