Commit c616b694 by wangkangjie

Merge branch 'master' of https://git.rokedata.com/dws/dwsproject

parents a2415e75 fa2d7452
...@@ -2080,6 +2080,8 @@ ...@@ -2080,6 +2080,8 @@
); );
}); });
this.apiData.allEquipmentData.sort((a, b) => b.utilization_rate - a.utilization_rate); this.apiData.allEquipmentData.sort((a, b) => b.utilization_rate - a.utilization_rate);
console.log("排序后的设备数据:", JSON.stringify(this.apiData.allEquipmentData));
this.updateOEETrendChart();
} }
// 更新OEE排名图表 // 更新OEE排名图表
this.updateOEERankChart(); this.updateOEERankChart();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment